/*
Theme Name: Twenty Sixteen Child Theme
Description: Child theme for Twenty Sixteen
Template: twentysixteen
Version: 1.0
@import url('../twentysixteen/style.css');
*/

body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: Merriweather, Georgia, serif;
	font-family: Verdana;
	font-size: 16px;
	font-size: 14px;
	line-height: 1.75;
}




.site-title {
	color: #333333;
	font-size: 36px;
}

.site-branding .site-title a {
}
.site-description {
	color: #333333;
	font-size: 24px;
}


.site-description {
	display: block;
}

.entry-title {
	color: #333333;
	font-size: 24px;
}

.main-navigation a {
	color: #333333;
	font-size: 18px;
}
/**
 * Forfatter dato og kategori vises ikke
 */
.author {display:none; 
 }
 
/**
 *layout til tabel, der viser bestyrelsesmedlemmer
 */
.bestyrelse{
 border: 1px solid #333333;
 width: 100%
 }

 table.bestyrelse th{
 color:white;
 background:#333333;
 border: 1px solid #333333;
 padding: 5px
 }

 table.bestyrelse td{
 border: 1px solid #333333;
 padding: 5px;
 vertical-align:middle
 }

/**
 *layout til alm.tal-tabel
 */
.tal{
 font-size: 12px;
 border: 1px solid #333333 }

 table.tal th{
 color:white;
 background:#333333;
 border: 1px solid #333333;
 font-size: 12px;
 padding: 5px;
 vertical-align:bottom
}

 table.tal td{
 border: 1px solid #333333;
 font-size: 12px;
 padding: 5px;
 vertical-align:middle
 }

/**
 *layout til tabeller på overenskomstside
 */

.overenskomsttabel{
border-collapse: collapse;
width: 100%
}
table.overenskomsttabel td, th{
border: 1px solid #333333;
padding: 10px;
vertical-align:top;
text-align:left
}

.overenskomst{
border-collapse: collapse;
width: 100%
}

table.overenskomst td, th{
padding: 10px;
vertical-align:top;
text-align:left
}

.overenskomstloen{
border-collapse:collapse;
border-color:#ffffff;
width: 100%
}

table.overenskomstloen td, th{
border: none;
padding: 10px;
vertical-align:top;
border-color:#ffffff;
text-align:left
}

.loweralfa{
list-style-type:lower-alpha;
}

.overenskomstunderskrift{
border-collapse:collapse;
border-color:#ffffff;
width: 100%
}

table.overenskomstunderskrift td, th{
padding: 20px;
vertical-align:top;
border-color:#ffffff;
text-align:left
}

.bilag1{
border-collapse:collapse;
width: 100%
}

table.bilag1 td, th{
border: 1px solid #333333;
padding: 10px;
vertical-align:top;
text-align:left;
}

