﻿/*!
 * JTab is “Displays content in tabs for a framework JQuery”.
 *
 * @author demorfi <demorfi@gmail.com>
 * @version 1.0
 * @source https://github.com/demorfi/jtab
 * @license http://opensource.org/licenses/MIT Licensed under MIT License */
.jtab-wrapper {

}
.jtab-ul{list-style-type:none;margin:0;overflow:hidden;padding:0;}
   .jtab-ul li{border-right: 0px solid white;float:left;margin:0}
   .jtab-ul li a{text-align: center;width: 100px;border-bottom:25px solid rgba(0,0,0,0.15);border-right:0px solid transparent;font-size: 0.77em;color:#fff;float:left;height:0;line-height:28px;padding:0 5px 0 4px;position:relative;text-decoration:none;text-transform:uppercase;z-index:1;background:transparent;-moz-transition:border-bottom-color .4s ease;-o-transition:border-bottom-color .4s ease;-webkit-transition:border-bottom-color .4s ease;transition:border-bottom-color .4s ease}
   .jtab-ul li a:hover,.jtab-ul li a:focus{border-bottom-color:rgba(3,88,123,0.6);outline:0}
   .jtab-ul li a.jtab-selected{z-index:2;border-bottom-color:rgba(1,1,1,0.75)}
   .jtab-content-list{ margin-top: 10px;}
   .jtab-content-list>div,.jtab-content-list .jtab-content{display:none;position:relative;z-index:2;min-height:210px}
   .jtab-content-list>div:target,.jtab-content-list>div:last-of-type,.jtab-content-list .jtab-content:target,.jtab-content-list .jtab-content:last-of-type{display:block}
   .jtab-content-list>div:target ~ div:last-of-type,.jtab-content-list .jtab-content:target ~ div:last-of-type{display:none}
   