#reservaciones-hoy-text{
    display: inline;
    margin-left: 16%;
    margin-right: 10%;
    font-size: 1.9em;
    font-weight: bolder;
}
#hora{
     display: inline;
    margin-left: 10%;
    font-weight: bold;
    font-size: 1.8em;
    font-weight: bolder;
}

#cuadro-azul-marino{
    background-color: #034de3;
    color: white;
    font-size: 1.6em;
    height: 14%;
    padding: 1%;
    /*padding-bottom: 7%;*/
}
.spacer {
    margin-top: 15px; /* define margin as you see fit */
}
img {
    vertical-align: middle;
    border-style: none;
    width: 17%;
    margin-left: 4%;
}
.greenback{
    background: #02CC66;
    color:white;
    height: 66px;
    font-size: 2em;
    font-weight: 800;
}
.yellowback{
    background: #FFB651;
    color: white;
    height: 66px;
    font-size: 2em;
    font-weight: 800;
}