@media screen and (min-width:1px) and (max-width: 1200px){
	#sidebar-spot {
		display: none;
	}
}

@media screen and (min-width:1200px) and (max-width: 9999px){
    #grid[data-columns]::before {
        content: '2 .col-lg-6';
    }
	#sidebar-spot {
		margin-top: 15px;
		height: calc(99vh - 390px);
	}
}

.botservercount.c0 {
    background: #7f8c8d none repeat scroll 0 0;
}
.botservercount.c100 {
    background: #999966 none repeat scroll 0 0;
}
.botservercount.c500 {
    background: #c0392b none repeat scroll 0 0;
}
.botservercount.c1000 {
    background: #27ae60 none repeat scroll 0 0;
}
.botservercount.c5000 {
    background: #8e44ad none repeat scroll 0 0;
}
.botservercount.c10000 {
  background-color: #8e44ad;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px #fff, 0 0 3px 3px #f0f, 0 0 5px 5px #0ff;
}

.botservercount {
    border-radius: 50em;
    box-sizing: content-box;
    color: white !important;
    height: 8px;
    line-height: 6px;
    padding: 6px 10px;
    position: absolute;
	margin: 34px 0px 0px 14px;
}

.doublelist {
    list-style-type: disc;
    list-style-position: inside;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.chosen-container
{
    width: 100% !important;
}

.fa-times:hover
{
  color:red;
  cursor:alias;
}
