.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    text-align: center;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
	   /* Tabs container */
       .r-tabs {
        position: relative;
    
        
    
    }
    
    .r-tabs-nav a{
        border: none;
        background: #f0f0f0;
        border-radius: 0;
        margin: 3px;
        min-width: 132px;
        font-size: 18px;
        font-weight: 500;
        color: #222;
        text-align: center;
        padding: 5px 15px;
    }
    
     
    
    /* Tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        display: inline-block;	 
        text-decoration: none;	 
        font-weight: bold;
        color: #111;
    }
    
     
    
    /* Active state tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
        border: none;
        background: #fb8d4d;
        border-radius: 0;
        margin: 3px;
        min-width: 132px;
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        padding: 5px 15px;
    }
 