
.tiny {
    max-height: 17px;
    max-width: 17px;
}
.tiny img{
    height: 100%;
    width: 100%;
}
.rubrikcontent{
    overflow: auto;
}
.english {
    font-style: italic;
}
.matcontent{
    float: left;
    display: block;
    width: 50%;
}
.matcontent h2{
    text-decoration: underline;
    font-size: 24px;

}
.matcontent h1{
    text-decoration: underline;
    font-size: 24px;
    padding-top: 20px
}
.rubrikmat{
    min-height:35px;
    background-color: #111112;
    text-align: center;
    color: #FFF05A;
    padding-top: 4px;
}
.item img{
    height: 17px;
    width: 17px;
}

.item {
    margin: 0;
    padding: 5px;
    width: 100%;
    clear:both;
}
.item p{
    padding: 5px 5px 5px 25px;
    clear:both;
}
.dryck p{
    padding: 5px 5px 5px 0px;
}

.namn{
    float: left;
}
.namn h4{
    padding-left: 25px;
    min-height: 25px;
    font-size: 15px;
}
.namn h3{
    min-height: 25px;
    font-size: 17px;
}

.item h5{
    font-size: 17px;
    float: right;
}
.allergiker{
    background-color: #111112;
    color: #FFF05A;
    padding: 5px;
    text-align: center;
}
.allergiker li{
    padding: 5px;
    text-decoration: none;
    display: inline-block;
}
.hundratal p{
    padding-left: 34px;
}
.hundratal h4{
    padding-left: 34px;
}
.tillbehor h3{
    padding-left: 25px;
}
.rubrikmat h3:before {
    content: "";
    display: block;
    border-top: solid 1px #FFF05A;
    height: 1px;
    width: 70%;
    position: absolute;
    margin-top: 12px;
    z-index: 1;

}

.rubrikmat h3 span {
    background: #111112;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1250px) {
    .matcontent{
        width: 100%;
    }
    .rubrikmat h3:before {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .item{
        float: none;
    }
    .item h5 {
        width: 100%;        
    }
    .namn {
        width: 100%;   
    }
    .item h5 {
        text-align: right;
    }
    .allergiker li{
        display: table;
        padding-left: 0;
        margin-left: 0;
    }



}