body {
    margin-top: 30px;
    color: #424242;
}

.panel {
    width:100%;
}
.panel-body {
    padding: 15px;
}
.panel-primary {
    border-color: #cacaca;
}
.panel-primary>.panel-heading {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}
.well {
    padding: 0px;
    margin-bottom: 15px;
    background-color: #fff;
    border: 0px solid #e3e3e3;
}
.btn-primary {
    color: #fff;
    background-color: #33b743;
    border-color: #2b8d37;
}
.btn-primary:hover {
    color: #fff;
    background-color: #33b743;
    border-color: #2b8d37;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #33b743;
    border-color: #2b8d37;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #cacaca;
    height: 200px;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
}
.slotwrapper ul {
    width: 200px;
    height:200px;
    font-size: 200px;
    line-height: 200px;
    text-align: center;
}
.slotwrapper ul li img {
    vertical-align: top;
}
@media screen and (max-width: 1200px) {
    .slotwrapper {
        width: 100%;
    }
    .slotwrapper ul {
        width: 25%;
    }
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 85px;
    }
    .slotwrapper ul {
        height:70px;
        font-size: 85px;
        line-height: 85px;
    }
}
.alert {
    margin-bottom: 0px !important;
    margin-top: 15px;
    padding: 15px;
}
/* Example 10 override slotwrapper */
#example10 {
    height: 150px;
}
#example10 ul {
    width: 150px;
    height:150px;
    font-size: 150px;
    line-height: 150px;
}
@media screen and (max-width: 1200px) {
    #example10 ul {
        width: 18%;
    }
}
@media screen and (max-width: 768px) {
    #example10 {
        height: 100px;
    }
    #example10 ul {
        height:100px;
        font-size: 100px;
        line-height: 100px;
    }
}


