*{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    
}
.w5{
    width: 5%;
    min-height: 1px;
    overflow: hidden;
}
.w10{
    width: 10%;
    min-height: 1px;
    overflow: hidden;
}
.w15{
    width: 12%;
    min-height: 1px;
    overflow: hidden;
}
.w85{
    width: 85%;
    min-height: 1px;
    overflow: hidden;
}

.w95{
    width: 95%;
    min-height: 1px;
    overflow: hidden;
}
.w45{
    width: 45%;
    min-height: 1px;
    overflow: hidden;
}
.w55{
    width: 55%;
    min-height: 1px;
    overflow: hidden;
}
.w18{
    width: 18%;
    min-height: 1px;
    overflow: hidden;
}
.w20{
    width: 20%;
    min-height: 1px;
    overflow: hidden;
}
.w25{
    width: 25%;
    min-height: 1px;
    overflow: hidden;
}
.w30{
    width: 30%;
    min-height: 1px;
    overflow: hidden;
}
.w33{
    width: 33.3%;
    min-height: 1px;
    overflow: hidden;
}
.w40{
    width: 40%;
    min-height: 1px;
    overflow: hidden;
}
.w50{
    width: 50%;
    min-height: 1px;
    overflow: hidden;
}
.w60{
    width: 60%;
    min-height: 1px;
    overflow: hidden;
}
.w65{
    width: 65%;
    min-height: 1px;
    overflow: hidden;
}
.w35{
    width: 35%;
    min-height: 1px;
    overflow: hidden;
}
.w70{
    width: 70%;
    min-height: 1px;
    overflow: hidden;
}
.w80{
    width: 80%;
    min-height: 1px;
    overflow: hidden;
}
.w90{
    width: 90%;
    min-height: 1px;
    overflow: hidden;
}
.container{
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}
section{
    margin: 0 0 0 0;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.float-center{
    margin: 0 auto;
}
.left-text{
    text-align: left;
}
.right-text{
    text-align: right;
}
.center-text{
    text-align: center;
}
.justify-text{
    text-align: justify;
}