body {
    background-image: url(/img/bgb.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
.section {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    text-shadow: 2px 4px 30px #fff;
    /*padding: 5rem;*/
}
th{
    text-align: center;
}

th:last-child{
    text-align: left;
}

@media screen and (max-width: 48rem) {
    .section {
        padding: 1rem;
    }
}

.download-table {
  min-width: 900px;
}

#title-spacer h1{
	color: #fff;
}

#title-spacer li{
	line-height: 1.5625em;
    display: inline-block;
    list-style: none;
    font-size: 0.75em;
	color: #fff;
}

#title-spacer li a{
	line-height: 1.5625em;
    display: inline-block;
    margin: 0 0.5em 0 0.3125em;
}

#title-spacer a {
    color: #bbb;
}

.maintitle{
	border-bottom: 0.0625em solid #eaeaea;
	padding: 1.875em 0 0.625em 0em;
	font-size: 1.125em;	
}

.post img{
	border-radius: 0.625em;
	float: left;
	margin-right: 0.625em;
}

.post{
	padding: 1.25em 0.625em 0.625em 0;
}

.post .description{
	color: #999;
	font-size: 0.75em;
	padding-top: 0.625em;
}

.post.news .description{
	color: #999;
	font-size: 0.9em;
	padding-top: 0.625em;
	text-align: right;
}

.description .fa {
  margin: 0 0.5em 0 0.8em;
}

.description .fa:first-child {
  margin: 0 0.5em 0 0;
}

.post li{
	font-size: 0.875em;
	padding-top: 0.3125em;
	padding-bottom: 0.3125em;
	border-bottom: 0.0625em dotted #eaeaea;
}

.pb-20 {
    padding-bottom: 1.25em;
}

.pt-20{
	padding-top: 1.25em;
}

.forumbox{
	/*border: 0.0625em solid #eaeaea;*/
	padding: 1.25em 1.25em 0em 1.25em;
	/*background-color: #fff;*/
	margin-bottom: 1em;
}

.forumbox img{
	width: 100%;
}

.forumbox .title{
	font-size: 1.25em;
	margin-top: 1.25em;
}

.forumbox .description{
	color: #999;
	font-size: 1em;
	padding-top: 0.625em;
	text-align: justify;
}

.forumbox span{
	margin-top: 0.625em;
	margin-right: 0.25em;
}

.forumbox p {
	display: inline-block;
}

.forumbox p:first-child {
	float: left;
}

.forumbox p:last-child {
	float: right;
}

.forumbox p .fa {
  margin: 0 0.5em 0 0.8em;
}

.forumbox p .fa:first-child {
  margin: 0 0.5em 0 0;
}

.genric-btn.circle {
    border-radius: 10em !important;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.go-feature-btn {
    border: 0.0625em solid #222;
	margin-bottom: 1em;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 2.5em;
    padding: 0 1.875em;
    font-size: .8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@font-face {
  font-family: 'Orbitron';
  src: url('fonts/Orbitron-Regular.ttf') format("truetype");
}

.genric-btn.gray-border {
  font-family: 'Orbitron', 'Arial', sans-serif !important;
  color: #fff;
  background: #222;
  border: 0.0625em solid #222;   
}

.genric-btn.gray-border:hover {
  color: #222;
  border: 0.0625em solid #222;
  background: #f8f8f8;
}

nav#paginations {
    width: 13.75em;
    margin: 0 auto;
}

.linebox-1{
	margin-top: -1em;
	margin-bottom: -1em;
}

.linebox-2{
	margin-top: 2em;
	margin-bottom: -1em;
}

.btn-outline-dark {
    background: #f8f8f8;
}

.btn-outline-dark:hover {
    background: #222;
}
	
@media screen and (max-width:30em){
	.h1, h1 {
		font-size: 1.5rem;
	}
	th:nth-child(1), td:nth-child(1){
		display: none;
	}
}

nav {
    margin-bottom: 1.875em;
    /*border-bottom: 0.5em solid #222;*/
}

#divFixTop nav{
  border-bottom: 0em solid #fff;
}

nav > .nav.nav-tabs{
  border: none;
    color:#fff;
    background:#222;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 1.125em 1.5625em;
    color:#fff;
    background:#222;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active{
	background: #fff;
  color: #434987  !important;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -3.75em;
  left: -10%;
  /*border: 15px solid transparent;*/
  border-top-color: #21344c;
}
.tab-content{
    line-height: 1.5625em;
    /*border-bottom: 8px solid #0078d4;*/
    padding:1.875em 1.5625em;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #fff;
    color:#222;
    border-radius:0;
}

.nav a {
  color: #999 !important;
}
