/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */



/* css modul tnc.php */

   
.ket {
	text-align: justify;
	font-size: 5pt;	
    }
        
.font-table {
    text-align: center;
}

th {
    text-align: center;
    color:white;
}

.thead{
    background-color:green;
    text-align: center;
}

.total{
    color: black;
}

td {
    text-align: center;
}

.table{
    background-color: #fcf8e3;

}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #a79e9e;
}

.table-responsive{
    background-color: #fcf8e3;
}

td {
    border: 1px solid #ccc;

}

.list{
    margin-bottom: 30px;
    margin-top: 23px;
    text-align: justify;
}

ol, ul{
    margin-bottom: 50px;
}

@media (max-width: 600px) {
    .table-responsive {
    font-size: 6pt;
    }
  }

/* css modul leaderboard.php */

.input-group{
    margin-top:20px;
    margin-bottom:20px;
    width: 50%;
    float: left;
}

.navbar-header{
    position: fixed;
}

.center{
    margin-top:-21px;
}


