﻿.smallText {
    font-size: smaller;
    color: gray;
    margin-bottom: 6px;
}

h1 {
    font-size: 24pt;
    color: #36B710;
}
.newsStory:hover {
    border-left: solid 5px #36B710;
    padding-left: 20px;
}
.newsStory {
    width: 98%;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: white;
    padding-left: 25px;
}
.close {
    color: #fff;
    opacity: 1;
}

.mediumText {
    font-size: large;
}

.largeText {
    font-size: x-large;
}

.xlargeText {
    font-size: xx-large;
}

.news {
    height: 650px;
    overflow-y: scroll;
}

    .news a {
        text-decoration: none;
    }

.maxhPic {
    max-height: 150px;
    margin: 5px;
}

.center-blocks {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.mask {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.modal-dialog {
    width: 80%;
}

.modal-header {
    background-color: #000080;
    text-align: center;
    padding: 16px 16px;
    color: #FFF;
    /*border-bottom: 2px dashed #337AB7;*/
}

.modal-body {
    text-align: center;
}

.fg {
    width: 74%;
}

.left {
    float: left;
    padding: 0 10px 0 0;
}


