
body{
	font-size: 16px;
}

div#content p {
	text-align: justify
}

.list-group-item {
	/* border: 1px solid #ddd; */
	border: none;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    #content {
    	margin-top: 40px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/*So the border reaches the bottom */
	html,body {
		min-height:100%;
	}
	div#content {
		padding-top: 30px;
		border-left: 1px solid gray;
		border-right: 1px solid gray;
		/*So the border reaches the bottom...*/
		min-height: 100%;
		margin-top: 0;
	}

	div#left-menu img {
		padding-bottom: 10px;
	}
}