.vrshow_comment {
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    min-height: 100px;
    background-color: rgba(51, 51, 51, 0.8);
    z-index: 4300;
    color: #fff;
    border-radius: 5px;
    display: none;
}
/*@media screen and (max-width: 767px) {
    .vrshow_comment {
        width: 250px;
        margin-left: -125px;
    }

}*/
@media screen and (max-width: 767px) {
    .vrshow_comment {
        width: 250px;
        margin-left: -125px;
    }
    #newbutton{ 
      display:inline-block; 
      padding-right: 5px;
      padding-bottom: 5px;    
     
    }

}
@media screen and (min-width: 952px){
    
      #buttonborderbox{
       box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;   
        width: 100%;
    }
     #newbutton{ 
      display:inline-block; 
      padding-right: 15px;
      padding-bottom: 5px;    
     
    }
        
}

.hide-comment{
    display:inline-block;
    height:32px;
    font-size:14px;
    line-height:32px;
    color:white;
    float:left;
    cursor:pointer;


}

.hide-comment img{
    width:18px;
    height:18px;
}



/* .newbutton{
    display:inline-block;
    height:32px;
    font-size:14px;
    line-height:32px;
    color:white;
    float:right;
    cursor:pointer;


} */


/*#loginstarface{
    position: absolute;
    bottom: 30%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    min-height: 100px;   
   
    
}
h3{
text-align:center;
color:red;
}
*/




/*
h3{
text-align:center;
color:red;
}*/



.btn {
  border-radius: 0;
  color: #353535;
  background-color: #fff;
  border-color: #ccc;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #353535;
  background-color: #ebebeb;
  border-color: #adadad;
  -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  background-image: none;
  background-color: #d9d9d9;
  border-color: #b3b3b3;
  -moz-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.15);
}


/* .edui-container *{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .edui-container *:before,
  .edui-container *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  } */

/* .glyphicon-menu-up:before{content:"\e260"}*{
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
   box-sizing:border-box
  }:after,:before
  {-webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
  } */

  .content-box{
        box-sizing:content-box;
        -moz-box-sizing:content-box;
        width: 100px;
        height: 100px;
        padding: 20px;
        border: 5px solid #E6A43F;
        background: blue;
    }
    .padding-box{
        box-sizing:padding-box;
        -moz-box-sizing:padding-box;
        width: 100px;
        height: 100px;
        padding: 20px;
        border: 5px solid #186645;
        background: red;                
    }
    #border-box{
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;   
        width: 100%;
       
       
    }

    /*#buttonborderbox{
       box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;   
        width: 100%;
    }*/