  .livredor_box_left{
    width: 760px;
    float: left;
    color: #ffffff;
  }
  
  .livredor_texte_left {
    background-color: #4d5e73;
    padding: 1px 5px 1px 5px;
  }
  
  .livredor_bottom_left {
    width: 450px;
    height: 23px;
    clear: both;
    background: url(../images/bg_livredor_left.png) top left no-repeat;
    margin-left: 20px;
    padding-top: 14px;
  }
  
  .livredor_box_right{
    width: 710px;
    float: right;
    color: #ffffff;
    margin-right: 10px;
  }
  
  .livredor_texte_right {
    background-color: #323c49;
    padding: 1px 5px 1px 5px;
  }
  
  .livredor_bottom_right {
    width: 100%;
    height: 23px;
    clear: both;
    background: url(../images/bg_livredor_right.png) top right no-repeat;
    padding-top: 20px;
    text-align: right;
    margin-right: 30px;
  }
  
  #livredor_pagination {
    clear: both;
    text-align: center;
    width: 100%;
  }