@font-face {
    font-family: "Roboto Black";
    src: url(fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: "Akrobat Bold";
    src: url(fonts/Akrobat-Bold.otf);
}

@font-face {
    font-family: "Akrobat Regular";
    src: url(fonts/Akrobat-Regular.otf);
}

@font-face {
    font-family: "Akrobat SemiBold";
    src: url(fonts/Akrobat-SemiBold.otf);
}

#rest_v2 a {
    text-decoration: none !important;
}

#rest_v2 {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    max-width: 183px;
    min-width: 180px;
    letter-spacing: normal;
    height: auto;
    font: 400 10px/normal 'Akrobat Regular', 'Helvetica Neue', 'Arial', sans-serif;
    align-items: center;
    text-align: center;
    color: #000 !important;
    background-color: #a74f46;
    border: 3px solid #000;
    vertical-align: bottom;
    border-radius: 5px;
    box-sizing: border-box;
}

#rest_v2 a, #rest_v2 a.rb_bot, #rest_v2 a.rb_center {
    text-decoration: none;
    border-bottom: none;
    box-shadow: none;
}


#rest_v2 a.rb_bot, #rest_v2 a {
    padding: 0;
    margin: 0;
}

#rest_v2 p:empty {display: none;}

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

#rest_v2 br {display: none;}

#rest_v2 a.rb_center {
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 2px 4px 5px;
    width: 100%;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font: 20px/normal 'Akrobat Bold', 'Helvetica Neue', 'Arial', sans-serif !important;
    box-sizing: border-box;
}

#rest_v2 a.rb_center.f16 {
    font-size: 16px !important;
}

#rest_v2 .rb_flex {
    display: flex;
    color: #fff;
    width: 100%;
    height: 30px;
    justify-content: center;
    align-items: center;
}

#rest_v2 .rb_flex.rb_top {
    min-height: 28px;
    height: auto;
    justify-content: start;
}

#rest_v2 .rb_flex .rb_bot {
    border-right: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff !important;
    width: 99px;
    font: 13px/normal 'Akrobat Regular', 'Helvetica Neue', 'Arial', sans-serif !important;
    box-sizing: border-box;
    letter-spacing: 0.1px;
}

#rest_v2 .rb_flex div {
    flex: 1;
    font: 24px/normal 'Roboto Black', 'Helvetica Neue', 'Arial', sans-serif !important;
    letter-spacing: 1px;
    padding-left: 10px;
}

#rest_v2 .rb_flex .rb_hat {
    width: 54px;
    height: 23px;
    background: url(img/hat.svg) no-repeat left 3px top 0;
}

#rest_v2 .rb_flex .rb_type {
    text-transform: uppercase;
    text-align: center;
    border-left: 2px solid #000;
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 4px;
    color: #fff;
    font: 15px/normal 'Akrobat SemiBold', 'Helvetica Neue', 'Arial', sans-serif;
    letter-spacing: 0.4px;
    box-sizing: border-box;
}

#rest_v2 .rb_flex .rb_type.f12 {font-size: 12px;}
#rest_v2 .rb_flex .rb_type.f11 {font-size: 11px;}

#rest_v2 .rb_flex .rb_type.long {
    font-size: 11px;
}
#rest_v2 .rb_flex .rb_type.long:after {
    display: none;
}

#rest_v2 .rb_flex .rb_type:after {
    content: '';
    display: block;
    margin-left: 3px;
    width: 20px;
    height: 20px;
    background: url(img/star.svg) no-repeat;
}