.mgmMatrix
{
}

.circle
{
	width:200px;
	height:200px;
	line-height:200px;
	border-radius:100px;
	font-size:12pt;
	color:#fff;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.table-responsive
{
    overflow-x: auto;
}

.blockitem
{
	width:200px;
	height:200px;
	line-height:200px;
	border-radius:100px;
	font-size:26pt;
	text-align:center;
	margin-top:20px;
	margin-bottom:30px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


body{
	font-size:12pt;
	font-family: 'Oxygen', sans-serif;
}



@-ms-viewport{
	width: device-width;
}

.round {
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
}


div.well > h1
{
	margin-top:0px;
}

div.main > h1
{	
	color:#00ADEF;	
	margin-top:20px;
}

div.main > h2
{
	margin-bottom:20px;
	margin-top:15px;
}

div.main > p
{
	
	line-height:1.4;
	font-weight:200;
}


div.subfooter
{
	font-size: x-small;
	margin-top:40px;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
.footer {
	background-color: #333;
	color: #777;
	height: 450px;
	margin-top:70px;
	padding-top: 30px;
  }
