/*
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * File:         sor.page.css
 * Description:  Specific styles for the SOR
 * 'Host' Page:  SOR /index.php
 * Author:       Aaron Mingle
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 */


body div.container {
	font-size: 13px;
}

label.btn,
.form-control {
	font-size: 13px;
}

label.btn {
	line-height: 1;
}

div.helper label {
	font-weight: normal;
}

div.help-block {
	margin-bottom: 5px;
}

input.btn:not(:first-child) {
	margin-left: 10px;
}

.fodReportHeader{
	
}

.fodTitle{
	font-weight: bold;
}

.fodRight{
	text-align: right;
}