.reboot_toolbox_content_wrapper{
  overflow-x: hidden !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width:100%;
  height:100%;
  padding: 0 20px;
}
.reboot_toolbox_content{
  padding: 55px;
  overflow-x: hidden !important;
}
.toolboxHeader{
  position:absolute !important;
  width:100%;
  top:0;  left:0;
  margin-right: 0px !important;
  margin-left: 0px !important;
  background:#30302f;
  background-size:auto 100% !important;
  height:50px
}
.closetbTR{
  margin-right: 5px;
  float: right;
}
.closetbTR:hover{
  cursor:pointer;
}
.closetbTR > i {
  font-size:50px;
  color:white;
}
.toolbox_title{
  display: inline-block;
  color: white;
  margin-top: 10px;
  margin-left: 10px;
}
