/* Add here all your CSS customizations */
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	vertical-align:middle;
}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#fff;}
.table th{background-color:#f9f9f9;}

.con{
    display: inline-block;
    background: #0088cc;
    border-radius: 4px;
    padding: 5px 9px;
    color: #fff;
	
}
.con2{
    display: inline-block;
    background: red;
    border-radius: 4px;
    padding: 5px 9px;
    color: #fff;
	
}
.red{color:red;}