p {
	font-size: large;
	font-family: sans-serif;
}

.table-view {
	display: table;
	margin: 8px;
}

.cell {
	display: table-cell;
	padding: 8px;
}

.form-actions {
	float: right;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 4.5rem;
	margin-bottom: 4.5rem;
}

.form-control textarea {
	font-size: large;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	background-color: #ccc;
}

.custom-right-side a.nav-link {
	margin-right: 0 !important;
}

.navbar {
	background: #F97300;
}

.nav-link, .navbar-brand {
	color: #f4f4f4;
	cursor: pointer;
}

.nav-link {
	margin-right: 1em !important;
}

.nav-link:hover {
	background: #f4f4f4;
	color: #f97300;
}

.navbar-collapse {
	justify-content: flex-end;
}

.navbar-toggler {
	background: #fff !important;
}

.bg-dark {
	background-color: #343a40 !important
}

.bg-primary {
	background-color: #343a40 !important
}

.header {
	background-image: url('../img/cricket1.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(244, 244, 244, 0.79);
}

.description {
	position: absolute;
	top: 30%;
	width: 50%;
	margin: auto;
	padding: 2em;
}

.description h1 {
	color: #F97300;
}

.description p {
	color: #666;
	font-size: 20px;
	line-height: 1.5;
}

.description button {
	border: 1px solid #F97300;
	background: #F97300;
	color: #fff;
}

main {
	margin: 0.5em 0 2em 2em;
	padding: 1em;
	position: relative;
}

@media (min-width: 992px) {
	.table td, .table th {
		vertical-align: middle !important;
	}

	#page-preloader {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 100500;
	}

	#page-preloader .spinner {
		width: 72px;
		height: 72px;
		position: absolute;
		left: 50%;
		top: 50%;
	}

	#page-preloader .spinner #spinner-text {
		color: white;
		text-align: center;
		display: block;
	}

	main h1 {
		display: block;
		margin: auto;
		text-align: center
	}

	.newsitem_text img {
		display: block;
		margin: auto;
		padding-top: 1%;
		padding-bottom: 1%
	}

	.newsitem_text {
		display: block;
		padding: 0;
		margin: 0;
	}

	.newsitem_text p {
		font-size: x-large
	}
}
