.ivan_title{
    font-size: 30px;
    font-weight: bold;
    color: #58acfa;
    line-height: 120%;
    text-align: left;
}
.ivan_subtitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
    text-decoration: underline;
}

.ivan_content {
    font-size: 16px;
    max-width: 800px;
    text-align: justify;    
}

.shadowbox {
    position: relative;
    background-color: #fbfbfb;
}

.shadowbox_content {
    clear: both;
}

.box_content{
    padding-top: 3em;
    padding-bottom: 3em;
    clear: both;
}

.banner{
    top: -25px;
    height: auto;
}

a.foot:link {
    text-decoration: none;
    color: #FDFDFD;
    font-weight: normal;
    font-size: 80%;
    
}

a.foot:visited {
    text-decoration: none;
    color: #FDFDFD;
    font-weight: normal;
    font-size: 80%;
}

a.foot:hover {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 90%;
}

a.foot:active {
    text-decoration: none;
    color: #FDFDFD;
    font-weight: normal;
    font-size: 80%;
}

.ivan_form{
    position: absolute;
    left: 30%;
    width: 320px;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}
