.black{
	background-color: #182f25!important;
	color: #fff !important;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container{
	width: 990px !important;
	max-width: none!important;
	justify-content: space-between;
	margin-bottom: 45px;
}

.postWrapper{
	background-color: #243a30;
	border: 1px solid #243a30;
	margin-bottom: 10px;
	overflow: auto;
	position: relative;
	text-align: justify;
}

.postWrapper img{
	width: 180px;
	height: 180px;
	float: left;
}

.postContent{
	padding: 10px;
	padding-left: 0;
	margin-left: 190px;
}

.postTitle a{
	color: #eab129;
	font-weight: bold;
}

.postTitle a:hover{
	color: #eab129;
	text-decoration: none;
}

.postDesc{
	font-size: 14px;
	color: #fff;
	margin-top: 3px;
	width: 98%;
}

.postBot{
	position: absolute;
	bottom: 0;
	margin-bottom: 2px;
}

.btnMore{
	padding-bottom: 10px
}

.btnMore a{
	width: 100px;
	display: block;
	background: -webkit-linear-gradient(top,#eab129 0%,#fbcb58 50%,#d89f18 51%,#fbcb58 100%);
	background: linear-gradient(to bottom,#eab129 0%,#fbcb58 50%,#d89f18 51%,#fbcb58 100%);
	background-position: top;
	background-repeat: no-repeat;
	color: #fff!important;
	text-align: center;
	font-weight: 400;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #182f25;
}

.btnMore a:hover{
	background-color: #449d44;
	text-decoration: none;
}

.smallTxt{
	font-size: 10px;
	padding-top: 2px;
	color: #8d8d8d;
	text-align: start;
}