@charset "UTF-8";
/* CSS Document */

body{ background:#fff;}


.servers-list{ background:#fff;height:80px; max-width: 1600px; border-top: 1px solid #e3e3e3;border-bottom: 1px solid #e3e3e3; margin-left: auto;margin-right: auto;}
.servers-list ol{ height:100%; overflow:hidden;}
.servers-list ol li{height:100%; width:14.2857143%; display:table-cell; vertical-align:middle; cursor:pointer}
.servers-list ol li.servers-list-active{ border-bottom: 3px solid #22c7fc; cursor:default;}
.servers-list ol li.servers-list-active font{ color:#22c7fc; cursor:default;}
.servers-list ol li font{ display:block; text-align:center; color:#333; line-height:22px;}


