@charset "utf-8";
/* CSS Document */
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css");
.no-margin
{
	margin:0px; 
}
.no-padding
{
	padding:0px;
}
.navbar
{
	margin-bottom: 2px;
}
.indented
{
	margin-left: 15px;
}
.no-border-bottom
{
	border-bottom: 0px;
}
.margin-5
{
	margin:5px; 
}
body
{
	font-family: 'Noto Serif', serif;
}
 .wide 
{
 width: 100%;  /*this will make the image that is inside the div to take 100% of the div*/
}
.margin-10
{
	margin:10px; 
}
.margin-20
{
	margin:20px; 
}
a
{
	text-decoration: none
}
.padding-right
{
	padding-right:20px;
}

