#screens {
	position: absolute;
    bottom: 0;
}

#screens a {
	display: inline-block;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: .1em;
	padding: .33em .5em .66em;
	min-width: 150px;
	max-width: 180px;
	text-align: center;
	box-sizing: content-box;
	position: relative;
	z-index: 25;
}

#screens a.add_screen {
	width: 18px;
	margin-right: 8px;
}
#screens a i {
	font-size: 1.6em;
    padding-right: .3em;
    position: relative;
    top: 3px;
}
#screens a:hover {
	text-decoration: underline;
}
.screen_count_1 {
	display: none !important;
}

@media screen and (max-width: 769px) {
	#screens {
		position: initial;
		right: 0;
		width: 100%;
		padding: 0;
		clear: both;
	}	
	#screens .screen_count_2, #screens .screen_count_3 {
		font-size: 1em;
		border-radius: 0;
		box-sizing: border-box;
		float: left;
		margin: auto;
		margin-left: 0;		
	}
	#screens .screen_count_2 {
		width: 50%;
		max-width: 50%;
	}
	#screens .screen_count_3 {
		width: 33.3%;
		max-width: 33.3%;
	}
}
@media screen and (max-width: 479px) {

	#screens .screen_count_2, #screens .screen_count_3 {
		width: 100%;
		max-width: 100%;
		border-top: solid 1px silver;
	}
}