.thing-form {
    margin: 20px 0;
}

#banner {
    border-bottom: none;
    margin-top: -20px;
}

#banner h1 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -2px;
}

.hero-unit {
/*    position: relative;
    padding: 30px 15px;
    color: #F5F5F5;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #4393B9;
*/
    position: relative;
    padding: 20px 10px;
    color: #F5F5F5;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #428bca;

}

.footer {
    text-align: center;
    padding: 30px 0;
    margin-top: 70px;
    border-top: 1px solid #E5E5E5;
}

/*.modal { max-width: 100% !important ; max-height: 100% !important ; }*/

.modal { height: auto; }

.card-panel {
    min-height: 200px !important;
    min-width: 150px !important;
}
