body {
	width: 100%;
	margin-top: 75px;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 55px;
}

/*  Table overrides */

thead.labelRow tr {
	font-size: .75em;
	font-weight: bold;
	background-color: #dddddd;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	padding: 6px;
}

.error {
	display: block;
	color: red;
	font-size: .85em;
}

.validation-error {
	display: block;
	color: red;
	font-size: .85em;
}

.required-label {
	color: rgb( 255, 0, 0 ) !important;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.panel-button-group {
	margin: 5px;
}

.margin-top-25 {
	margin-top: 25px;
}

.padding-top-25 {
	padding-top: 25px;
}

.nav-tabs {
  margin-bottom: 1.5em;
}

.link-plain {
	color: black;
	text-decoration: none;
}
