.tablerow{
    background-color: #e8ecef;
    width: 100%;
    margin-bottom: 5px;

}

.tablerow .col{
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
}

.tablerow .col1{
    font-family: 'Orbitron';
    font-size: 24px;
     width:25%;
}

/* Manuals */

.manuals{
	background-color: #BBBDBF;
	text-transform: uppercase;
	color:#000000;
	box-sizing:border-box;
	/*padding-top:5px;*/
	/*padding-bottom: 0px;*/
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 5px;
	height:35px;
	line-height: 35px;
}

.manuals a{
	color:#000000;
}

.manuals a:hover{
	text-decoration: underline;
}

.manuals .title{
	font-size: 14px;
	display: inline-block;
	box-sizing:border-box;
	width:40%;
	font-weight: bold;
}

.manuals .element{
	font-size:12px;
	box-sizing:border-box;
	width:20%;
	display: inline-block;
	text-align: right;
}