/* FONT FAMILY */
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.navbar,
.btn,
legend,
.input-group-addon,
.pagination,
.pager,
.label,
.badge,
.panel-default .panel-heading,
.panel-default .panel-footer,
table,
html {
    font-family: "Roboto Slab", Calibri, "Segoe UI", Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
b,
bold,
strong {
    font-weight: 700;
}
.list-group,
.alert,
.navbar,
.btn,
legend,
.input-group-addon,
.pagination,
.pager,
.label,
.badge,
.panel-default .panel-heading,
.panel-default .panel-footer,
table,
html {
    font-weight: 400;
}
html, body, table {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 2;
}
pre, code {
    font-family: Inconsolata, Menlo,Monaco,Consolas,"Courier New",monospace;
    line-height: 1.4 !important;
    font-size:14px !important;
}
p {
    word-wrap: break-word;
}
del {
    text-decoration: none;
    position: relative;
}
del:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    bottom: 40%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.navbar-inverse {
    background-color: #000;
}
.green-bottom {
    border-bottom: 2px solid #4CAE4C;
}
.navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 14px;
}
.navbar-collapse {
    font-size: 12px;
}
.error {
    color: #cb2626;
}
.navbar {
    border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
}

.navbar-inverse .navbar-nav .active a, 
.navbar-inverse .navbar-nav .active a:hover, 
.navbar-inverse .navbar-nav .active a:focus {
    background-color: #111;
    color: #5CB85C;
}
dd {
    margin-left: 25px;
}
.btn {
    border-radius: 0 !important;
}
.btn-xs, 
.btn-group-xs .btn {
    padding: 4px 5px 2px;
}

#welcome {
    background-color: #151515;
    margin-top: -20px;
    border-bottom: 2px solid #4CAE4C;
}
.welcome-greeting {
    color: #ddd;
    margin: 30px 0 20px;
}
.me-image {
    margin-top: 15px;
}
ul.social {
    font-size: 200%;
}
ul.social-footer {
    font-size: 120%;
}
ul.social li:first-child a {
    margin-left:-10px;
}
ul.social li a,
ul.social-footer li a {
    color: #bbb;
}
ul.social li a:hover,
ul.social-footer li a:hover {
    text-decoration: none;
    color: #008CBA; /*47A447*/
}
/* MAIN CONTENT */
.main-content {
    padding-top: 10px;
}
.page-section {
    margin-top: 5px;
    min-height: 960px;
}

.page-section .title h1 {
    margin-top: 0;
    font-size: 130%;
    line-height: 1.6;
}
.page-section .title h1 a {
    color: #555;
}
.page-section .title h1 a:hover {
    text-decoration: none;
}

.page-section .meta p {
    font-size: 90%;
    color: #999;
} 
.page-section .tldr {
    padding-bottom: 10px;
}
.page-section .tldr blockquote {
    border-left: 5px solid #eee;
}
.page-section .tldr p {
    font-size: 110%;
    /* font-weight: 300; */
    line-height: 1.4;
    color: #888;
}
.page-section .tldr p small {
    color: #888;
    margin-top: 5px;
}
.page-section .content {
    padding: 20px 0;
    line-height: 1.8;
    text-align: left;
    font-weight: 400;
}
.page-section .content .highlight {
    border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
}
.page-section .content .highlight pre {
    font-size: 12px;
}

.page-section .content p {
    margin: 0 0 20px;
}

.content blockquote p {
    margin: 0 !important;
}

.content ul li p {
    margin: 0 0 5px !important;
}

.page-section .alert-dismissable {
    padding-right: 30px;
}
.page-section .alert {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 5px;
}
.page-section .content h1,
.page-section .content h2,
.page-section .content h3,
.page-section .content h4,
.page-section .content h5,
.page-section .content h6 {
    margin: 25px 0 10px;
    color: #111;
    font-weight: 700;
}
.page-section .content h1 {
    font-size: 140%;
}
.page-section .content h2 {
    font-size: 130%;
}
.page-section .content h3 {
    font-size: 120%;
}
.page-section .content h4 {
    font-size: 110%;
}
.page-section .content h5,
.page-section .content h6 {
    font-size: 100%;
}
.page-section .content blockquote {
    background-color: #f9f9f9;
    border-left-width: 5px;
    color: #444; /**/
    font-size: 100%;
    font-weight: 300;
}

.page-section .content-footer {
    padding:20px 0;
}
.page-section .content-tags li a {
    padding: 2px 4px;
}
.page-section .comment {
    margin: 20px 0;
    border-top: 1px solid #eee;
}

.page-nav {
    margin: 20px 0;
}

.footnotes {
    font-size: 80%;
}

.footnotes ol {
    margin-left: -28px;
}

/* PANEL */
.panel-data {
    border:none;
    box-shadow: none;
    padding-top: 10px;
}
.panel-data .panel-heading,
.panel-data .table thead tr th, 
.panel-data .table tbody tr th, 
.panel-data .table tfoot tr th, 
.panel-data .table thead tr td, 
.panel-data .table tbody tr td, 
.panel-data .table tfoot tr td {
    padding: 5px 10x;
    vertical-align: middle !important;
}

.panel-data .panel-heading,
.panel-data .table thead tr td:first-child {
    padding-left: 0;
}
.panel-data .table thead tr td:first-child,
.panel-data .list-group .list-group-item {
    padding-left: 0;
}

.panel-data .table tbody tr td:last-child {
    padding-right: 5px;
}
.panel-data .table tbody tr td h1,
.panel-data .table tbody tr td h2,
.panel-data .table tbody tr td,
.panel-data .list-group {
    margin: 2px 0;
    font-weight: 400;
    font-size: 16px;
}
.panel-data .panel-heading {
    font-weight: 700;
    font-size: 110%;
}
.panel-data table.table tbody tr {
    border-bottom: 1px solid #eee;
}
.panel-data table.table tbody tr:last-child {
    border-bottom: medium none;
}
.main-content .panel-data h5.list-group-item-heading {
    color: #008cba;
    /* font-size: 16px; */
    /* font-weight: 400; */
}
.main-content .panel-data .list-group-item {
    border-color: #eee;
}
.main-content .panel-data p.list-group-item-text {
    font-size: 100%;
    line-height: 1.6;
}
.img-thumbnail {
    border-radius: 0;
}
.img-large {
    width: 800px;
    height: 400px;
}
.main-content figure {
    padding: 5px;
}

/* END OF PANEL */


/* FOOTER */
footer {
    margin: 30px 0;
}
.footer {
    border-top: 1px solid #eee;
    padding: 10px 0 30px 0;
}
.footer p.small,
.footer .list-inline li a {
    font-size: 11px;
    line-height: 1.4;
    margin:0 0 2px;
}

/* END OF FOOTER */

@media (max-width: 767px) {
    .navbar .navbar-brand {
        padding-left: 0;
    }
    ul.social li:first-child a {
        margin-left: -5px;
    }
    .navbar .navbar-toggle {
        padding: 4px 4px 4px 8px;
        margin-top: 8px;
        margin-right: 0;
        border-radius: 0;
    }
    .navbar-inverse .navbar-toggle {
        color: #f5f5f5;
        border: 1px solid #666;
    }
}