﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* == CUSTOM ================== */
body {
    
}

DIV.navbar-myyolo {
    background-color:#243d51;
    padding-top: 3px;
    color: #ffffff;
}

/*
a {
    color:black;
}
*/
.myYOLOHeadSmallPanel {
    width: 300px;
    color: #ffffff;
    font-size: 16px;
    vertical-align: top;
    font-weight: 400;
    text-decoration: none;
    margin-top:0px;

}

.myYOLOHeadSmallPanel p {
    margin-bottom: 0px;
}

.myYOLOPostTitle {
    font-size: 30px;
}

.myYOLOPostSubTitle {
    font-size: 26px;
    font-weight:300;
    margin-top:16px;
}

.myYOLOPostMeta {
    font-weight:300;
    padding-bottom: 4px;
    border-bottom: 1px solid silver;
}

#headerLogoImg {
    display: inline-block;
    float:right;
    height: 45px; 
    padding:0;
    margin:0 !important;
}

.dynspacing {
    display: inline-block;
    float:right;
    width:100px;
}



#headerBackImg {
    display: inline-block;
    float:right;
    height: 45px;
    margin-bottom: 2px;
}

#headerImageImg {
    display: inline-block;
    float:left; 
    padding-top: 3px;
    margin-right: 8px;
    margin-top: 1px;
    margin-bottom: -1px;
    height: 45px;
    color:#212529 ;
}

#headerLogoImg {
    padding-right: 15px;
}

@media screen and (max-width: 767px) /* Tablet */ {
  .dynspacing {
    width:  0px;
  }
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 24px;
    padding-bottom: 10px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1 {
    font-size: 46px;
  }
}

.ng-tableheader {
    background-color : rgb(218,218,218);
}