body { padding: 60px; font-size: 12px !important;}
pre { font-size: 11px; padding: 0 !important;}
blockquote { margin: 0; margin-left: 20px;}
.top-menu { float:left; clear:both; margin-top:15px; width: 90%}
.tab-content { margin-left: 20px; margin-top:15px;}
.cont { width: 600px; }
.coffee { width: 100px; height: 80px; }
.hint { color: #0088cc; }
.highlight-tab, .highlight-tab:hover { color: #0d770d; }
.donation {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}
.github {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
}
.github > * { display: block; }
.github > *:not(:first-child) { margin-top: 7px;}
.label-as-badge {
    border-radius: 1em;
    vertical-align: top;
    font-size: 0.5em;
}
/**
 *  Bootstrap Vertical Tabs Component v1.0.0
 *  http://github.com/dbtek/bootstrap-vertical-tabs
 *  © 2013, Ismail Demirbilek
 *  MIT License
 */

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {
    border-right: 1px solid #ddd;
}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.tabs-right>li.active>a, .tabs-right>li.active>a:hover, .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display:block;
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

/**
 *  Remove firefox tabs outline
 */
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    outline: 0;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.well {
    padding: 10px !important;
}