/* CSS Document */

body { 
	padding-top: 0px; 
}

.table {
	font-size: 14px;
}

@media only screen and (max-width: 500px) {
    .table {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: normal;
}
}

/***********************
********* FONTS *********
************************/

.text-11 {
	font-size: 11px;
}

.text-12 {
	font-size: 12px;
}

.text-14 {
	font-size: 14px;
}

.text-16 {
	font-size: 16px;
}
