.leftcontainer{
    display: block;
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.contentholder{
    display: block;
    float: left;
    width: 100%;
}

.leftcontent{
    display: block;
    float: left;
    position: relative;
    width: 100%;
}
.topicstxtholder{
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-bottom: 10px;
    /*border-radius: 6px;*/
    /*background-color: #666666;*/
}
.topicstxt{
    height: 100%;
    width:100%;
    display: inline;
    float: left;
    vertical-align: middle;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #666666;
}

.prifilelinkholder{
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.profilelink{
    display: block;
    height: 35px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 2px;
    background-color: #ffffff;
}
.profilelink:hover {
    background-color: #dddfe2;
    color: #666666;
    /*font-weight: bold;*/
    box-shadow: 0 0 0 1px #0000004d;
}
.modeltest{
    display: block;
    height: 35px;
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    /*margin-bottom: 10px;*/
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 2px;
    background-color: #ffffff;
}
.modeltest:hover {
    background-color: #dddfe2;
    color: #666666;
    /*font-weight: bold;*/
    box-shadow: 0 0 0 1px #0000004d;
}

.modeltest:active {
    background-color: #e9ebee;
}

.leftnavbartabSelected{
    background-color: #FFF;
    color: #990000;
    font-weight: bold;
}

.modeltesttxt{
    height: 100%;
    width:calc(100% - 15px);
    display: inline;
    float: left;
    vertical-align: middle;
    line-height: 33px;
    font-family: 'Roboto', sans-serif;
    /*color: #0e6c6f;*/
    padding-left: 15px;
}
.modeltesttxt:hover{
    /*text-decoration: underline;*/
}
.scrollmanageliststext{

}

.tabSelected{
    background-color: #FFF;
    color: #990000;
}
.modeltesttxtselected{
    color: #990000;
    font-weight: bold;
}


#footer {
    height: 160px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    /* margin-top: 10px; */
    width: 215px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    background-color: #FFFFFF;
    -moz-border-radius: 0.40em;
    -webkit-border-radius: 0.4em;
    /* border-radius: 0.4em; */
    z-index: 1;
    /* -moz-box-shadow: inset 0 0 5px #666666; */
    /* -webkit-box-shadow: inset 0 0 5px #666666; */
    /* box-shadow: inset 0 0 5px #666666; */
}
#footerlinks {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
}

#topfooterlinks li {
    position: relative;
    display: block;
    float: left;
    padding-left: 5px;
    /* padding-right: 10px; */
    padding-top: 15px;
    width: 65px;
}

#topfooterlinks li a {
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    /* font-weight: bold; */
    color: #444444;
}

@media only screen and (max-width: 800px){
    .contentholder {
        display: block;
        float: left;
        width: 100%;
        margin-left: 0px;
    }
}
@media only screen and (max-width: 425px){
    .modeltesttxt {
        margin-left: 5px;
        padding-left: 0px;
    }
}