.entry-title:after {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 10%;
    height: 2px;
    background: none;
    bottom: -9px;
    left: 0;
}
.entry-title:before {
    position: absolute;
    margin: auto;
    z-index: 1;
    content: "";
    width: 10%;
    height: 2px;
    background: none;
    bottom: -9px;
    left: 0;
 } 
    ::selection {
    background: gray;
    color: #FFF;
   } 
  .widget-area {
    float: right;
    width: 100%;
    background-color: #f5f5f5;
   }  
  #sidebar .widget  {
background-color: #fff;
border: 1px solid #ddd;
padding: 10px;
  font-weight: bold;
}
#main-nav {
    position: fixed;
    width: 100%;
    z-index: 1000;
    min-height: 75px;
    margin-bottom: 0;
    background-color: #3ab0e2;
}
.navbar {
    background: #3ab0e2;
}
/*สีแถบเมนูด้านบน+เมนูด้านบน*/
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 0;
    line-height: 35px;
    font-weight: bold;
}
/*สีแถบเมนูด้านบน+เมนูย่อยด้านบน*/
.navbar-inverse .navbar-nav ul.sub-menu {
    margin: 0;
    background-color: #3ab0e2;
    font-weight: bold;
}
/*สีลิงค์ Hover เมนูย่อยด้านบน*/
.navbar-inverse .navbar-nav ul.sub-menu li:hover > a, .navbar-inverse .navbar-nav ul.sub-menu li.link-focus > a {
    color: #fff;
}


/*ขนาดโลโก้บนเวป*/
.navbar-brand > img {
    max-height: 150%;
}
/*ความเร็วในการเปลี่ยนสีลิงค์*/
a {
    transition: all 300ms;
}
/*หน้าเวปขาวดำ*/
/*html {
    margin-top: 32px!important;
    filter: grayscale(50%);
    background: #444;
}*/
