.newsSection
{
	height:250px;
	width: 700px;
}

.commands
{
	width: 700px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mainViewer
{
  display: flex;
  flex-direction: row;
  max-width:700px;
  width:700px;
  height:250px;
  margin-top: -250px;
  overflow:hidden;
}

.newsContent 
{
  display: flex;
  height:100%;
  min-width:calc(700px * 4);
  
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all .6s;
    
}

.selector
{
	height:100%;
	display: flex;
	align-items: center;
	background-color:white;
	opacity: 0.5;
	cursor: pointer
}

.select-dots
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	height:16px;
	margin-top:234px;
	opacity: 0.9;
}

.scrollCard
{
  height:250px;
  width:700px;
  margin-left:0px;
  margin-right:0px;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center;
  background-size: cover;
}

.news
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height:100%;
	align-items:center
}

.newsTitle
{
	color: rgb(105,105,105);
	margin-top: 0px;
	text-align: center;
	background-color: white;
	opacity:0.8
}

a.newsLink
{
	text-decoration: none;
}

.newsInfo
{
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-text
{
	color: rgb(105,105,105);
	background-color: white;
	opacity:0.5;
	margin-bottom: 0px;
}
/* CSS news scroller */

.newsSection
{
	height:250px;
	width: 700px;
}

.commands
{
	width: 700px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mainViewer
{
  display: flex;
  flex-direction: row;
  max-width:700px;
  width:700px;
  height:250px;
  margin-top: -250px;
  overflow:hidden;
}

.newsTitle
{
	color: rgb(105,105,105);
	margin-top: 0px;
	text-align: center;
	background-color: white;
	opacity:0.8
}

a.newsLink
{
	text-decoration: none;
	width: 100%;
	height: 100%;
}

.newsInfo
{
	width: 80%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.news-text
{
	color: rgb(105,105,105);
	background-color: white;
	opacity:0.5;
	margin-bottom: 0px;
}

.news-slider {
	width: 95%;
	box-sizing: border-box;
	height: 400px;
	margin: auto;
	align-items: center;
	overflow: hidden;
	position: relative;
}

.moving-slider {
	position: absolute;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.right-news-scroller {
	cursor: pointer;
	position: absolute;
	right:0;
	top: 50%;
	transform: translate(0%, -50%);
}

.left-news-scroller {
	cursor: pointer;
	position: absolute;
	display: none;
	left:0;
	top: 50%;
	transform: translate(0%, -50%);
}

.news-container {
	cursor: pointer;
	position: relative;
	background-position: center;
	background-size: cover;
	box-sizing: border-box;
	flex-shrink: 0;
	flex-grow: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	padding-right: 32px;
	padding-left: 32px;
	align-items: center;
}

.news-body {
	padding-left: 20px;
	padding-right: 20px;
}

.news-selector {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, -100%);
}

.white-background-card {
	background-color: rgba(255,255,255,0.5);
	padding-left: 5px;
	padding-right: 5px;
	text-shadow: none;
	color: rgb(10,10,10);
}

.news-title {
	font-size: 30px;
	position: absolute;
	left: 50%;
	top: 0%;
	transform: translate(-50%, 10%);
}

.news-date {
	position: absolute;
	left: 0;
	top: 100%;
	transform: translate(10%, -110%);
}

.news-author {
	position: absolute;
	left: 100%;
	top: 100%;
	transform: translate(-110%, -110%);
}