/**
 * 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
 */

*
{
    margin  : 0;
    padding : 0;
    font-family:'Roboto Condensed', sans-serif
}

body
{
    background : url("data:image/gif;base64,R0lGODlhCAAIAJEAAMzMzP///////wAAACH5BAEHAAIALAAAAAAIAAgAAAINhG4nudroGJBRsYcxKAA7") #f1f1f1;
}

h2,
p
{
    margin : 0 0 15px;
}

body > .jtab-ul,
.jtab-ul ~ .title:not(#build),
.jtab-ul ~ .jtab-content-list,
.jtab-wrapper ~ #build {
    display: none;
}

.title
{
    color      : #8b8b8b;
    font       : bold 12px Arial, Helvetica;
    margin     : 5px 0;
    text-align : right;
}

.title a
{
    color : #0080cf;
}