.view-contents img{
    max-width:100%;
}

.view-contents h6{
    line-height:150% !important;
}

.tr-gray    {background-Color:#fafafa;}

/* Red border */
hr.new1 {
  border-top: 1px solid #999999;
}

/* Dashed red border */
hr.new2 {
  border-top: 1px dashed #999999;
}

/* Dotted red border */
hr.new3 {
  border-top: 1px dotted #999999;
}

/* Thick red border */
hr.new4 {
  border: 1px solid #999999;
}

/* Large rounded green border */
hr.new5 {
  border: 10px solid <?=$row['opt_bgline']?$row['opt_bgline']:'#999999'?>;
  border-radius: 5px;
}

.navbar-brand {
/*
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
*/
    white-space: nowrap;
    width: 300px;
/*
    padding-right: 50px;
*/
}
