
#stacks_in_11_page19 {
	background-color: rgba(102, 204, 255, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	padding:  4px;
}

#stacks_in_14_page19 {
	padding: 0px 100px 0px 0px;
}

#stacks_in_15_page19 {
	font-size: 152%;
	font-weight: bold;
}

#stacks_in_9_page19 {
	background-color: rgba(102, 204, 255, 1.00);
	border: solid rgba(77, 77, 77, 1.00);
	border-width:  2px;
	margin: 0px 0px 10px 0px;
	padding:  12px;
}

#stacks_out_9_page19 {
	width: 180px;
}

#stacks_in_17_page19 {
	font-size: 120%;
}


.c-content {
  min-height: 100%;
  width: 100%;
  padding: 10px 10px;
}

.l-font--weight-modest {
  font-weight: 300;
}
/*edit-grid*/
.c-feed {
  display: block;
  columns: 2;
  -webkit-column-fill: balance;
  column-fill: balance;
  list-style: none;
}

/*responsive-grid*/
@media only screen and (max-width: 780px) {
	.c-feed {
	  columns: 1;
	}
}

/*edit-the box*/
.c-feed__item {
  display: inline-block;
  background: #fff;
  max-width: 550px;
  margin: 5px;
  box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.25);
  height: 300px;
  overflow: hidden;
  text-overflow: ellipsis;   
  position: relative;
}

/*edit-the hyperlink header*/
.c-feed__header {
  display: table;
  max-width: 100%;
  padding: 24px 16px;
  background-color: rgba(87, 192, 255, 1.00); /*option */
  color: #fff;
  position: absolute;
  transition: 0.7s;
  bottom: 0;
}
.c-feed__header:hover {
  background-color: #66FFCC; /*option */
  text-decoration: none;
}
/*Font-Header*/
.c-feed__link {
  color: #4C4C4C!important; /*option */
  font-weight: 800;
  font-size: 16px;
}

.c-feed__expand,
.c-feed__link,
.c-feed__date {
  display: table-cell;
  vertical-align: middle;
}

.c-feed__expand,
.c-feed__link {
  text-decoration: none;
}


.c-feed__expand {
  color: #FB0207!important;
  font-size: 18px !important;
  margin-right: 8px;
}

.c-feed__date {
  text-align: right;
  font-size: 10px;
  color: #4C4C4C; /*option */
}

.c-feed__image {
  display: block;
  width: 100%;
}

.c-feed__content {
  padding: 0 16px;
}

/*Title inside content*/
.c-feed__title {
  font-weight: 300;
  font-size: 24px;
  display: none;
}




#stacks_in_2_page19 {
	background-color: rgba(91, 255, 193, 1.00);
	background-image: url("../files/backgroundImage_2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
	padding: 16px 36px 6px 0px;
}
