﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.button {
    border: none;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.17) 9%,rgba(0,0,0,0.41) 22%,rgba(0,0,0,0.65) 35%,rgba(0,0,0,0.65) 93%,rgba(0,0,0,0.65) 100%);
    height: 36px;
    font-size: 12px;
    color: white;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    transition: all 900ms ease;
    margin: 15px 0px 15px 0px;
}

    .button:hover {
        background: rgba(0,0,0,0);
        color: #3a7999;
        box-shadow: inset 0 0 0 3px #3a7999;
        cursor: pointer
    }
