
@charset "UTF-8";

#container {
    width: 100%;
    background: -moz-linear-gradient(-135deg, #fff, #fff 10px, #47a89c 0, #47a89c 20px);
    background: -webkit-linear-gradient(-135deg, #fff, #fff 10px, #47a89c 0, #47a89c 20px);
    background: repeating-linear-gradient(-45deg, #fff, #fff 10px, #47a89c 0, #47a89c 20px); 
    padding:20px!important;
    box-sizing:border-box;
}
#container-inner {
     width: 100%;
     background-color: #fff;
}
@media screen and (max-width: 767px){
#container {
    padding:10px!important;
}
}