html, body {
    background: none;
	margin: 0;
    color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
.container { max-width: none;}
a { color: #87c450; text-decoration: none;}
a:hover { color: #009e58;}
h2{color:#000;}
#profile { width: auto;}
ul#menu { display: none; opacity: 0; }
ul#menu li a {
 color: #87c450;
}
ul#menu li a:hover { color:#009e58; }
#profile-information{ 
    float: left;
    width: 50%;
    padding-right: 50px;
}
table.table-profile{
    width:100%;
}
div#profile-photo { margin-top: 50px; }
#profile a.button:first-of-type{ margin-top: 50px; }
.wedstrijdnaam > a { color: #009e58; font-weight: bold;}

#profile, #baan-handicap-informatie-overzicht{
    width:100%;
}
/*
.uitloggen {
 display:none !important;
 margin-top:-20px;
 opacity: 0;
}*/




#wedstrijd-overzicht tr td:nth-child(3), #wedstrijd-overzicht tr th:nth-child(3) {
    display: none;
}

#wedstrijd-overzicht tr td:nth-child(6), #wedstrijd-overzicht tr th:nth-child(6) {
    display: none;
}

/* wachtwoord vergeten */
#wachtwoordVergeten h3{
    line-height: 10px;
} 
#wachtwoordVergeten{
    color: #000;
    font-size: 12px;
    line-height: 16px;
}
#wachtwoordVergeten input#txt-persoonscode {
    padding: 4px 5px;
    width: 180px;
    margin: 5px 0px;
    border-radius: 3px;
}
#wachtwoordVergeten form label{ 
    color: #426FA2;
    font-weight: bold;
}
#wachtwoordVergeten form input#btn-wachtwoord-opnieuw-instellen{
    background-color: #426FA2;
    border: 0px;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
}