

.form-horizontal .control-label {
    background-color: #545454;
    background-image: linear-gradient(to bottom, #545454, #4e4e4e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

    text-align: left;
    height: 24px;
    padding-left: 10px;
    cursor: default;
}


.form-horizontal .control-group {
    margin-bottom: 0px;
}

.control-heading {
    padding-bottom: 10px;
}
.table-striped tbody > tr:nth-child(odd) > th {
    background-color: #e42e2e;
    text-align: center;
    vertical-align: middle;
}


.table-striped tbody > tr:nth-child(2n+1) > th {
    background-color: #545454;
    background-image: linear-gradient(to bottom, #545454, #4e4e4e);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}


.table-striped tbody > tr:nth-child(odd) > th > a {
  color: #ffffff;
}

.search-result-row {
    margin-left: -30px;
    margin-right: -30px;
}

.disp-brand {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-left: -20px;
    padding: 10px 15px;
}

.disp-menu {
    color: #FFFFFF;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

table caption{
	text-align: left;
}

.table td {
    vertical-align: middle;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 1200px) {
.caution {
  font-size: 12px;
}


