.jm-tabs-widget {
    position: relative;
    width: 600px;
}
.jm-tabs-widget .jm-tabs-menu {
    height: 40px;
    list-style:none;
    margin: 0;
    padding: 0;
}
.jm-tabs-widget .jm-tabs-menu li {
    background:#457DAB;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    font: 400 14px/40px "open sans",sans-serif;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 33.3%;
}
.jm-tabs-widget .jm-tabs-menu li:hover {
    background-color: #2c6290;
}
.jm-tabs-widget .jm-tabs-menu li.active {
    background:#f6f6f6;
    color: #0d4371;
}
.jm-tabs-widget .jm-tabs-contener {
    background: #f6f6f6;
    border-bottom: 3px solid #ddd;
    clear: both;
    float: left;
    width: 100%;
}
.jm-tabs-widget .jm-tabs-content {
    display: none;
    padding: 10px;
}
.jm-tabs-content ul{
    margin: 0;
    padding: 10px;
}
.jm-tabs-content a{
    color: #666;
    font: 500 14px arial;
    text-decoration: none;
}