
body {
    margin:0;
}
.content{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
    color: #444;
    background: #eee;
    line-height: 40px;
}
@media(max-width:1023px){
    .touch-side-swipe{
        background: white;
        box-shadow: 0 3px 8px 0px rgba(0, 0, 0, .12);
    }
}
@media(min-width:1024px){
    .touch-side-swipe li {
        display: none;
    }
}
.touch-side-swipe ul{
    display: block;
    overflow-y:overlay;
    margin: 0;
    padding: 0;
    line-height: 50px
}
.touch-side-swipe ul li{
   width: 100%;
    padding-left:10px;
    font-size: 22px;
    color: #333;
    border: 1px solid silver;
}
.touch-side-swipe a {
    color:#333;
    text-decoration: none;
}
*{box-sizing: border-box}

.top_block {
    background: white;
    box-shadow: 0 3px 8px 0px rgba(0, 0, 0, .12);
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    text-align: center;
}

.bottom_block {
    background: white;
    box-shadow: 8px 3px 0 0 rgba(0, 0, 0, .12);
    height: 50px;
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
}
.bottom_block div {
    display: inline-block;
    width: 24%;
    line-height: 50px;
    text-align: center;
}
