


.r-right{
    padding-bottom: 30px;

}
.r-right h3{
    padding: 20px 40px;
    color: #fffefd;
}
.r-form .form-group{
    width: 90% !important;
    margin: 0%  auto;
}


.tabs {
    width: 600px;
    background-color: blue;
    border-radius: 5px 5px 5px 5px;
}
ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}
ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {
    background-color: black;
}
#tabs-nav li a {
    text-decoration: none;
    color: #FFF;
}
.tab-content {
    padding: 10px;
    border: 5px solid blue;
    background-color: #FFF;
}

