body {
    margin-top: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px;
}

#loginDiv {
    width: 500px;
    margin: 0 auto;
    margin-top: 100px;
    padding-top: 15px;
    padding-bottom: 10px;
    border: solid 1px black;
}

#loginDiv h1 {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

#loginDiv br {
}

#loginDiv label {
    line-height: 35px;
    text-align: right;
    width: 150px;
    display: inline-block;
    padding-right: 5px;
}

#loginDiv input {
    width: 200px;
}

#loginDiv input[type=submit] {
    margin-left: 155px;
    width: 100px;
}

#loginDiv .error {
    color: #D92705;
    margin-left: 155px;
}

.tableHeader {
    font-weight: bold;
}

form .formHeader {
    text-align: center;
}

form .dateInput {
    width: 100px;
    text-align: center;
}

.flip-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

a.header-link:hover, a.header-link:visited, a.header-link:link, a.header-link:active {
    text-decoration: none;
    color: #333333
}

form .leftLabel {
    text-align: left !important;
}

.sourcingLabel {
    padding-bottom: 5px;
    font-size: medium;
    font-weight: bold
}

input#n {
    width: 40px;
    display: inline
}

.text-align-center {
    text-align: center;
}

.align-center {
    display: block;
    margin: auto
}

table.table-fixed {
    table-layout: fixed;
}

.break-word {
    word-wrap: break-word;
}

#logMatchDiv {
    padding-bottom: 10px;
    font-size: medium;
}