*.tabsContainer {
    margin-bottom: 35px;
}

.tab {
    float: left;
    height: 34px;
    margin-right: 2px;
}

.tab a {
    background: #F2F8F8;
    padding: 9px 12px;
    display: inline-block;
    cursor: pointer;
    color: #474747;
    font-size: 15px;
    text-decoration: none;
}

.tab a:hover {
    background: #BEE1E6;
    color: #FFF;
}

.tab, .tab a {
    border-radius: 7px 7px 0 0;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    -o-border-radius: 7px 7px 0 0;
}

.tab.selected a {
    background: none repeat scroll 0 0 #fff !important;
    color: #3c99ac !important;
    cursor: text;
    font-size: 20px;
    font-weight: normal !important;
    position: relative;
    z-index: 1;
}

.tabPanels {
    position: relative;
}

.tabPanel {
    padding: 30px 25px 25px;
    background: #FFF;
    display: none;
    position: relative;
}

.tabPanel.selected {
    display: block;
}

.tabPanels, .tabPanel {
    border-radius: 0 7px 7px 7px;
    -webkit-border-radius: 0 7px 7px 7px;
    -moz-border-radius: 0 7px 7px 7px;
    -o-border-radius: 0 7px 7px 7px;
}

.tab, .tabPanels {
    /*-moz-box-shadow:    0 0 4px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.4);
    box-shadow:         0 0 4px rgba(0,0,0,0.4);*/
}

.accordion .tabs {
    padding-bottom: 36px;
    position: relative;
}

.accordion .tab {
    float: none;
    margin-right: 0;
}

.accordion .tab, .accordion .tab a {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.accordion .tab {
     border-top: 1px solid #DBE7EA;

}

.accordion .tabPanels, .accordion .tabPanel {
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    -o-border-radius: 0 0 7px 7px;
}

.accordion .tab a {
    color: #9A9A9A;
    display: block;
}

.accordion .tab.selected {
    bottom: 0;
    height: 36px;
    position: absolute;
    width: 100%;
}

.accordion .tab.selected a {
    font-size: 23px;
    padding-top: 12px;
}

.tab .myProjectsCount {
    color: #474747;
    font-size: 12px;
    vertical-align: top;
}

@media screen and (max-width: 410px) {

    .tabPanels, .tabPanel {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

    .tabPanels, .tabs {
        margin: 0 -20px;
    }

}