html>body .entry li, .entrytext li, .pagepost li {
    margin: 0px 0 0px 0px;
}
.entry ul li:before, .entrytext ul li:before, #sidebar ul ul li:before, .pagepost ul li:before {
    content: "";
}

.btn-purple {
    background-color: #6d7b2c;
    background-image: linear-gradient(to top, #f55, #05017c);
    color: #FFF;
    border: none;
}
.btn-purple:hover {background-color: #6b0f1a;background: linear-gradient(to top, #87f5fc, #C60502);color:#00F!important;border:none;}
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #000;
    height: 111px;
	width:60%;
	background: #cb60b3;
	background: -moz-linear-gradient(top,  #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
	background: linear-gradient(to bottom,  #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
	border:5px solid #5f0a87;
	position:relative;
}
.slotwrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    float: left;
    width: 25%;
    height:111px;
    font-size: 80px;
    line-height: 111px;
    text-align: center;
}
.divider {
	position:absolute; top:30px; left:25%;
	display:block; width:2px; height:60px;
	background:#922d2d;
}
.divider2 { left:50%; }
.divider3 { left:75%; }
.slotwrapper {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #000;
    height: 111px;
    width: 60%;
    background: #cb60b3;
    background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 50%, #a80077 51%, #db36a4 100%);
    background: -webkit-linear-gradient(top, #cb60b3 0%,#c146a1 50%,#a80077 51%,#db36a4 100%);
    background: linear-gradient(to top, #012685, #02274B);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
    border: 5px solid #0000D4;
    position: relative;
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 100px;
    }
    .slotwrapper ul {
        height:100px;
        font-size: 60px;
        line-height: 100px;
    }
	.divider {
		top:15px;
	}
}