.container {


    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1e767+25,feb645+75&0.46+0,1+99 */
    background: -moz-linear-gradient(top,  rgba(241,231,103,0.46) 0%, rgba(241,231,103,0.6) 25%, rgba(254,182,69,0.87) 75%, rgba(254,182,69,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(241,231,103,0.46) 0%,rgba(241,231,103,0.6) 25%,rgba(254,182,69,0.87) 75%,rgba(254,182,69,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(241,231,103,0.46) 0%,rgba(241,231,103,0.6) 25%,rgba(254,182,69,0.87) 75%,rgba(254,182,69,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */


    border-radius: 25px;


}


.jumbotron{

    background-color: white;

}

.table{

    color: black;
    background-color: white;

}


.top_25_margin{

    margin-top: 25px;


}


.center{

    text-align: center;

}


.container{
    
    width: 95%;
    
}