.row10{
    width: 100%;
}
.row09{
    width: 90%;
}
.row08{
    width: 80%;
}
.row07{
    width: 70%;
}
.row06{
    width: 60%;
}
.row05{
     width: 50%;
}
.row04{
    width: 40%;
}
.row03{
     width: 30%;
}
.row025{
    width: 25%;
}
.row02{
    width: 20%;
}
.row01{
    width: 10%;
}
.floatLeft{
    float: left;
}
.pointer{
    cursor:pointer;
}
.floatRight{
    float: right;
}
.titleText{
    margin-left: 90px;
    font-size:22px;
    font-weight:100;
    color:rgba(0,0,0,1);
    line-height:36px;
}
.titleTextSelected{
    margin-left: 90px;
    font-size:26px;
    font-weight:400;
    color:rgba(69,209,206,1);
    border-bottom: 3px solid #45D1CE;
    line-height:36px;
}
body{
    margin: 0;
}

