/**
* 2022 Labelgrup Networks S.L.
*
* NOTICE OF LICENSE
*
*  @author    Marc Mateo <mmateo@labelgrup.com>
*  @copyright 2022 Labelgrup Networks S.L.
*  @license   LICENCE.TXT
*/

.lbl_order_details{
  background-color: #555555;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}