﻿@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 992px)
.col-md-9 {
    width: 75%;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

* {
    box-sizing: border-box;
}
    *:before, *:after {
        box-sizing: border-box;
    }
body {
    background: #eceff1;
}

body, button, input, select, textarea {
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

    body.bigbytes {
        color: #424242;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Source Sans Pro', sans-serif;
        line-height: 1.42857143;
        margin: 0;
        background-color:#eceff1;
    }

a:visited {
    color: #78909c;
    text-decoration: underline;
}
a {
    color: #607D8B;
    text-decoration: none;
}
a {
    color: #337ab7;
    text-decoration: none;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

div {
    display: block;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #212121;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.admin-bar .navbar-fixed-top {
    top: 32px;
}

.navbar-default {
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(100,100,0, 0.1);
}

.navbar-header {
    float: left;
    margin-left:0;
    margin-right:0;
}

.navbar {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    border: none;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 600;
}

.navbar-default .navbar-brand {
    color: #333333;
}
.navbar-default .navbar-brand {
    color: #777;
}

.site-header {
        background: url("../Images/background_nodes_grad8.png") no-repeat scroll top;
        background-size: 1600px auto;
        height: 400px;
        box-shadow: 0px 0px 2px 1px rgba(182,182,182,0.3);
        position: relative;
        width: 100%;
        margin-bottom: 3em;
        overflow: hidden;
        min-height: 200px;
    }

.site-header .site-branding {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
}

.site-title {
    color: #fff;
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.site-title, .site-description {
    color: #fff;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.entry-title {
    margin-bottom: 14px;
}

.entry-header {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.post-content, .single-post-content, .post-comments, .comments-area {
    background-color: white;
    clear: both;
    margin-bottom: 2em;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.hentry {
    margin: 0 0 1.5em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.entry-summary, .entry-content {
    text-align: justify;
}
.entry-summary, .entry-content {
    color: #424242;
}
.entry-content, .entry-header, .entry-meta, .entry-title, .entry-summary, .entry-footer {
    width: 100%;
    word-wrap: break-word;
    //overflow: hidden;
}
.entry-header, .entry-content, .entry-summary, .entry-footer {
    padding: 0 4em;
}

div#range_control .ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
}

div#range_control .ui-slider {
    height: 10px;
}

div#cov_control .ui-slider .ui-slider-handle {
    height: 15px;
    width: 15px;
}

div#cov_control .ui-slider {
    height: 10px;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: white;
}

::selection {
    color: white; 
    background: white;
}

.flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.googleHeaderCell {
}