/*

Theme Name: X &ndash; UFSA Child Theme
Theme URI: http://theme.co/x/
Author: Themeco, Shan Jiang, Annie Gormaley
Author URI: http://theme.co/
Description: Child theme used for the wordpress theme used by the University of Florida Division of Student Affairs.
Version: 0.1.0
Template: x

*/

.red-button {
    background-color:#bc3315;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    border:none;
    color: #fff;
    display:inline-block;
    cursor:pointer;
    padding:10px 30px;
    text-decoration:none;
}

.red-button:hover {
    background-color: #e53f19;
}

.content-block {
    border:1px solid #eee;
    padding:10px;
    background:#ccc;
    float:left;
    margin-bottom:1.75em;
    text-align:center;
}

.content-block:after {
    clear:both;
}

.highlighter {
    background-color:#ffff66;
}


.ccfic {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: lightgray;
}
