button {
      padding: 10px 15px;
      margin-top: 10px;
      font-size: 16px;
    }
*{margin:0;padding:0}
html,body{font-family:verdana,sans-serif,arial;font-size:16px}
h3,h4,h5,h6{margin:0;padding:0;border:0;background:transparent}
h1{font-size:20px}
h2{font-size:16px}
.navbar2 {
  width: 100%;
  overflow: auto;
}
* {box-sizing: border-box}
.navbar {
  width: 100%;
  overflow: auto;
}
.navbar a {
  float: left;
  padding: 12px;
  text-decoration: none;
  font-size: 17px;
  width: 25%; /* Four links of equal widths */
  text-align: center;
}
.navbar a:hover {
  background-color: #f2f2f2;
}
.navbar a.active {
  background-color: #4CAF50;
}

#tabl{border-bottom:.2px solid #eee;border-bottom:1px solid rgba(0,0,0,.07);box-shadow:rgba(0,0,0,.02) 0 2px 0;display:block;font-size:0;margin-bottom:5px;text-align:center;width:100%}
#tabl li{display:inline-block;font-size:14px;line-height:1.4;margin:0 1.5%}
#tabl li a{border-bottom:1px solid transparent;display:inline-block;font-size:12px;padding:13px 1px 12px 1px;position:relative;top:1px}
#tabl li a:not(:hover){color:#00bae8}
#tabl li a.active{border-bottom:1px solid #3e3e3e;color:#3e3e3e;cursor:default!important}
.thirdPartyCallToActionClass{background-color:#416bc4;color:white;border-radius:4px;padding:6px 20px;float:right;text-align:center;text-transform:uppercase;font-size:11px}
.fix{position:fixed}
.left{text-align:left}
.right{text-align:right}
.center{text-align:center}
.share{width:96%;overflow:auto;margin:0 auto!important;padding:0!important}
.shareicon{margin:10px 0!important}
.red{color:red}
.green{color:#32cd32}
input{padding:3px;color:#000;border:1px solid black;margin:5px 2px}
.boxs{color:#505050;border-width:1px;border-color:#dbeadc;border-style:solid;margin-top:2px;margin-bottom:2px;margin-left:2px;margin-right:2px;padding-top:4px;padding-bottom:4px;padding-left:3px}
.sb{text-align:center;background-color:#84e2f8;color:#fff;border-width:3px;border-color:#84e2f8;border-style:solid}
.leftt {   
  float: left;
  width: 80%;
}
.rightt {
  float: left;
  width: 20%;
  padding-left: 20px;
}
 .imgs {
  border-radius: 50%;
  height: 40px;
  width: 40px;
 }
  .commentz {
  background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 12px;
    outline: 0;
    display: block;
    padding: 10px 0;
    font-weight:bold;
}
._vk- {
    background: #42b72a;
    border: 2px solid #fff;
    border-radius: 9px;
    bottom: -2px;
    height: 9px;
    position: absolute;
    right: -2px;
    width: 9px;
}
.btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 6px 18px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}
.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    background-image: linear-gradient(top,#fcfcfc 0,#f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 12px;
    outline: 0;
}
.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight:bold;
}

.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight:bold;
}

.loding_txt {
    background-image: url(loading.gif);
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}
.button2 {
 padding: 10px;
    display: inline;
    border-radius: 2px;
    font-family: "Arial";
    border: 0;
    margin: 0 10px;
    background: #f2f2f2;
    font-size: 15px;
    line-height: 15px;
    color: black;
    width: auto;
    height: auto;
    box-sizing: content-box;
    cursor: pointer;
}
.lovecss{
 padding: 10px;
    display: inline;
    border-radius: 1px;
    font-family: "Arial";
    border: 0;
    margin: 0 8px;
    background: #3897f0;
    font-size: 12px;
    line-height: 8px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    cursor: pointer;
}
.cur{
  cursor: pointer;
}
.fol3{margin:0;padding:4px;border-bottom:1px solid #ececec} 
.container2 {
  display: flex;
  justify-content: space-between;
}