.lukket {
  padding-top:20px;
  margin:0;
  position:absolute;
  font-weight:200;
}

.basic h1 a:hover {
color:#000;
}

article:nth-child(even) {
background: #fff;
}

.site-title {
  font-size:3.8vw;
  font-weight:bold;
}

body.page article {
padding-bottom:0;
}

#post-11 {
padding-bottom:0;
  padding-top:0;
}

#secondary {
margin-top:0px;
  margin-bottom:50px;
  margin-left:20px;
  margin-right:20px;
}

#footer {
  background: #efefef;
  border-top: 1px solid #c7c7c7;
}

#page {
box-shadow: 0px 0px 10px #888888;
}

.site-description {
padding-top:20px;
}

.menu-item a:hover {
color:#000;
}

.menu-item {
     -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}

.menu-item:hover {
    -webkit-transition : border 500ms ease-out;
  -moz-transition : border 500ms ease-out;
  -o-transition : border 500ms ease-out;
  transition : border 500ms ease-out;
}


.dropdown-menu {
border-radius:0;
  background:#fff;
  padding:0;
  margin:0;
  min-width:120px;
}

.nav-justified > li > a {
  border:0;
}

.col-md-6 {
  width:100%;
}

.col-md-6 h1 {
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:75%;
  font-size:24px;
  margin-bottom:0;
  padding-bottom:0;
}

.home-jumbotron {
padding-bottom:0;
  margin-bottom:0;
}


.omosTable td
{
  border:none;
}
.omosImg
{
  margin: 0 0 0 0;
}

@media only screen and (max-width: 568px) {

  .omosImg
{
  margin: 0px 45px 0px 0px;
  max-width:85px !important;
}
.omosTable
{
  width:290px !important;
}
 
}
.omosTable td
{
  border:none;
  padding:0 !important;
}