#post_detail .postTitle {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
input#nav_search {
    background: transparent;
    transition: all .6s ease-in-out;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: 5pc;
}
@media (max-width:1360px) {
    #div_digg {
        bottom: 70px;
        left: 0;
        margin-left: 0;
    }
}
@media screen and (max-width:600px) {
    input#nav_search:focus {
        width: 85px !important;
    }
    input#nav_search { 
        transition: all 0.3s ease-in-out;
        border-bottom: 1px solid #fff;
        width: 40px;
    }
    .hiddenForMobile {
        display: none !important;
    }

}
#post_detail .postTitle {
    font-size: 30px;
    font-weight: 400;
}

#post_detail {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}

#Header1_HeaderTitle{
  font-size:28px;
}
.post h2 a{
 color:#fff;
}
.post h2{
  background-color:#39e;
  box-shadow: 5px 5px 3px #888888;
  border: 1px solid #39e;
}
h3 {
  text-align: left;
  box-shadow: 5px 5px 3px #888888;
  background-color: #ffb515;
  color: #443;
}
#cb_post_title_url{
  font-size:26px;
  color:#fff;
}
.my-profile {
    border-bottom: 1px dashed #333;
    padding-bottom: 25px;
    margin-bottom: 25px;
}