h1{
    font-size: 63px;
}

h2{
    font-size: 30px;
}

#divTitle{
    position: relative;
    left: -1em;
    margin-right: -1em;
    margin-top: 1.5em;
    padding-left: 20px;
    padding-bottom: 10px;
    border-radius: 0 6px 6px 0;
    background-color: #333;
    color: whitesmoke;
}

@media (min-width: 1200px), (min-width: 600px) and (max-width:991px){
    .mainlogo{
        position: absolute;
        right: 0px;
        top: -10px;
    }
}

.banner-logo{
    height: 90px;
    margin-top: 15px;
}

.twitter-bird{
    height: 140px;
    margin: -15px -20px -15px 0;
}

.robo-bird{
    height: 120px;
    margin-bottom: -10px;
}

#table-examples tr td:first-child{
    text-align: right;
    padding-right: 0.5em;
}

#divTitle h1,
#divTitle h2{
    margin:0;
    padding:0;
}

#divTitle h2{
    margin-left: 5px;
}

#divTitle a:hover{
    color: #8EBBDE;
}

.container:first-child{
    background-color: #EEE;
    border-radius: 6px
    -moz-border-radius: 6px
}

form{
  margin-top: 20px;
  margin-bottom: 20px;
}

#divStatus{
    font-size: 20px;
}

#liGreeting{
    font-size: 18px;
}

#divStatus .list-group-item{
    background-color: #f5f5f5;
}

i.status-success{
    color: green;
}

i.status-fail{
    color: red;
}

i.status-icon{
    float: right!important;
    vertical-align: middle;
}

#userBanner{
    position: relative;
    text-align: center;
    padding: 20px 10px;
    margin-top: 1.5em;
    background-size: cover;
    background-color: white;
    background-position: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
}

#userBanner p{
    font-size: 21px;
    font-weight: bold;
    text-shadow: 0px 0px 0.5em #FFF;
}

#btnPrint{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
}

.bon_nav{
    display: table;
    background-color: whitesmoke;
    text-align: right;
    font-size: 18px;
    /* border-radius: 6px; */
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    border: 1px solid #DDD;
}

.bon_nav > li:hover,
.bon_nav > li.active{
    background-color: white;
}

.bon_nav > li:hover a,
.bon_nav > li.active a{
    text-decoration: none;
}

.bon_nav > li i{
    font-size: smaller;
}

@media (min-width: 991px){
    #divNav.affix{
        position: fixed;
        top: 1.5em;
        /* right set in main.js:adjustAffix */
    }

    .bon_nav > li{
        display: table-row;
        border-bottom: 1px solid #DDD;
    }

    .bon_nav > li:last-child{
        border-bottom: none;
    }

    .bon_nav > li > a{
        display: table-cell;
        padding: 2px 2px 2px 10px;
    }
}

@media (max-width: 991px), (max-height: 36em){
    #liGreeting{
        display: none;
    }
}

@media (max-width: 991px){
    #divNav,
    #divNav.affix,
    #divNav.affix-top{
        position: fixed;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
    }

    .bon_nav{
        width: 100%;
        height: 50px;
        table-layout: fixed;
        text-align: center;
        font-size: 16px;
        background-color: #333;
    }

    .bon_nav > li{
        display: table-cell;
        border: 1px solid #666;
        vertical-align: center;
        line-height: 50px;
    }

    .bon_nav > li:hover,
    .bon_nav > li.active{
        border: 1px solid #333;
    }

    .bon_nav > li:hover a,
    .bon_nav > li.active a{
        color: #428bca;
    }

    .bon_nav > li > a{
        color: whitesmoke;
        display: inline-block;
        padding: 0;
    }

    .bon_nav > li i{
        display: none;
    }
}

@media (max-width: 767px){
    .bon_nav{
        height: 40px;
        font-size: smaller;
    }

    .bon_nav > li{
        line-height: 40px;
    }
}

.result-group{
    color: #555;
    cursor: pointer;
}

#divResults{
    padding-top: 1.5em;
}

#divResults > .list-group > .list-group-item{
    font-size: 14pt;
    font-weight: bold;
    background-color: #f5f5f5;
}

#divResults > .list-group > .list-group-item > i{
    font-size: 12pt;
    font-weight: normal;
    margin-top: 8px;
}

#divResults > .list-group > .list-group-item:not(.collapsed){
    padding-bottom: 0;
}

#divResults > .list-group > .list-group-item > .list-group{
    padding-top: 10px;
    cursor: default;
}

#divResults > .list-group > .list-group-item > .list-group > .list-group-item{
    font-size: 12pt;
    border-radius: 0;
    -moz-border-radius: 0;
}

.viz_text,
.viz_radar{
    height: 60px;
}

.viz_pie{
    height: 175px;
}

.viz_tuple .tick line{
    display: none;
}

#classifications{
    width:80%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    font-weight: normal;
}

#btnTweetReport,
#btnFlag{
    padding: 3px 12px 1px;
    font-size: medium;
}

#btnTweetReport{
    float: left;
    margin-left: -5px;
}

.fa-twitter{
    color: #55ACEE;
}

#btnFlag{
    float: right;
    margin-right: -5px;
}

#readout-left,
#readout-right{
    vertical-align: top;
}

#power-gauge svg{
    width: 300px;
    height: 200px;
}

#power-readout{
    position: relative;
    bottom: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 36pt;
}

#span-power-readout{
    margin-left: 20px;
}

#power-gauge svg{
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: none;
    padding-bottom: none;
}

#power-gauge g.arc {
    fill: steelblue;
}

#power-gauge g.pointer {
    fill: #d7191c;
    stroke: #666;
}

#power-gauge g.label text {
    text-anchor: middle;
    font-size: 14px;
    font-weight: bold;
    fill: #666;
}

.link {
    stroke: #ccc;
}

.node text {
    pointer-events: none;
    font: 12px sans-serif;
}

.viz_text rect{
    stroke: none;
}

.viz_text .tick line{
    display: none;
}

footer{
    margin-top: 1em;
    background-color: #EEE;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
}

footer .logo{
    padding-top: 5px;
    width: 15em;
}

.fb-like{
    margin-top: 5px;
    margin-bottom: 5px;   
}

#divHelp{
    text-align: left;
    font-size: smaller;
}

#keepInMind ul{
    padding-left: 1.1em;
}

#requestsRemaining{
    color: red;
    font-weight: bold;
}

.hidden{
    visibility: none;
}
