
.vb-content {
	padding: 10px;
}

.vb-content table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
	border: 1px solid #dddddd !important;
	
}
.vb-content table > thead > tr > th,
.vb-content table > tbody > tr > th,
.vb-content table > tfoot > tr > th,
.vb-content table > thead > tr > td,
.vb-content table > tbody > tr > td,
.vb-content table > tfoot > tr > td {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    background-color: transparent !important;
	border: 1px solid #dddddd !important;
}
.vb-content > thead > tr > th,
.vb-content> thead > tr > td {
    border-bottom-width: 2px !important;
}

.vb-content table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important; /* zebra */
}
.vb-content table > tbody > tr:hover {
    background-color: #F1EAD4 !important; /* hover */
}


.fa-circle {
    color: #f7bb08;
}


.input-group-addon {
    background-color: #f7bb08;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #212121;
}    

.input-group textarea:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

@media (max-width: 667px) {

.fig-table {
    max-width: 100%;
    overflow-x: scroll;
}

}