a {
    color: #2980b9;
}

.centertop{
	margin-bottom: 20px;
}

#footer div.moduletable h3, #footer div.module h3, #footer .widget h3, #footer .tck-module h3,
#footer div.moduletable_menu h3, #footer div.module_menu h3, #footer .tck-module-title {
	color: #394A5C
}
.com-content-article__body img{
  max-width: 450px;
}

 table td {
   padding-left: 1%;
 }

.tck-article-title a{
  color: #394A5C;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

ul.tags {
  margin-top:15px;
  margin-bottom: 20px;
  background: #f9fafb;
  padding: 7px 13px;
  list-style-type: disc;
}



:not(nav) li {
    padding: 0 2px;
	/*display: inline-block;*/
    margin: 5px 0;
  }

nav li{
    padding: 0 2px;
	display: inline-block;
    margin: 5px 0;	
}



/* Inline turns list items into inline-block*/>
.list-inline {
  @include list-unstyled;
  margin-left: -5px;

  > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.badge-info {
 border-radius: 0;
  color: #717f8e;
  border: none;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(214, 219, 224, 0.3);
  border-left: 2px solid rgba(133, 150, 169, 0.2);
  text-decoration: none;
  padding: 4px 10px;
  i.fa-tag {
    display: none;
  }
}

#wrapper{
	max-width: 1200px;
    margin-left: 20%;
    margin-right: 20%;
}

@media (max-width: 800px) {
	.com-content-article__body img{
		/*max-width: 800px;*/
	}
	
	.tck-article table td {
		width: 100%;
		display: block;
	}
	#wrapper{
		max-width: 1200px;
		margin-left: 0%;
		margin-right: 0%;
	}
}

