h1 {
    font-size: 12px;
    color: black;
    margin: 0px;
    margin-bottom: 7px;
    font-weight: bold;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
}

a {
    color: #1D456E;
    text-decoration: underline;
}

a:hover {
    color: #383e8d;
}

a:visited {
    color: #4076A3;    
}

input[type=text], input[type=password] {
    border: 1px solid black;
    /* width: 300px; */
}

textarea {
    border: 1px solid black;
    width: 300px;
}

input[type=submit] {
    margin-top: 10px;
    border: 1px solid black;
}

form h2 {
    font-size: 12px;
    margin-bottom: 0px;
}

.message-warning {
    border: 1px solid #DDDDDD;
    background-color: #EEEEEE;
    padding: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.message-warning h2 {
    font-size: 14px;
}

#content .path {
    font-size: 10px;
    color: black;
    margin: 0px;
    margin-bottom: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 1px solid #F2F2F2;
}

#content .path a {
    text-decoration: none;
}

#content .path a:hover {
    text-decoration: underline;
}

#content .object-left .class-image {
    float: left;
    margin: 0px;
    margin-right: 10px;
}

#content .object-right .class-image {
    float: right;
    margin: 0px;
    margin-left: 10px;
}
