.ad{
    text-align:center;
}
.jumbotron{
    background-color:#dd5d11;
    color:#fff;
}
.jumbotron a{
    color:#fff;
    text-decoration:underline;
}
.jumbotron a:hover{
    color:#333;
}
.jumbotron .btn {
    text-decoration:none;
}
.jumbotron .btn:hover{
    color:#ccc;
}
a{
    color:#ff7f33;
}
a:hover{
    color:#dd5d11;
}
.account-container{
    margin-top:25px;
}
.price-tiers li{
    display:inline-block;
    width:150px;
}
.pricing-faq{
    padding-left:10px;
}

.feature {
    display: table;
    padding-bottom: 1em;
    margin-bottom: 1em;

}
.feature i {
    display: table-cell;
    width: 62px;
    vertical-align:top;
}

.feature-detail {
    display: table-cell;
}
.main{
    min-height:400px;
}
blockquote p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25;
}
blockquote cite:before{
    content: "\00BB \00A0";
}
h4{
    color:#000;
}
.extra h4{
    color:#aaa;
}
.extra li{
    font-size:1.2em;
}
@media print {
    ::-webkit-input-placeholder { /* WebKit browsers */
        color: white;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: white;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: white;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
        color: white;
    }
    a:link:after, a:visited:after {  
        display: none;
        content: "";    
    }
}
.google-ad{
    margin-bottom:10px;
}
.table-extra-condensed{
    font-size:11px;
    margin-bottom:0;
}
.table-extra-condensed > tbody > tr > td, .table-extra-condensed > tbody > tr > th, .table-extra-condensed > thead > tr > th{
    padding:3px;
}
/*Dashboard Stuff*/
.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}
.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}
.circle-tile-heading .fa {
    line-height: 80px;
}
.circle-tile-content {
    padding-top: 50px;
}
.circle-tile-number {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 10px;
}
.circle-tile-description {
    text-transform: uppercase;
}
.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}
.circle-tile-heading.green:hover {
    background-color: #138F77;
}
.circle-tile-heading.orange:hover {
    background-color: #DA8C10;
}
.circle-tile-heading.blue:hover {
    background-color: #2473A6;
}
.circle-tile-heading.red:hover {
    background-color: #CF4435;
}
.circle-tile-heading.purple:hover {
    background-color: #7F3D9B;
}
.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}
.green {
    background-color: #16A085;
}
.blue {
    background-color: #2980B9;
}
.orange {
    background-color: #F39C12;
}
.red {
    background-color: #E74C3C;
}
.purple {
    background-color: #8E44AD;
}
.dark-gray {
    background-color: #7F8C8D;
}
.gray {
    background-color: #95A5A6;
}
.light-gray {
    background-color: #BDC3C7;
}
.yellow {
    background-color: #F1C40F;
}
.text-dark-blue {
    color: #34495E;
}
.text-green {
    color: #16A085;
}
.text-blue {
    color: #2980B9;
}
.text-orange {
    color: #F39C12;
}
.text-red {
    color: #E74C3C;
}
.text-purple {
    color: #8E44AD;
}
.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

.blog-posts {
    padding: 0;
    margin: 1em 0 0;
}

.blog-posts li {
    display: table;
    padding: 10px 1.5em 0 1.5em;
    border-bottom: 1px dotted #CCC;
}

.blog-posts li:last-child { padding-bottom: 0; border: none; }
.blog-posts li:first-child { padding-top: 0;}

.post-detail {
    display: table-cell;

}
.post-title {
    width:100%;
    background-color:#666;
    font-size: 15px;
    font-weight: 600;
    text-align:center;
    padding:3px 0;
}
.post-img{
    width:100%;
    margin:10px auto 0;
}
.img-centered{
    margin:0px auto;
}
.post-title a{
    color:#fff;
}
.post-title a:hover{
    color:#ccc;
    text-decoration:none;
}
.post-excerpt {
    margin-bottom: 0;	
    color: #777;
}
.form-sm .form-group{
    margin-bottom:10px;
}
.form-sm h3{
    display:block;
    background-color:#c06900;
    color:white;
    font-size:12pt;
    font-weight:bold;
    border-bottom:2px solid #f39c33;
    padding:4px 0 4px 10px;
}
.form-sm .select-sm{

}
.input-xs {
    height: 24px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.25;
    border-radius: 3px;
}

select.input-xs {
    height: 24px;
    line-height: 24px;
    font-size:11px;
    padding:2px 5px;
}
textarea.input-xs {
    height: auto;
}
.instructions, .instructions p{
    font-size:11px;
}
.group-preview{
    padding-bottom:15px;
}
.group-preview h4{
    margin-bottom:2px;
    font-size:16px;
}
.strike{
    text-decoration: line-through;
}
.faq-list h4{
    font-size:11pt;
}
.faq-list p{
    font-size: 9pt;
}
.reports ul{
    padding-left:15px;
}
.reports ul li{
    list-style:none;
}
.pick-header{
    text-align:center;
    font-weight:bold;
    background-color: #f39c33;
    color:white;
    font-size: 1.3em;
    text-transform:uppercase;
    padding:4px 0;
    border-bottom: 1px solid #c06900;
}
td.number, th.number{
    text-align: right;
}
.statistics .table{
    margin-bottom:10px;
}
.stats-nav{
    padding:5px;
    background-color:#e3e3e3;
}
.stats-menu{
    text-align:center;
    margin:0;
    padding:0;
}
.stats-menu li{
    list-style:none;
    display:inline-block;
}
.stats-menu li a{
    padding: 10px;
    line-height: 14px;
    font-family: "Arial", sans-serif;
    text-decoration: none;
    vertical-align:middle;
}
.stats-menu li:after {
  content: '';
  display: inline-block;
  height: 16px;
  width: 1px;
  background: #efefef
}
.stats-menu li:last-child::after {
  display: none
}
.pool-name{
    font-weight:bold;
    font-size:18px;
    text-align: center;
}