#cvin {
	psdf
	
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -10;
	font-size: 20px;
}
		.alert {
		margin: 20px;
		}
		.input-group select.form-control:last-child {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
		margin-right: -1px;
		height: 40px;
		}
		.tab-content{
		padding-top: 20px;
		}
		body{
			font-size: 20px;
			background-color:rgb(255, 237, 227);
			overflow-x:hidden;
		}
		
		tr{
			font-size: 25px;
		}
		
		td{
			padding: 0px;
		}
		
		
		.table-hover > tbody > tr:hover > td,
		
		.table-hover > tbody > tr:hover > th {
		
		background-color: rgb(234, 214, 203);
		
		}
		
		
		.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		    padding: 4px;
		    line-height: 1.42857143;
		    vertical-align:top;
		    
		}
		
		a:visited {
			color: brown;
		  }
		  a:link {
  			color: brown;
		}