@media all {
	.backgroundBlue {
		background-image: linear-gradient(to left, #004a72, #2980a9);
	}

	.backgroundBlue h2 {
		padding-top: 2%;
		padding-left: 5%;
		padding-bottom: 1%;
		color: white;
	}

	.backgroundBlue p, .p__white {
		padding-bottom: 1%;
		padding-left: 5%;
		color: white !important;
	}

	.bbBottom {
		border-bottom: 2px solid #337ab7;
	}

	body.accessible .bbBottom {
		border-bottom: 2px solid #333333;
	}

	.bbTop, .bbTopCenter {
		border-top: 2px solid #337ab7;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.bbTopCenter {
		margin-left: auto;
		margin-right: auto;
	}

	body.accessible .bbTop {
		border-top: 2px solid #333333;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#content {
		border: none;
	}

	.bFont, .bFont p {
		font-weight: bold;
		color: #00365c;
		word-break: break-word;
	}

	.inputFullSize {
		width: inherit;
	}

	.margin-bottom5 {
		margin-bottom: 5px;
	}

	.list__border-bottom {
		border-bottom: 1px solid #333333;
	}
}