#servers table{
	border-bottom: 0px dashed #CCCCCC !important;
}

#server_table {
	margin-bottom:20px;
    border-bottom: 1px dashed #CCCCCC;
    padding: 0px;
}

#servers a{
	font-size:18px;
}
#left-container {
	width: 50%;
	float:left;
	margin-right: 20px;
	display:block;
}

#right-container {
	display:block;
}

#right-container textarea {
	resize: none;
    padding: 14px;
    border: 1px solid #eaeaea;
    margin: 0 0 7px;
    background-color: #f8f8f8;
    height: 400px;
    width: 400px;
}

.nav {
	display:block;
}

.nav input[type="reset"], input[type="button"], input[type="submit"], button {
	background: #accee9;
    color: #ffffff;
    width: auto;
	padding:7px;
    text-align: center;
}

.selected a{
	color:#ffffff;
}

.selected {
	background: #accee9;
    color: #ffffff;
    width: auto;
	padding:7px;
    text-align: center;
}

#ip_block input[type="reset"], input[type="button"], input[type="submit"], button {
    background-color: #c6c6c6;
	color:#999999;
}
#ip_block button:hover {
    background-color: #c2c2c2;
	color:#999999;
}

#display span {
	margin: 0 10px;
	font-size:14px;
}

#display h4 {
    font-size: 16px;
    margin: 15px 0;
    border-top: 1px solid #eeeeee;
	background: #f5f8fa;
    padding: 4px 0 4px 15px;
	transition: 1s;
}

#display h4:hover {
	background: #4079a5;
	color:#ffffff;
}

#display select{
    font-size: 12px;
    text-align: center;
    padding: 1px;
    border: 1px solid #eaeaea;
    line-height: 0px;
    width: auto;
    margin: 0 0 3px;
    background-color: #f8f8f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
	width: 100px;
}
#display .additional{
	color:#ff0000;
}

#display .spam {
	color:#e77775;
}

#display .inbox {
	color:#2bc35f;
}

#display .back-inbox {
	color:#2bc35f;
}
#display .header__action {
	font-weight: bold;
    float: left;
    width: 300px;
	margin-top:5px 0;
	display:block;
}
#display .header__subaction {
	font-weight: normal;
    float: left;
    width: 280px;
	padding-left: 20px;
}
.back-inbox { display: inline-block; }
 
#quotes input {
	width: 30px;
    font-size: 11px;
    border: 1px solid #eee;
    color: #999999;
}
#quotes .header {
    /*width: 300px;*/
}
#quotes .subgroup {
	margin:2px 0;
}
.randomizer-action {
	/*width: 30px;*/
}
#quotes { position: absolute; width: 100%; }

.del-icon {
transition: 1s;
    cursor: pointer;
    border-radius: 10px;
    background: #ff0000;
    padding: 2px 0px 0 7px;
    width: 20px;
    color: #ffffff;
    height: 20px;
    margin-top: 10px;
}

.del-icon:hover {
	opacity: 0.75;
}

.alert {
	text-align: center;
	width: 30%;
	height: auto;
	left: 35%;
	right: 35%;
	top:20%;
	position: fixed;
	background: #7bc525;
	padding: 15px;
	color: #ffffff;
	border-radius: 5px;
	z-index:99999;
	animation: disappear 1.75s ease; 
}

.on {
	padding: 8px;
	background: green;
	width: 10px;
    height: 10px;
}

.off {
	padding: 8px;
	background: red;
	width: 10px;
	height: 10px;
}

@keyframes disappear {
	from { margin-left: 60%; }

	20% { opacity: 0.9; }

	40% { opacity: 0.85; }

	60% { opacity: 0.80; }

	80% { opacity: 0.75; }

	to {
		opacity: 0.7;
		margin-right: 60%;
	}
}