/******************* BOXES *******************/

.fakenewsbox {
  background-color: #ddd;
  font-family: open sans;
  font-size: 11px;
  line-height: 15px;
  color: #1b1b1b;
  text-align: justify;
  padding: 10px;
  height: 130px;
  overflow: auto;
}


.fakenewssmallbox {
  background-color: #ddd;
  font-family: calibri, open sans;
  font-size: 14px;
  line-height: 15px;
  color: #1b1b1b;
  text-align: justify;
  padding: 10px;
  height: 100px;
  overflow: auto;
}


.fakenewslinkbox {
  background-color: #ddd;
  font-family: open sans;
  font-size: 11px;
  line-height: 15px;
  color: #1b1b1b;
  text-align: justify;
  padding: 10px;
  height: 130px;
  overflow: auto;
}


/******************* NEWSPAPER *******************/

.fakenewspaper {
  background-color: #ddd;
  font-family: times;
  font-size: 10px;
  line-height: 15px;
  color: #1b1b1b;
  text-align: justify;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  width: 250px;
}

.fakenewspaperi {
  background-color: #fff;
  font-family: open sans;
  padding: 10px;
  height: 230px;
  overflow: auto;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 1px 1px 1px #999;
}

.fakenewspaperbody {
  background-color: #fff;
  font-family: open sans;
  font-size: 9px;
  line-height: 15px;
  width: 100%;
  color: #1b1b1b;
  text-align: justify;
}

.fakenewspaperhead {
  font-family: vidaloka;
  font-size: 20px;
  border-bottom: double;
  border-top: double;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center,
}

.fakenewspapersub {
  font-family: vidaloka;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
font-weight:bold;
  text-align: center;
  width: 180px;
  padding-top: 3px;
  padding-bottom: 5px;
}

.fakenewspapersl {
  font-family: vidaloka;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: -10px;
  letter-spacing: 2px;
  text-align: left;
}

.fakenewspapersr {
  font-family: vidaloka;
  font-size: 9px;
  margin-bottom: -10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}

/******************* TEAM IMAGES *******************/

.spin img {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
  border-radius: 100%;
  margin: 5px;
  border: 2px solid #fff;
}

.spin img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-radius: 100%;
  margin: 5px;
  border: 2px solid #fff;
}

/******************* SCROLLBARS *******************/

#fakenews ::-webkit-scrollbar {
  width: 4px;
  background: #ddd;
  border-radius: 5px;
}

#fakenews ::-webkit-scrollbar-thumb {
  background: #666;
  height: 4px;
  border-radius: 5px;
}

#fakenews ::-webkit-scrollbar-track {
  background-color: #ddd;
  opacity: 0.8;
  border-radius: 5px;
}

/******************* LINKS *******************/

.fakenewssmallbox a {
  color: #f16d6d;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewssmallbox a:hover {
  color: #f16d6d;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewsbox a {
  color: #f16d6d;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}

.fakenewsbox a:hover {
  color: #f16d6d;
  text-decoration: none;
  display: inline;
  font-weight: bold;
}




.fakenewslinklist {
  font-family: 'Roboto Condensed', serif;
  border-left: 3px solid #666;
  margin-top: 2px;
  padding: 1px;
  color: #2c2c2c;
  width: 120px;
  background-color: #ccc;
  text-decoration: none;
  font-style: normal;
  padding: 4px;
  text-align: left;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.5;
}

.fakenewslinklist a:link {
  text-decoration: none;
  color: #666;
}

.fakenewslinklist a:visited {
  text-decoration: none;
  color: #666;
}

.fakenewslinklist a:hover {
  text-decoration: none;
  color: #f16d6d;
}

.fakenewslinklist a:active {
  text-decoration: none;
  color: #666;
}

/******************* HEADERS & ACCENT COLOR *******************/

.fakenewsheadline {
  font-family: 'abril fatface', sans-serif;
  color: #f16d6d;
  border-right: 3px solid #666;
  font-size: 24px;
  font-weight: normal;
  background-color: #ccc;
  padding: 5px;
  text-transform: uppercase;
  text-align: left;
}

.accent {
  color: #f16d6d;
}

.fakenewsheadline a:link {
  font-family: 'Abril Fatface', sans-serif;
  color: #f16d6d;
  font-size: 24px;
  font-weight: normal;
  background-color: #c1c1c1;
  padding: 5px;
  text-transform: uppercase;
  text-align: right;
  border-radius: 5px;
}
		