.entry-content li, .comment-content li {
    list-style-position: outside;
    list-style-type: none; 
}


button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button {
    border-radius: 0;
}

btn-purple {
    background-color: #6d7b2c;
    background-image: linear-gradient(to top, #f55, #C60502);
    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: 120px;
	width:44%;
	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:120px;
    font-size: 80px;
    line-height: 120px;
    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: 120px;
    width: 44%;
    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, #200101, #320101);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4',GradientType=0 );
    border: 5px solid #f00202;
    position: relative;
}
@media screen and (max-width: 768px) {
    .slotwrapper {
        height: 100px;
    }
    .slotwrapper ul {
        height:100px;
        font-size: 60px;
        line-height: 100px;
    }
	.divider {
		top:15px;
	}
}