.header-col {
    color: #FFFFFF;
    width: 100%;
    padding-left: 20px;
    font-size: 20px;
    padding-top:5px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

.level1 {
    background-color: #854F8F;
    margin-top: -20px;
    height: 35px;
}

.level2 {
    background-color: #A279AA;
    height: 35px;
}

.level3 {
    background-color: #CAADDA;
    height: 35px;
}

.chartframebox {
    border: 0px;
    overflow: hidden;
}

.carousel-control.left {
    background-color: #FFFFFF;
    background-image: none;
}

.carousel-control.right {
    background-color: #FFFFFF;
    background-image: none;
}

.carousel-control {
    color: #CCCCCC;

}

.carousel-control:hover {
    color: #C0C0C0;
}

.remove_session {
    color: #FFFFFF;
}

.remove_session:hover {
    color: #854F8F;
}

.footer {
    border-top: solid 1px #CCCCCC;
    margin-top: 100px;
    padding-top: 30px;
}

.logo_analytics {
    background-image: url("/static/images/logo_analytics.png");
    background-repeat: no-repeat;
    background-position: 20px 0px;
}

.chart {
    margin-top: 50px;
}

.table-impact-factor .table-impact-factor-header, .table-citing-half-life .table-citing-half-life-header{
    background-color: #F0F0F0;
}

.table-citing-half-life .citing-half-life-result{
    text-align: center;
    vertical-align: middle;
}

#share-this {

    background-color: #81A185;
    position: fixed;
    right: -1px;
    top: 225px;
    color: #FFFFFF;
    padding: 6px;
    width: 50px;
    border: solid 1px #04461A;
}

#share-this label {
    text-align: center;
    width: 100%;
    font-size: 12px;
}

#share-this ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    background-color: #C0C0C0;
    border: 1px solid #CCCCCC;
}

#share-this li {
    list-style: none;
    padding: 5px;
    text-align: center;
}

#share-this ul li a {
    color: inherit;
}

#share-this ul li a:hover {
    color: inherit;
}

.dashed-hr{
    border-top: 1px dashed #CCCCCC;
    margin-top: 0px;
}

.continuous-hr{
    border-top: 1px solid #CCCCCC;
}