	.thefork{
width: 100%;
border:none;
overflow: scroll;

}
/* Media queries widget */ 
@media only screen and (max-width : 320px) { 
    .thefork{
    min-height: 840px;
    }
}
@media only screen and (min-width : 321px) and (max-width : 516px){
    .thefork{
    min-height: 650px; 
    }
}
@media only screen and (min-width : 517px) { 
    .thefork{
    min-height: 900px; 
    }
}
.body .body-belt {
padding: 8px;
display: none;
}
.belt {
background: #f8f8f8;
text-align: center;
display: none;
}

#belt {
display: none;
}

.belt-header {
display: none;
}
.belt-subHeader {
display: none;
}