th,
td {
	font-weight: normal;
	text-align: left;
border: 2px solid white;
}

.widget-area .widget ul li {
    margin: 0 0 5px;
    padding: 0;
    list-style-type: square;
list-style-position: inside;
color: #006489;
}

#shop_header {
display: none !important;
}

#top.woocommerce-page #shop_header {
display: block;
}

#gwolle_gb .gb-entry {
	border-top: 10px solid #FFF;
	padding: 10px 0;
	margin: 0;
}


.btn-group button {
  background-color: #DDDDDD; 
  border: 2px solid white; 
  color: black; /* White text */
  padding: 20px 30px; /* Some padding */
  width: 259px;
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #EEEEEE;
}