/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.panel-biohacked {
    border-color: #999;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.panel-biohacked>.panel-heading {
    color: #ffffff;
    background-color: #303030;
}

.btn-biohacked {
    color: #ffffff;
    background-color: #7049ba
}

.btn-biohacked h1 {
    color: #ffffff;
}

