@CHARSET "UTF-8";
body {
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}
label{
	margin-bottom: 0px;
}
.body_wrapper{
	margin-left: auto;
	margin-right: auto;
}

.body_wrapper .header{
	margin-left: 10px;
}

#update-button{
	font-size: 18px;
}

.footer {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 12px;
}

#content{
	margin-top: 30px;
	margin-bottom: 50px;
}


#content .callout .table span.type {
	margin-right: 10px;
}

#content .callout .table span.date {
	margin-right: 10px;
}

.hide{
	display: none;
}

#content .table tbody{
	width: 100%;
}

#content tr.separator{
	background-color: #ddd;
}

#settings-btn,
#export-btn,
#call-errors-btn{
	cursor: pointer;
	font-size: 25px;
	margin-left: 20px;
	text-decoration: none;
	color: #333;
}

#settings-btn{
	margin-right: 10px;
}
#call-errors-btn{
	display: none;
	color: #e40000;
}

.table-hover > tbody > tr:hover {
  background-color: #e4e4e4;
}

.modal-dialog .modal-header h4{
	margin: 0px;
}

#settings-modal .form-group td{
	padding-top: 3px;
	padding-bottom: 3px;
}
#settings-modal .form-group td label{
	display: block;
}
#call-errors-modal .modal-body table{
	width: 100%;
}