/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 10, 2014, 11:03:10 AM
    Author     : Spencer
*/

body {
    background-color: #f7f7f7;
    padding-bottom: 5%;
    padding-top: 5%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.container {
    float: none;
}

div.profileBar {
    background-color: #eee;
}

.avatar-navbar-photo {
    max-height: 28px;
    max-width: 28px;
}

ul.central {
    padding: 5px;
    margin: 0;
}

div.buff {
    padding-top: 20px;
    padding-bottom: 20px;
}

.logo {
    padding-top: 20px;
    padding-left: 10px;
}

div.custom-panel {
    padding: 16px 14px;
    border-radius: 15px;
    border: 1px solid #333;
    background-color: #fff;
}

img.banner {
    max-width: 300px;
    max-height: 75px;
    padding: 0 4%;
    margin: 0 auto;
    display: block;
}

div.banner {
    padding-top: 4%;
    padding-bottom: 4%;
}

span.titlebar {
    line-height: inherit;
    text-align: center;
    display: block;
    font-family: "Noticia Text", "Expletus Sans", "Nobile", "Quattrocento Sans", "Exo", "Exo2", "Ubuntu", "Calibri Light", Arial, sans-serif
}

span.textinfo {
    font-size: 14px;
    line-height: 20px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

div.panel-border {
    border: 1px solid #ccc;
}

.content {
    padding: 20px 3%;
}

div.scroll-area {
    height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tool-icon {
    max-height: 28px;
    max-width: 50px;
}