body{
    font-family: 'Arial Black', Courier, monospace;
}
#top {
	width: 100%;	
	height: 177px;
	text-align: center;
	background-image: url("https://gimd.b-cdn.net/i/bg.gif");
	background-repeat: repeat-x;
	background-size: 1px 102px;
}
#logo {
	width: auto;
	height: 177px;
}
#pic{
    color: #4593CC;
}
.bg-primary {
    background-color: #000000 !important;
}
.over {
    min-width: 156px;
}
.over:hover {
    background-color: #4593CC !important;
}
.btn-secondary{
    background-color: #070707 !important;
    border-color: #FFF !important;
}
.btn-secondary:hover{
    background-color: #787878 !important;
}
a {
    color: #000 !important;
    font-size: 1.10em !important;
    font-weight: bold !important;
}
a:hover {
    color: #CCC !important;
}

.links {
    color: #000 !important;
    font-size: 15px !important;
}
.links:hover {
    color: #999 !important;
}
.cats{
    max-width: 210px !important;
}
.topl {
	width: 200px;
	height: 36px;
	display: inline-block;
	text-align:left;

}
#toplist {
		margin-top: 20px;
        text-align:center;
}

.page-link {
 
    position: relative;
   
    display: block;
   
    padding: 0.5rem 0.75rem;
   
    margin-left: -1px;
   
    line-height: 1.25;
   
    color: #FFF !important;
   
    background-color: #000;
   
    border: 1px solid #fff;
   
  }

  .page-link:hover {
    background-color: #4593CC;   
  }
   
  .page-item.disabled .page-link {
 
    color: #FFF;
   
    pointer-events: none;
   
    cursor: auto;
   
    background-color: #666;
   
    border-color: #fff;
   
  }
  @media only screen and (max-width: 520px) {
    #top {
        width: 100%;              
    }
    #logo {
        width: 100%;
        height: auto;    
    }
    .no-mobile{
        display: none;
    }
    }