
.barbutton
{
background-color: #FFFFFF; 
width: 280px;
height:  23px;
padding: 0px;
padding-top: 4px;
border: 2px;
border-style: outset solid;
border-color: #CCCCCC;
font-family: arial, monospace;
font-weight: normal;
text-decoration: none;
text-align: center;
margin: 0px;
margin-top: 2px;
font-size: 16pt;
font-family: "arial";
color: #0000FF;
float: left;
margin-left: 7px;
vertical-align: middle;
}

.rob_parent {
  display: flex;  
  justify-content: space-between;

  margin-left: auto;
  width: 55%;
  
  margin: auto;
  
  border: 1px solid #A9A9A9;
  padding: 5px;

  margin-bottom: 25px;
 }

.rob_image {
  display: flex;
  justify-content: center;
  width: 100%;
  
  text-align: center;
  margin-left: 0px;
}

