body {
    font-size:15px;
}

h1 {font-size:30px;}
h2 {font-size:20px;}

a:visited {color:#603913;}

.teaser {
  float:left;
  width:245px;
  height:105px;
  padding:8px;
  margin:20px;
}

.pagination  ul li{list-style-type:none !important;}
.pagination {width:250px;}
.left {float:left;}
.right {float:right;}


table.border td, table.border th {border:1px solid #CCCCCC !important;} 
.half {width:50%;}

.error {font-weight:bold; color:#FF0000;}
.success {font-weight:bold; color:#006400;}


#menu {padding:0;}
#search {float:right; width:300px;}
#search input {padding:1px;}
#cse-search-results {overflow:visible;}

#wp-realtime-sitemap-pages  ul li{
	margin-bottom:10px;
	margin-top:10px;
}

div#footer div#ssb-container {
	float:right;
	width:85px;
	height:55px;
	padding-top:9px;
}

div#footer a.button {
	display:block;
	margin:0 30px 1px 0;
	padding:0;
}

div#footer a.ssb {
	display:inline;
	margin:0;
	padding:0;
}

.nav-footer a:link, .nav-footer a:visited {
	padding-right: 35px !important;
}


#menu ul li.menu-item-1288 ul {margin-left:-85px !important;}


.wp-caption p.wp-caption-text a {
  color: #888888 !important;
  display:inline;
 }
 
 div.youtube {
	float:left;
	width:425px;
    margin:33px 151px 0 25px; 
 }
 
 div#likebox {clear:both;}
 
 div#likebox img {
	float:left;
	margin-right:15px;
 }
 
 div#likebox input[type="button"] {
	cursor:pointer;
	box-shadow: 2px 2px 2px;
    font-size:1.2em;
    margin-top: 10px;
    padding: 10px 50px;
 }
 
 .center {text-align:center;}
 
 
 @media only screen and (max-width: 760px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(2):before { content: "DKB"; }
	td:nth-of-type(3):before { content: "comdirect"; }
	
}

