.box_left {
  float:left;
  width:55%;
}

.box_right {
  margin-left:2%;
  float:left;
  width:42%;
}

.box_left .content_sub {
  background:#fff;
  padding:10px;
  border:1px solid #d0e4f0;
  border-color:#d0e4f0 #9fc6de #9fc6de #d0e4f0;
}

.box_left .content_sub p,
#recent_orders p {
  margin:0 0 10px 0;
  color:#4e4e4e;
}



#recent_orders table th {
  color:#fff;
  font-size:90%;
}

#recent_orders table td strong {
  font-size:90%;
}
