
html,body{
    width:100%;
    height:100%;
    background:white;
    color:white;
    overflow-x:hidden;
    overflow-y:auto;
}

.join-page{
    width:80%;
    height:100%;
    text-align:center;
    position:absolute;
    right:10%;
    margin:0 auto;
    font-family: 'Lato', sans-serif;
    font-weight:300;
}

section .cnt{
    text-align:justify;
    line-height:24px;
    font-size:20px;
}
.cnt{
    padding:0px; 
    -webkit-border-radius:3px; 
    -moz-border-radius:3px; 
    border-radius:3px;
}

.center{
    text-align:center !important;
}

#console{
    width:100%;
    height:20%;
    overflow-y:auto;
    background:#ecf0f1;
}

.hideScroll{
    overflow:hidden;
}
