.server-btn {
  padding: 4px 6px;
  border-radius: 2px;
  display: inline-block;
  box-shadow: 0 0.5px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid #aaa;
  background: #e4e4e4;
  color: #888;
  line-height: 11px;
  vertical-align: 1px; }

.server-btn.copied {
  color: #6d853d;
  background: #e4ecd5;
  border: 1px solid #94b257; }

#breadcrumb {
  display: none; }

.server-table {
  table-layout: fixed;
  margin-bottom: 15px; }

.server-table col:nth-child(1) {
  width: 400px; }

.server-table col:nth-child(2) {
  width: 55px; }

.server-table col:nth-child(4) {
  width: 40px; }

/*
.server-table col:nth-child(6) {
	width: 50px;
}*/
.server-table td {
  font-size: 11px;
  color: #444; }

.server-table td a:hover {
  text-decoration: underline; }

.server-table .flag {
  vertical-align: -1px;
  margin-right: 4px; }
