.big {
	height: 100%;
	border-left: 13px solid rgb(235, 235, 235);
	border-right: 13px solid rgb(235, 235, 235);
	display: table;
	width: 1100px;
}

.big-title {
	font-size: 50px;
}

.big-title-bold {
	font-weight: 800;
}

.app-head {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	font-size: 18px;
	margin-bottom: 5px;
}

.b-left {
	display: inline-block;
	text-align: left;
	padding-left: 12px;
	width: 74%
}

.b-right {
	width: 24%;
	display: inline-block;
	text-align: right;
}

.d-left {
	display: inline-block;
	width: 49%;
	text-align: left;
}
.d-right {
	display: inline-block;
	width: 49%;
	text-align: right;
}

.text-warning {
	padding: 4px;
	border-radius: 13px;
	background-color: rgb(233, 168, 168);
	color: rgb(170, 27, 27);
	font-weight: 800;
	font-size: 13px;
}
.apps {
	width: 600px;
}