/*********** Stylesheet for Team page *******/

#wlc_head
{
    max-width:300px;
    min-height: 50px;
    margin:0px auto;
    padding:0px 10px 0px 0px;
    border:1px solid #0A3B5B;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #0A3B5B
}


.bm_name
{
    font-size: 25px;
    font-weight:600;
}

#board, #board_2, #mgt, #mgt_2
{
    width:75%;
    height: auto;
    margin:0px auto;
    padding:3%;
    line-height: 25px;
    border-top: 2px solid #E5E4E2;
    font-size: 20px;
    text-align: left;
    -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    -o-box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

#board_2
{
    margin-top:35px;
}



#mgt, #mgt_2
{
    width:90%;
    height: auto;
    text-align: left;
}

#mgt_2
{
    margin-top:35px;
}

.team_lnk
{
    display: block;
    max-width:300px;
    min-height: 50px;
    margin:0px auto;
    margin-top:30px;
    padding:0px 10px 0px 0px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    background-color: #0A3B5B;
    color: #CCDC00;
    text-decoration: none;
}

.team_lnk:hover
{
    background-color: #CCDC00;
    color: #0A3B5B;
}

@media screen and (max-width: 950px) 
{
    /*#reason
    {
        min-width: 80%;
        border:0px solid #CCDC00;
        float:none;
    }*/


}


