/*
wp-tab-widget.css
*/

.songwriter_widget_content {
    position: relative;
    border: 1px solid #e8e8e8; 
}
.songwriter_widget_content img {
    max-width: 100%;
    height: auto;
}
.songwriter_widget_content .tab_title a {
    color: #333333;
    font-family: Oswald, Arial, Helvetica, sans-serif;
}
.songwriter_widget_content ul {
  margin-left: 0 !important; 
  margin-top: 0 !important;                             
}
.songwriter_widget_content ul.wpt-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.songwriter_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.songwriter_widget_content ul.has-2-tabs li {
    
}
.songwriter_widget_content ul.has-3-tabs li {
    width: 33.33%;
}
.songwriter_widget_content ul.has-4-tabs li {
    width: 50%;
}
.songwriter_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom: 1px solid #e8e8e8;
}
.songwriter_widget_content .has-4-tabs .tab_title:nth-child(3) a {
    border-