.vw-col-card {
    background-color: #6ec1e4;
    padding: 20px;
    color: white !important;
    margin-bottom: 20px;
    border-radius: 10px;
}

#detailed-report {
    display: none;
}

#submit-compare-form-btn {
    border-radius: 50px;
}

#extra-amount-group,
#extra-percentage-group {
    display: none;
}

#downloading {
    display: none;
}

#compare-results {
    display: none;
}

.block {
    margin: 5px;
    padding: 10px;
    box-shadow: 2px 2px #eee;
    border-radius: 5px;
}

.datasec {
    font-weight: 700;
    font-size: 175%;
}

#detailed-tables {
    display: none;
}
@media screen and (max-width: 500px) {

    .detail-table{
    	font-size:10px;
    }
    .detail-table th{
    	padding:2px !important;
    }
}