﻿#iebar a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#iebar img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.noUiSlider.horizontal {
		width: 200px;
		height: 10px;
	}

#fleet .end-time-slider {
    float: left;
    margin-top: 5px;
}
#fleet .end-time {
    float: left;
    margin-left: 10px;
    font-weight:bold;
}

#fleet th {
    font-size:larger;
}

#fleet table {
    border-collapse: collapse;
}

#fleet table, th, td {
    border: none;
}

#messagediv {
    margin-top: 20px;
}

.warningmessage {
    font-weight: bold;
}

.errormessage {
    font-weight: bold;
    color: #b94a48;
}