.wrapper{
    border: 1px solid red;
}
.navbar {
    background: #dd2b24 url("header-bg.png") repeat-x center center;
}
.navbar-header{
    min-height: 24px;
}
.footer {
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #dd2b24 url("header-bg.png") repeat-x center center;
}
.content{
    min-height: 100%;

}
html, body {
    height: 100%;
}
td{
    font-size: 14px;
}
h1{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #dd2b24;
    padding-left: 5px;
    padding-right: 5px;
}
.item {
    margin-top: 20px;
}
.image img{
    max-height: 130px;
    padding-top: 30px;
}
.item .image{
    text-align: center;
}
.b{
    border: 1px solid red;
}
.additional-info{
    margin-bottom: 40px;
}
.btn{
    background-color: #dd2b24;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    border-radius: 0;
}
.logo img{
    max-height: 50px;
    margin-bottom: 30px;
}
.item-ratings img{
    height: 20px;
    cursor: pointer;
}
.item-ratings input[type=radio]{
    display: none;
}
.ww{
    padding-top: 20px;
    width: 55px;
    text-align: center;
}
.ww label{
    font-size: 11px;
}


textarea {
    width:100%;
    resize:none;
    overflow:hidden;
    font-size:16px;
    height:30px;
    padding:2px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.manager-img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100px;
    -moz-background-clip: padding;
    border-radius: 100px;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;
    margin: 20px auto;
}
h5{

    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.thanks{
    text-align: center;
    padding: 50px 0;
    border-bottom: 0;
}
.text{
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.consent input[type=checkbox]{
    /*margin-bottom: 25px;*/
    height: 20px;
    width: 20px;
}
#submit{
    margin-top: 20px;
}
.star-title{
    font-size: 14px;
}
.stars{
    font-size: 50px;
    cursor: pointer;
    pointer-events: auto;
    color: #E11E23;
}
.stars-l{
    font-size: 50px;
}
.stars span {
    position: relative;
    box-sizing: content-box;
    padding-right: 4px;

}
.stars span.active::after {
    position: absolute;
    left: -1px;
    top: -40px;
    content: '\2219';
    /*opacity: 0;*/
    opacity: 1;
    transition: opacity 0.18s;
    font-size: 90px;
}