




.myinlineblock
{
  display:inline-block;
  background-color:red;
  border:5px solid blue;
  width:50px;
}

.myhide
{
  display:none;
}
