@import url('//fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
#rest_sq5 a{
    text-decoration: none !important;
}
#rest_sq5 {
    cursor: pointer;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    border: 4px solid #fff;
    padding: 10px;
    width: fit-content;
    width: -moz-fit-content;
    width: intrinsic;
    max-width: 225px;
    min-width: 150px;
    letter-spacing: normal;
    height: auto;
    font: 400 16px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif;
    align-items: center;
    text-align: center;
    color: #fff !important;
    background-color: #b71c1c;
    vertical-align: bottom;
    border-radius: 15px !important;
    box-sizing: border-box;
}

#rest_sq5 a, #rest_sq5 a.sq_top, #rest_sq5 a.sq_bot, #rest_sq5 span {
    font: 400 16px/normal 'Roboto Condensed', 'Helvetica Neue', 'Arial', sans-serif !important;
    text-shadow: none;
}

#rest_sq5 a.sq_top, #rest_sq5 a.sq_bot {color: #fff !important;}

#rest_sq5 a, #rest_sq5 a.sq_top, #rest_sq5 a.sq_bot {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}

#rest_sq5 a.sq_top {
    font-size: 20px !important;
    padding: 0;
}

#rest_sq5 a.sq_bot, #rest_sq5 a {
    font-size: 15px !important;
    padding: 0;
    margin: 0;
}

#rest_sq5 .sq_top{
    border: none;
    text-decoration: none;
    color: #fff !important;
    font-size: 20px;
}

#rest_sq5 .sq_img {
    display: block;
    margin: 5px auto;
    width: 36px;
    height: 36px;
    /*background: url('img/star_white.svg') no-repeat;*/
    flex-shrink: 0;
    background-repeat: no-repeat;
}

#rest_sq5 span {
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 0;
}

#rest_sq5 .sq_bot{
    border: none;
    text-decoration: none;
    color: #fff !important;
    font-size: 15px;
    display: block;
}

#rest_sq5 p:empty {display: none;}

#rest_sq5 p {
    margin: 0;
    padding: 0;
}

#rest_sq5 br {display: none;}