
body {
	line-height: 1.4705882353;
	font-weight: 400;
	letter-spacing: -0.022em;
	font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	color: rgb (29,29,31);
	background-color: white;
	font-style: normal;
	margin:0px;
}

.maintitle {
	font-size: 28px;
	font-weight: bold;
}

.subtitle {
	font-weight: bold;
	font-size: 24px;
}

.description {
	font-weight: bold;
	font-size: 20px;
}

.subdescription {
	font-weight: bold;
	font-size: 17px;
	color: rgb(69,69,71);
}

.minibreak {
	font-size: 8px;
}

.link {
	text-decoration: none;
	color: #3B92A9;
}

.tabbedin {
	margin-left: 40px;
}

.square_rect {
	box-sizing: border-box;
	text-align:left;
	background-color: rgb(245,247,247);
	margin-left:0px;
	margin-right:0px;
	margin-top:8px;
	margin-bottom:8px;
	border:0px;
	width:100%;
	padding-right:24px;	
	padding-top:4px;	
	padding-bottom:4px;	
	padding-left:24px;	
	font-size: 17px;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
