@charset "utf-8";
/* CSS Document */
.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  padding: 5px;
  width: 120px;
  transition: all 0.5s;
  margin:10px;
 
}

.button:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover  {
  padding-right: 25px;
   background-color: #336600;
}

.button:hover button:after {
  opacity: 1;
  right: 0;
}
.leftdiv{
 
 width:49%; float:left;
}
.divright  {
 width:49%; float:left;
 
}
 .divright  p{
 background-color:#FF3300;
 color:#FFFFFF;
 
}
 