@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,500);

body {
  padding:0;margin:0;
  padding-top: 50px;
  font: 16px / 24px "Roboto",Helvetica,Helvetica Neue,Arial;
  color: #757575;
  font-weight: 100;
  width:100%;
}


a{
	color: #FF0000;	
}

.appiconset{
	clear: both;
	display: block;
	margin:10px;
}

.appicon{
	border-radius: 5px;
	margin: 5px 10px 10px 10px;
}
.appicon_descript{
	margin-left: 10px;
}
.appicon_title{
	font-size: larger;	
	font-weight: bold;
	color: #333333;
}

.underlinerow{
	border-bottom: 1px solid #CCCCCC;
	font-size: 24px;
	font-weight: 300;
	color: #999999;	
}

.col-md-6{
	margin-top:10px;	
}

.newsection{
	clear:both;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-left: -20px;
	padding: 30px;	
	padding-bottom:60px;
}

h2{
	padding-top:20px;	
}

footer{
	padding-left:20px;	
	padding-bottom:20px;
}