.acciones_reserva{
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #efeff4;
    text-align: center;
}
.error{
    color: red;
    text-align: center;
    border: 1px solid red;
    border-radius: 4px;
    padding: 5px;
    margin-bottom: 5px;
}
.ok{
    color: green;
}

.info{
    color: #0076ff;
    text-align: center;
    border: 1px solid #0076ff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 4px;
    font-size: 0.8em;
}

a{
    color: #0076ff;
    text-decoration: none;
}

#map { height: 400px; }

.list-item__center {
    align-self: center;
}