﻿body {
    color: #444444;
    font-family: "Segoe UI","Tahoma","Arial","Verdana","sans serif";
}

.mainContainer {
    font-family: 'Segoe UI','Tahoma','Arial','Verdana','sans serif';
    margin: 20px 0;
    max-width: 1180px;
    min-width: 280px;
    line-height: normal;
}

#mainPageTitle {
    float: left;
    font-family: 'Segoe UI Light', 'Segoe UI','Tahoma','Arial','Verdana','sans serif';
    font-size: 208.33%;
    color: #2A2A2A;
    font-weight: lighter;
    margin-bottom: 9px;
}

#borderGrayLine {
    background-color: #EDEDED;
    height: 5px;
    margin-bottom: 10px;
    clear: both;
}

.tabContainerClass {
    margin: 30px 0 45px 0;
}

.tabContentImg {
    width: 400px;
    height: 600px;
}

@media screen and (max-width: 400px) {
    .tabContentImg {
        width: 100%;
        height: 520px;
    }
}
