h2 {
    display: table;
    white-space: nowrap;
    max-width: 90%
}
h2:before {
  border-top: 1px solid #f3f3f3;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 10%;
  right: 1.5%;
}
h2:after {
  border-top: 1px solid #f3f3f3;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 80%;
  left: 1.5%;
}
a.button{
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 230px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #dbab02;
	color: #ffffff;
}
#btn_zoek_relatie, .button_aanmelden{
	border: 2px solid #dbab02;
    background: #dbab02;
    color: #fff;
    -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor: pointer;
}
#btn_zoek_relatie:hover, .button_aanmelden:hover{
	border: 2px solid #c29702;
    background: #c29702;
    color: #fff;
}
#profile-photo {
    padding-top: 0;
    width: 247px;
    min-height: 100px;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
}
a.button:hover{
    background: #c29702;
}
hr.small {
    margin: 5px auto;
}
body.container {
    max-width: 954px;
    margin: 0;
}
.table-profile {
    width: 100% !important;
}
.next a.button, 
.prev a.button, 
a.button.leden_new_jaar, 
a.button.leden_new_halfjaar, 
a.button.leden_new_kwartaal, 
a.button.leden_new_maand,
.page-header-information .button{
	width: auto;
	margin-left: 0;
}
.button-active{
	background: #B58D02 !important;
	border: #B58D02 !important;
}
#login_form, 
#profile-photo img,
#profile, 
#baan-handicap-informatie-overzicht,
body.container{
	width: 100%;
}
#wedstrijd-overzicht th, 
#wedstrijd-overzicht td, 
.index td,
#baan-handicap-informatie-overzicht th, 
#baan-handicap-informatie-overzicht td,
.table-profile th, 
.table-profile td{
	padding: 4px 8px !important;
}
#frm-login #txt_username, 
#frm-login #txt_password{
	border: none;
	width: 300px;
	margin-bottom: 15px;
	height: 30px;
	padding: 0 10px;
	background: #55565a;
    color: #fff;
    border: 2px solid #55565a;
}
#egolf4u_iframe{
	height: 300px !important;
}
#frm-login a, 
.sort-handicap a,
#menu a,
.index a, 
#wedstrijd-overzicht a{
	color: #dbab02;
}
#wedstrijd-overzicht, 
.table-profile,
.index,
#baan-handicap-informatie-overzicht{
	border: 1px solid #d3d3d3;
}
.table-profile tr:nth-of-type(odd),
#baan-handicap-informatie-overzicht tbody tr.even,
#wedstrijd-overzicht tbody tr.even,
.index tbody tr.even {
    background-color: #fafafa !important;
}
.table-profile tr:nth-of-type(even),
#baan-handicap-informatie-overzicht tbody tr.odd,
#wedstrijd-overzicht tbody tr.odd,
.index tbody tr.odd {
    background-color: #f3f3f3 !important;
}
tr.indent-1 th.commissie-naam, 
tr.indent-1 th.first, 
tr.indent-1 td.first{
	border-left: 0;
}
.page-header-information .button{
	text-align: center;
}
#profile-information h2 {
    display: inherit;
    margin-top: 0;
}
#baan-handicap-informatie-overzicht{
	margin-bottom: 20px;
	width: 100% !important;
}
#relatie-ledenlijst-letters a.button{
	width: auto !important;
	margin-left: 0;
}
@media screen and (max-width: 920px) {
	.table-profile{
		width: 100% !important;
	}
	#profile-photo img{
		margin-top: 20px;
		margin-left: 0;
	}
	#profile-photo{
		margin-left: 0;
		margin-right: 20px;
	}
	#profile a.button{
		margin: 20px 0 0 0;
	}
	hr.small{
		opacity: 0 !important;
		margin: 0;
	}
}
@media screen and (max-width: 720px) {
	.table-profile{
		width: 100% !important;
	}
	#profile-photo img{
		margin-top: 20px;
		margin-left: 0;
	}
	#profile-photo{
		margin-left: 0;
		margin-right: 20px;
	}
	#profile a.button{
		margin: 20px 0 0 0;
	}
	hr.small{
		opacity: 0 !important;
		margin: 0;
	}
	
}
@media screen and (max-width: 620px) {
	.table-profile{
		width: 100% !important;
	}
	#profile-photo {
		width: 300px;
		float: left;
	}
	#profile a.button{
		width: 280px;
	}
}
@media screen and (max-width: 380px) {
	.table-profile{
		width: 100% !important;
	}
	#profile-photo {
		width: 250px;
		float: left;
	}
	#profile a.button{
		width: 230px;
	}
}
#profile-information{
	width:100% !important;
}
#frm-profile-info{
	width:100% !important;
}
#baan-handicap-informatie-overzicht{
	width:78% !important;
}