@charset "utf-8";
/* CSS Document */
.table>thead>tr>th {
  vertical-align: middle;
}
.table thead{
	background-color: #39a1de;
	color:#FFFFFF;
}

.table-striped{
	text-align:center;
	
}
th, td {
    text-align: center;
}

.table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  /*border: 1px solid #0B80D7;*/
  /*border-bottom: 1px solid #6bb9e6;
  border-right:1px solid #6bb9e6;*/
  
}
/*.table-bordered {
    border: 1px solid #6bb9e6;
}*/
td{
	color:#000;
}

