﻿
.separator {
    border-bottom: 2px solid #e67e22;
}


.tabcontent {
    width: 600px;
    position: relative;
    margin: 10px;
    margin-left: 30%
}

.content {
    padding: 12px 12px 0;
    margin: 3px 0px;
    margin-right: inherit;
    background-color: White;
    position: relative;
    left: 50%;
    margin-right: -30%;
    border: 2px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 10px;
}

.contentname {
    color: #3b5998;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    font-family: Open Sans, Arial, sans-serif;
}

.contenttime {
    color: #9197a3;
    margin-bottom: 11px;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0px;
}

.contenttm {
    color: #9197a3;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0px;
}

.contentdesc {
    margin-bottom: 5px;
}

    .contentdesc a {
        font-size: 13px;
        text-decoration: none;
        color: Black;
    }

        .contentdesc a:hover {
            text-decoration: underline;
        }

.contentshareicon {
    text-align: right;
    padding: 3px;
    font-size: 12px;
    color: #9197a3;
}

    .contentshareicon p {
        margin: 0px;
        display: inline-block;
        vertical-align: super;
        padding-right: 10px;
    }

    .contentshareicon a {
        background: url(assets/img/icon.png);
        height: 20px;
        width: 20px;
        display: inline-block;
        text-decoration: none;
        vertical-align: text-center;
        margin: 0px 3px;
    }

a.facebook {
    background-position: 0px 0px;
}

    a.facebook:hover {
        background: url(assets/img/icon1.png);
        background-position: 0px 0px;
    }

a.googleplus {
    background-position: 20px 0px;
}

    a.googleplus:hover {
        background: url(assets/img/icon1.png);
        background-position: 20px 0px;
    }

a.incom {
    background-position: 43px 0px;
}

    a.incom:hover {
        background: url(assets/img/icon1.png);
        background-position: 43px 0px;
    }

a.twitter {
    background-position: 65px 0px;
}

    a.twitter:hover {
        background: url(assets/img/icon1.png);
        background-position: 65px 0px;
    }



.menu {
    border-bottom: 1px solid #9E9E9E;
    margin-bottom: 10px;
}

.tab {
    padding: 1px 3px;
    cursor: pointer;
    text-decoration: none;
    color: Black;
    font-size: 12px;
    background-color: #e9eaed;
    border-bottom: 1px solid #9E9E9E;
}

.selected {
    border: 1px solid #9E9E9E;
    border-bottom: 1px solid #e9eaed;
    color: #3a9732;
}


.footer-content {
    font-size: 11px;
    position: relative;
    bottom: 15px;
    right: 10px;
}

.attention {
    border-bottom: 1px solid #555555;
    color: #FFFFFF;
    position: relative;
    bottom: 20px;
    font-size: 10px;
    right: 10px;
}

.useful-links {
    border-bottom: 1px solid #555555;
    padding-bottom: 6px;
    color: Gray;
    position: relative;
    right: 10px;
    font-size: 11px;
    bottom: 30px;
}

.img {
    position: relative;
    bottom: 25px;
}

.-footer {
    position: relative;
    bottom: 20px;
}






.g-social-icons-v2 {
    margin: 0;
    padding: 0;
    position: relative;
    left: 450px;
    bottom: -12px;
}


    .g-social-icons-v2 li {
        list-style: none;
        margin-left: 10px;
        margin-bottom: 10px;
        display: inline-block;
    }


    .g-social-icons-v2 a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        display: block;
        background: #31353e;
        color: #fff;
        text-align: center;
    }


        .g-social-icons-v2 a:hover {
            background: #FFA500;
            color: #e74c3c;
        }

        .g-social-icons-v2 a i {
            color: #fff;
        }


        .g-social-icons-v2 a:hover i {
            color: #fff;
        }

.center {
    margin-left: 30%;
    width: 60%;
    padding: 10px;
}

.grey {
    background-color: #DEDEDE;
}

.light-green {
    background-color: #DEDEDE;
}

.green {
    background-color: #22ADB8;
    text-align: center;
    font-weight: bold;
}

.bordered > tbody > tr > td, .bordered > thead > tr > th, .bordered {
    border: 1px solid black;
}
