body{
	border: 1px solid #65bef8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin:0;
}
.gombok-light-container{
	width: inherit;
	height: inherit;
	min-width: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;

}

.gombok-light-container a.button{
	-webkit-box: 1 1 25%;
	-moz-box:  1 1 25%;
	-webkit-flex: 1 1 25%;
	-ms-flex:  1 1 25%;
	flex: 1 1 25%;
	height: 1.2em;
	min-width: 130px;
	margin: 0.5em;
    background-color: #1B5385;
    color: white;
    font-family: monospace;
    font-size: 13px;
}

#opten_lights .button{
    background: #65bef8; /* old browsers */
    background: -moz-linear-gradient(top, #65bef8 0%, #0e89d6 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#65bef8), color-stop(100%,#0e89d6)); /* webkit */
    background: linear-gradient(to bottom right, #65bef8 0%,#0e89d6 100%); /*W3c*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bef8', endColorstr='#0e89d6',GradientType=0 );
    font:12px/15px Arial, Helvetica, sans-serif;
    color: white;
    text-decoration:none;
    text-shadow:1px 1px 0px #999;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0px 1px 1px #888;
    -webkit-box-shadow: 0px 1px 1px #888;
    box-shadow: 0px 1px 1px #888;
    cursor:pointer;
}
#opten_lights.de a.button{
	line-height: 1;
	padding: 5px 12px 2px;
}
#opten_lights.de a.button.big{
	min-height: 23px;
