.v2BestellItem {
   margin                        :  5px;
   padding                       :  5px;
   text-align                    : center;
   font-size                     : 11pt;
   border                        : 1px #262E44 solid;
   border-radius                 : 10px;
   -moz-border-radius            : 10px;
   -webkit-border-radius         : 10px;
}

.v2ReservationHeadCell {
   font-weight                   : bold;
   font-family                   : Roboto-Bold;
   padding-left                  : 10px;
   background-color              : #262E44;
   color                         : #FFFFFF;
}

.v2CancelLink {
   text-decoration               : null;
   font-family                   : Roboto-Regular;
   color                         : #FF6F6F;
}