    <style>
        html,
        body {
            padding: 0;
            margin: 0;
            height: 100%;
            min-height: 100%;
        }

        .quarter .row {
            max-height: 218px !important;
        }

        .quarter .row.leche {
            max-height: 175px !important;

        }

        .contents {
            width: 100%;
            min-height: 95%;
        }

        .diente {
            width: 7% !important;
            cursor: pointer;
            min-width: 38px;
        }

        .diente img{
            width: 100% !important;

        }

        .diente img.disponible:hover {
            animation-iteration-count: infinite;
        }

        .diente img.seleccionado:hover {
            animation-iteration-count: infinite;
        }

        .diente div.nodisponible {
            background: rgba(155, 155, 155, 0.3);
        }

        .disponible {
            background: rgba(255, 255, 255, 1);
        }

          .seleccionado {
              background: url(../../img/verdeDiente.png);
              background-size: 95% 95%;
              background-position: center;
              background-repeat: no-repeat;
          }


        .diente span {

            height: 28px;
            width: 38px;
            display: flex;
            justify-content: center;
            align-items: center;
            border: 2px solid green;
            border-radius: 4px;
            padding: 4px;
            margin-right: auto !important;
            margin-left: auto !important;

        }

        .numeroDiente {
            padding-top: 10px;
            padding-bottom: 10px;
            height: 100%;
            width: 100%;
            background: white;
            border-color: white;
            margin-top: -2px;
            margin-bottom: -2px;
        }

        .transform {
            transform: scale(1.061);
        }

        .seleccionado+.numeroDiente span {
            background-color: green;
            color: white;
        }

    </style>
