.container{
    margin: 2%;
}
.container .section{
    display: flex;
    flex-direction: column;
}
.container .section .leftbar{
    width: 100%;
}
.container .postdetail{
    max-width: 1000px;
}
.postdetail .thumbnail{
    display:flex;
    justify-content: center;
}
.postdetail .thumbnail img{
    max-height:250px;border-radius:10px;width:auto;max-width:100%;
}
.postdetail .basicdetails{
    margin-top:10px;
    border:2px solid rgba(0,0,0,0.1);
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    padding:3px;
    align-items: center;
}
.postdetail .basicdetails img{
    border-radius: 50%;
    width:35px;
    height:35px;
}
.postdetail .basicdetails div a{
    text-decoration:none;
    color:green;
}
.postdetail .basicdetails .basicdetailsline{
    border-left:1px solid rgba(0,0,0,0.05);
}
.postdetail h1{
    font-size: 25px;
}
.post{
    font-size: 18px;
    line-height: 2;
    margin-top: 10px;
}
.post ul{
    width: calc(100% - 20px);
    margin-left: auto;
}
.post ol{
    list-style-type: lower-alpha;
    width: calc(100% - 25px);
    margin-left: auto;
}
.post li {
    font-size: 16px;
}
.post table{
    width: 100%;
	border: 2px solid rgba(0,0,0,0.7);
	border-top: 1px solid rgba(0,0,0,0.7);
	border-bottom: 1px solid rgba(0,0,0,0.7);
	border-collapse: collapse;
	text-align: center;
}
.post table:last-child{
    border-bottom: 2px solid rgba(0,0,0,0.7);
}
.post th, .post td{
    padding: 5px 2px;
	border: 1px solid rgba(0,0,0,0.2);
	border-collapse: collapse;
	text-align: center;
}
.post tr:first-child,.post tr:first-child td{
    border-top: 0;
}
.post tr:last-child,.post tr:last-child td{
    border-bottom: 0;
}
.post .boxx{
    border: 2px solid rgba(0,0,0,0.7);
    border-top: 1px solid rgba(0,0,0,0.7);
    border-bottom: 1px solid rgba(0,0,0,0.7);
    padding: 10px 5px;
    position:relative;
    padding-bottom:25px;
}
.post .boxx:first-child{
    border-top: 2px solid rgba(0,0,0,1);
    text-align: center;
    padding-bottom:10px;
}
.post .boxx h3{
    text-align: center;
}
.post .boxx:first-child div a{
    text-decoration:none;
    color:#0b2e75;
}
.post .boxx:first-child div:last-child{
    color:#116921;
}
.post .boxx table{
    width: 100%;
	border: 2px solid rgba(0,100,100,0.7);
}
.post .boxx th, .post .boxx td{
	border: 1px solid rgba(0,100,100,0.4);
}
.post .boxx td:hover{
	background:#f7fff7;
}
.post a{
    text-decoration:none;
}
.post a:active{
    background:#e8fffe;
    border-radius:5px;
}
.post a:hover{
    text-decoration:underline;
    color: #ff0088;
}
.post table:last-child a:hover{
    text-decoration:none;
    color: #ff0088;
}
.post img, .commentlist img{
    max-width: 100%;
    padding:5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container .section .rightbar{
    width: 100%;
    margin-top: 25px;
}
.post .youtubelink{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.post .youtubelink img {
    width:100%;
    max-width:300px;
}
.post .telegram{
    border-radius: 3px; 
    padding: 3px 15px; 
    text-decoration: none; 
    color: white;
    background-color:#0088cc; 
}
.post .whatsapp{
    border-radius: 3px; 
    padding: 3px 15px;
    text-decoration: none; 
    background-color:#25d366; 
    color: white;
}
.post .youtube{
    border-radius: 3px;
    text-decoration: none; 
    color: white;
    background-color:#CD201F; 
    padding: 3px 8px; 
    min-width:150px;
}
.post .facebook{
    border-radius: 3px; 
    padding: 3px 15px; 
    text-decoration: none; 
    color: white;
    background-color:#1877F2; 
}
@media screen and (min-width: 500px) {
    .container .section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .container .section .leftbar{
        width: 66%;
    }
    .container .section .rightbar{
        width: 31%;
        margin-top: 0;
    }
    .post ul{
    width: calc(100% - 35px);
    margin-left: auto;
    }
    .post ol{
        list-style-type: lower-alpha;
        width: calc(100% - 40px);
        margin-left: auto;
    }
    .post li {
        font-size: 18px;
    }
}
.bsn_weblink{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.bsn_weblink .fa {
  padding: 10px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 10px;
  color: white;
}
.bsn_weblink .fa:hover {
    opacity: 0.8;
}
.bsn_weblink .fa-facebook {
  background: #3B5998;
}
.bsn_weblink .fa-twitter {
  background: #55ACEE;
}
.bsn_weblink .fa-whatsapp {
  background: #00c02d;
}
.bsn_weblink .fa-telegram {
  background: #180083;
}
.bsn_weblink .fa-share {
  background: #0f0e13;
}
.rightbar .firstdiv h3{
    text-align: center;
    padding:5px;
    background:#940091; 
    color:#ffffff; 
    border-radius: 5px;
}
.rightbar .seconddiv h3{
    text-align: center;
    padding:5px;
    background:red; 
    color:#ffffff; 
    border-radius: 5px;
}
.rightbar div div{
    padding:5px;
}
.rightbar div div div{
    padding:5px;
}
.rightbar div div div:hover{
    background:#e8fffe;
}
.rightbar div div div a{
    text-decoration:none;
    color:#088c06;
    margin:5px;
}
.rightbar div div div a:hover{
    color:#e30000;
}