@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

.hiscore {
	color: #5B0253;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}

h1, h2, h3, h4 {
	font-family: 'Roboto Condensed', sans-serif;
}


#header_image
{
	vertical-align: top;
}

.navigation a:hover {
	color: #6fb6d6;
}

.button
{
	padding: 5px; 
	 background: #9cafb8;
	 background: silver;
	 border-radius: 5px;
	 border-left: 1px solid LightGray;
	 border-top: 1px solid LightGray;
	 border-right: 1px solid grey;
	 border-bottom: 1px solid grey;
	 font-size: 11pt;
}

.vbutton
{
	background: #88037C !important;
		 border-left: 1px solid #940387;
	 border-top: 1px solid #940387;
	 border-right: 1px solid #5B0253;
	 border-bottom: 1px solid #5B0253;
	 color: white !important;
}

.button:hover
{
	 background: DarkGray;
}

.vbutton:hover
{
	background: #7C3176 !important;
}



td a img
{
	padding: 0;
}


body
{
	font-family: sans-serif;
	background: #F6FCFE;
}

.container
{
	width: 100%;
	text-align: center;
}

.items {
	overflow: hidden; /* simple clearfix */
	text-align: left;
	margin: 3px;
	padding: 0px;
}
.item {
	float: left;
	width: 354px;
  box-sizing: border-box;
  color: #171e42;
  
  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(161,207,221,1) 0%, rgba(161,207,221,1) 35%, rgba(208,235,243,1) 100%);
  margin: 5px;
  border: 1px solid #71ADBE;
  padding: 0;
}

.rec_item {
	float: left;
	width: 354px;
  box-sizing: border-box;
  color: #171e42;
  
  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(153,226,165,1) 0%, rgba(153,226,165,1) 35%, rgba(202,243,210,1) 100%);
  margin: 5px;
  border: 1px solid #68C477;
  padding: 0;
}

.vit_item {
	float: left;
	width: 354px;
  box-sizing: border-box;
  color: #3F163C;
  
  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(221,183,232,1) 0%, rgba(208,161,221,1) 35%, rgba(208,161,221,1) 100%);
  margin: 5px;
  border: 1px solid #AD71BE;
  padding: 0;
}

td {
	border: 0;
	padding: 1px;
	border-spacing: 0;
	vertical-align: top;
}

.title {
min-height: 32px;
width: 100%;
height: calc(100% - 9px);
text-align: left;
margin-bottom: 6px;
margin-top: 3px;
}


.screenshot
{
	border: 1px solid #71ADBE;
	border-radius: 4px;
	margin: 2px;
	margin-bottom: 5px;
}

.rec_details .screenshot
{
	border: 1px solid #68C477;
}

.vit_details .screenshot
{
	border: 1px solid #AD71BE;
}

.vit_item .screenshot
{
	border: 1px solid #AD71BE;
}


.rec_item .screenshot
{
	border: 1px solid #68C477;
}

.tag
{
    position: relative;
    top: -35px;
	text-align: right;
	height: 5px;
	display: block;
}

.latest_tag
{
    position: relative;
    top: -60px;
	text-align: right;
	height: 5px;
	display: block;
}

.tag a:hover
{
	border-bottom: 2px solid blue;
}

a .screenshot:hover
{
	border: 3px solid #71ADBE;
	border-radius: 4px;
	background: #71ADBE;
	margin: 0;
	margin-bottom: 3px;
}

.rec_item a .screenshot:hover
{
	border: 3px solid #62CF64;
}

.details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(161,207,221,1) 0%, rgba(161,207,221,1) 35%, rgba(208,235,243,1) 100%);
  margin: 5px;
  border: 1px solid #71ADBE;
}

.rec_details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(161,207,221);
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(153,226,165,1) 0%, rgba(153,226,165,1) 35%, rgba(202,243,210,1) 100%);
  margin: 5px;
  border: 1px solid #68C477;
}


.vit_details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(221,183,232,1) 0%, rgba(208,161,221,1) 35%, rgba(208,161,221,1) 100%);
  margin: 5px;
  border: 1px solid #AD71BE;
}

.notice_details
{
	width: 908px;
	  border-radius: 13px;
  background: rgb(183,183,183);
 background: linear-gradient(30deg, rgba(182,182,182,1) 0%, rgba(183,183,183,1) 35%, rgba(181,181,181,1) 100%);
  margin: 5px;
  border: 1px solid #8C8C8C;
}


.details p, ul, li
{
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

ol {
    counter-reset: list;

}
ol > li {
    list-style: none;
}

ol > li:before {
    content: counter(list) ") ";
    counter-increment: list;
}

h5
{
	text-align: left !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
	color: DarkSlateGray;
	font-size: 16px;
	padding: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.details center p
{
	text-align: center !important;
}

.navigation
{

	background: #FFDCB7;
	border: 1px solid #ffca94;
	padding: 10px;
	border-radius: 13px;
	max-width: 1100px;
	text-align: center;
	line-height: 150%;
}

h1, h2, h3, p
{
	text-align: center;
}

h1
{
margin: 0;
  /*-webkit-text-stroke-width: 2.5px;
   -webkit-text-stroke-color: #4074b5; */
font-size: 55px;
background: black;
padding: 3px;
padding-bottom: 0px;
padding-top: 4px;

background: #add8e6;
color: black;
}

h2
{
		padding: 3px;
		margin: 3px;
}

h4
{
	margin-top: 0;
	background: black;
	padding: 1px;
	color: #F6FCFE;
	padding-bottom: 10px;
	
	background: #add8e6;
color: DarkSlateGray;
border-bottom: 1px solid #8cb3d9;

}

h4 em {
	margin-top: 0;
	
}

body {
padding: 0;
margin: 0;
margin-bottom: 6px;
}

.container
{
	margin: 0 auto;
	text-align: center;
	  padding: 0;
  list-style: none;
	display: flex; 
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

html {
    overflow-y:scroll;
}

.disclaimer
{


	padding: 10px;
	text-align: justify;
}

.justify
{
	text-align: justify !important;
	margin-left: 10px !important;
	margin-right: 10px !important;
}

#disqus_thread,
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 10px;
	background: #ff0000;
		  border-radius: 13px;
  background: rgb(161,207,221);
 background: linear-gradient(30deg, rgba(161,207,221,1) 0%, rgba(161,207,221,1) 35%, rgba(208,235,243,1) 100%);
  margin: 5px;
  border: 1px solid #71ADBE;
}

 #twitter
 {
	 padding-left: 15px; !important;
	 padding-right: 15px; !important;
	 padding-top: 15px;
	 padding-bottom: 5px; !important;
 }
 
 th
 {
	 background: #2269B9;
	 color: white;
	 text-align: left;
 }
 
 .grid_list
 {
	 margin-top: 5px;
	 margin-bottom: 5px;
	 border: 0;
	 padding: 2px;
	 width: 100%;
 }
 
 .alternating_grid_list
 {
	 margin-top: 5px;
	 margin-bottom: 5px;
	 border: 0;
	 padding: 2px;
	 border-spacing: 0;
	 width: 100%;
 }
 
 .table_row_primary
 {
	 background: #9ABBE5;
	 
 }
 
 
 .table_row_alternate
 {
	 background: #D1E3FA;
 }
 
 
  .title_primar
 {
	 background: #9ABBE5 !important;
	 
 }
 
 
 .title_alternat
 {
	 background: #D1E3FA !important;
 }