/*
 Theme Name:   Balanced Blog Child
 Theme URI:    http://maikjensen.dk
 Description:  Balanced Blog Child Theme
 Author:       Maik Jensen
 Author URI:   http://maikjensen.dk
 Template:     balanced-blog
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  balanced-blog-child
*/

p {
  margin-right: 20px;
  margin-bottom: 20px;
}

.wp-image-537 {
  border-radius: 20px;
}

.main-content-page {
  background-color: #ffffcc;
  padding: 30px;
  border: 1px solid #000;
  overflow: auto;
  zoom: 1;
}

.ramme {
  border: 1px solid #000;
}

.single-wrap {
    margin-bottom: 0px;
}

#sidebar {
  background-color: #ffffcc;
  border: 1px solid #000;
}

h1.site-title a, .site-title a, h1.site-title, .site-title {
    text-transform: initial !important;
}

.navbar-nav > li > a {
    text-transform: none;
    color: #000 !important;
}

input, button, select, textarea {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: #eee !important;
}

#site-navigation {
  border-top: 1px solid #286090;
  border-bottom: 1px solid #286090;
  background-color: #b3ccb580;
}

div.boks100 {
	overflow: auto;
	zoom: 1;
	width: 100%;
}

div.boks-200 {
    max-width: 200px;
    border: 3px solid #24617d;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: auto;
}

div.boks-300 {
    max-width: 300px;
    border: 3px solid #24617d;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    height: auto;
}

h1 {
  color: #24617d;
}

.boks-alm {
	overflow: auto;
	zoom: 1;
}

h2 {
  color: #24617d;
  font-size: 24px;
}

h3 {
  color: #24617d;
  font-size: 18px;
}

.news-item-content, .postauthor-container, .comments-template, .single-wrap {
    padding-top: 0px;
}

.main-container {
    background-color: #eee;
}

#content-footer-section {
    background-color: #eee;
    padding: 0;
}

a, a:active, a:focus {
    text-decoration: none;
    color: #24617d;
}

a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.ophav {
  color: #fff;
}

td	{
  padding: 5px;
}

.footer-credits {
    background-color: #24617d;
    clear: both;
    margin-top: 10px;
}

.comments-template {
    padding: 0px;
    margin-bottom: 0px;
}