/*

STOMP Out Bullying CSS Overrides

*/

body.fixed .content .listdescription {
    display: block;
    margin: 2px;
    width: 100%;
}

/*
body.fixed .content .jumbotron tbody {
    border: 10px solid #fff;
} 
*/

body.fixed .content .jumbotron tbody {
    border: 20px solid #fff;
   /* border-color: #fff;*/
}

.jumbotron {
background-color: #fff;
}

.navbar-inverse {
    background-color: #4a4181;
    border: 0;
    border-radius: 0;
}
.btn-primary {
    background-color: #3a508c;
    border-color: #3a508c;
    color: #FFF !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #dc762f;
    border-color: #dc762f;
}
.poweredby {
display: none;
visibility: hidden;
}
.stompoutbullying-copyright {
text-align: center;
}

.text-danger {
    /* color: #990000; */
    color: #000 !important;
}

.well {
border-color: #fff;
background-color: #fff;
}


