/* Normal Screen */
#navigation-about-ns {
    position: absolute;
    left: 40px;
    top: 30px;
    width: 62px;
    height: 27px;
    font-size: 18px;
}
#navigation-members-ns {
    position: absolute;
    left: 175px;
    top: 30px;
    width: 79px;
    height: 27px;
    font-size: 18px;
}
#navigation-lectures-ns {
    position: absolute;
    left: 342px;
    top: 30px;
    width: 72px;
    height: 27px;
    font-size: 18px;
}
#navigation-discussions-ns {
    position: absolute;
    left: 776px;
    top: 30px;
    width: 126px;
    height: 27px;
    font-size: 18px;
    letter-spacing: 2px;
}
#navigation-papers-ns {
    position: absolute;
    left: 1264px;
    top: 30px;
    width: 56px;
    height: 27px;
    font-size: 18px;
}
#discussions-text-ns {
    position: absolute;
    left: 40px;
    top: 96px;
    width: 1188px;
    height: 257px;
    font-size: 45px;
    line-height: 49px;
}
#discussions-list-ns {
    position: absolute;
    left: 40px;
    top: 403px;
    width: 1188px;
    font-size: 30px;
    line-height: 45px;
}

/* Wide Screen */
#navigation-about-ws {
    position: absolute;
    left: 44px;
    top: 30px;
    width: 62px;
    height: 27px;
    font-size: 18px;
}
#navigation-members-ws {
    position: absolute;
    left: 238px;
    top: 30px;
    width: 79px;
    height: 27px;
    font-size: 18px;
}
#navigation-lectures-ws {
    position: absolute;
    left: 456px;
    top: 30px;
    width: 72px;
    height: 27px;
    font-size: 18px;
}
#navigation-discussions-ws {
    position: absolute;
    left: 1142px;
    top: 30px;
    width: 126px;
    height: 27px;
    font-size: 18px;
    letter-spacing: 2px;
}
#navigation-papers-ws {
    position: absolute;
    left: 1825px;
    top: 30px;
    width: 56px;
    height: 27px;
    font-size: 18px;
}
#discussions-text-ws {
    position: absolute;
    left: 44px;
    top: 125px;
    width: 1627px;
    font-size: 60px;
    line-height: 64px;
}
#discussions-list-ws {
    position: absolute;
    left: 44px;
    top: 525px;
    width: 1678px;
    font-size: 43px;
    line-height: 55px;
}

/* Movile Screen */
#discussions-title-ms {
    position: absolute;
    /*left: 70px;*/
    top: 135px;
    /*width: 226px;*/
    width: 375px;
    height: 61px;
    font-size: 45px;
    text-align: center;
}
#discussions-text-ms {
    position: absolute;
    /*left: 18px;*/
    top: 326px;
    width: 338px;
    font-size: 25px;
    line-height: 30px;
}

#discussions-list-ms {
    position: absolute;
    /*left: 18px;*/
    top: 630px;
    width: 338px;
    font-size: 25px;
    line-height: 34px;
}

#blobvideo-pages-ms {
    position: absolute;
    top: 430px;
    width: 100%;
    /*left: -310.88px;
    top: 96.5px;
    width: 837.75px;
    height: 837.75px;*/
    z-index: -3;
}