.clubmember{
    background-color: rgb(0 0 0 / 80%);
    padding:10px;
    text-align : center;
    color: white;
    vertical-align: bottom;
    border-radius : 5px;
    border: 1px solid rgb(241 219 116);
}
.clubmember:hover{
    background-color: rgb(241 219 116 / 100%);
    color: black;
    border: 1px solid black;
}
.clubmember h1{
    color: inherit;
}
.whitegraph{
    font-size: 16px;
    font-family : Federo;
    color: inherit;
}

.jCaptchaCanvas{
    line-height: 50px;
    text-align: center;
    padding-top:10px;
}

.flashmessage2 #success_heading{
    display: none;
}

.flashmessage2 #message_body{
    font-size:22px!important;
    color:black;
    font-weight: bold;
}

.whitegraphcenterhead{
    font-size: 20px;
    font-family : Federo;
    color: inherit;
    text-align: center;
    font-weight: bold;
}
.yellowgraphcenterhead{
    font-size: 30px;
    font-family : Federo;
    color: #fdd518;
    text-align: center;
    font-weight: bold;
}
.included{
    background-color:#453c00;
    border-radius: 10px;
    padding:5px;
    color: white!important;
}
h1.whiteheading{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    color: white;
}
h1.yellowheading{
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #f1db74;
}

h1.stdwhite{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #FFFFFF;
}
h1.stdyellow{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #f1db74;
}
h4.stdyellow{
    color: #f1db74;
    margin-bottom: 5px;
    margin-top: 10px;
}
p.stdwhite{
    color: white;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
}