.TileContainer{
	display:block;
	width:100%;
	margin: 0 auto;
	width:260px;
	height:280px;
}
.Tile{
	display:block;
	float:left;
	width:120px;
	height:120px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	background-color:#299DE2;
	border-radius:2px;
}
.TileContents{
	display:block;
	width:100%;
	height:100%;
	margin-top:15px;
}
.TileImage{
	display:block;
	width:120px;
	height:80px;
	background-size: auto 70px;
	background-repeat: no-repeat;
	background-position: center;
	border:none;
	margin-top:-10px;
}
#TeleImg .TileImage{
	background-image:url('../PhoneIconWhite.png');
}
#IntImg .TileImage{
	background-image:url('../InternetIconWhite.png');
}
#TelevImg .TileImage{
	background-image:url('../TelevisionIconWhite.png');
}
#SecImg .TileImage{
	background-image:url('../SecurityIconWhite.png');
}
.TileTitle{
	display:block;
	width:100%;
	height:20px;
	margin-top:-10px;
	text-align:center;
	font-size:20px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	line-height:50px;
	color:white;
}
.TableProblems{
}
.TableProblems td{
}
.ProblemsTitle{
}
.ProblemsList{
}
.ProblemsList ul{
}
.ProblemsList li{
}
.ProblemsList a{
}
.ProblemsList a:hover{
}

.btn-chat {
	display: inline-block;
	padding: 1rem 0;
	width: 215px;
	text-align: center;
	color: #ffffff;
	background-color: #299DE2;
}