@charset "UTF-8";
body {
	background-color: #0E1728;
}
img.logo {
	width:100px;
	margin-left:10px;
	margin-right:10px;
}
@media screen and (max-width: 40em) { 
	img.logo {
		width:100px;
		}
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  color: #8EAFD1;
}
h1, h2, h3, h4, h5, h6,a,span,div,label,dl,ul {
    color: #8EAFD1;
}
h6{
	font-size: 0.9rem;
}
.pagination a, .pagination button {
    color: #8EAFD1;
}
a:hover, a:focus {
    color: #1585cf;
}
.off-canvas {
    background-color: #02080D;
}
.title-bar {
	width: 100%;
	z-index: 10;
	transition: height .25s ease;
	background-color: #21354E;
}
.title-bar .title-bar-right, .title-bar .title-bar-left {
	transition: padding-top .25s ease;
	padding-top: 1.4rem;	
}
.title-bar.shrink {
	height: 3rem;
}
.title-bar.shrink .title-bar-right, .title-bar.shrink .title-bar-left {
	padding-top: 0rem;
}
.title-bar .dropdown.menu li {
	float: left;
}
.title-bar .dropdown.menu .is-dropdown-submenu {
	border: none;
	background-color: #315378;
}
input.transparent-search  {
    border-color: transparent!important;
    background-color: transparent!important;
    box-shadow: none!important;
}
input.search-border-bottom  {
	border-bottom-width: 2px!important;
	border-bottom-style: solid!important;
	border-bottom-color: rgba(255,255,255,0.2)!important;
}
.menu-text {
	color: #2199e8;
	font-size: 1rem;
}
.offCanvasLeft, .offCanvasRight{
	background-color: #02080D;
}
ul.tool {
	margin: 0px;
	padding: 0px;
}
ul.tool li {
	float: left;
	margin-right: 10px;
	list-style-image: none;
	list-style-type: none;
}
.facebook {
	float: right;
	width: 130px;
}
@media screen and (max-width: 40em) { 
	.facebook {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
		margin-left: 0px;
		float: left;
	}
}
.score-box {
  border: 1px solid #315378;
  background: #21354E;
  border-radius: 2px;
  color: #4e5665;
  display: inline-block;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  margin-left: 6px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
}
.score-box-arrow {
  height: 0;
  left: 2px;
  position: relative;
  top: -15px;
  width: 5px;
  z-index: 2;
}
.score-box-arrow s, .score-box-arrow i {
  border-color: transparent #315378;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  position: relative;
  top: 1px;
}
.score-box-arrow i {
  border-right-color: #21354E;
  left: 2px;
  top: -7px;
}
.orbit-bullets {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
	background-color: #333 !important;
}
ul.news-list,ul.activity-list{
	margin:0rem;
}
ul.news-list li,ul.activity-list li {
	list-style-type: none;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}
@media screen and (max-width: 39.9375em) {
  .pagination:after {
    display: inline-block;
    content: attr(data-page) " of " attr(data-total);
    position: relative;
    text-align: center;
    width: 80px;
    right: 80px; }

  .pagination-next {
    position: relative;
    left: 80px; } }

span.category-title {
	height: 40px;
	line-height: 20px;
	padding-left: 1rem;
	padding-right: 2rem;
	padding-top:10px;
	padding-bottom:10px;
	color: #fff;
	font-size: 1.2rem;
	background-image: url(../img/title-bg.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
.category-list div a {
	background-color: #efefef !important;
} 

.advertising-background-color{
	background-color:#315378;
}
.content-background-color{
	background-color: #0E1728;
}
.history-background-color{
	background-color: #21354E;
}
.footer-background-color{
	background-color:#315378;
}
.background-transparent {
	background-color: transparent!important;
}

.no-margin{
	margin:0 !important;
}
.no-padding{
	padding:0 !important;
}
.padding-5px {
	padding:0.313rem !important;
}
.padding-1rem {
	padding:1rem !important;
}
.padding-left-right-1rem {
	padding: 0 1rem 0 1rem !important;
}
.padding-top-bottom-10px {
	padding: 0.625rem 0 0.625rem 0 !important;
}
.padding-top-bottom-1rem {
	padding: 1rem 0 1rem 0 !important;
}
.padding-bottom-10px {
	padding: 0 0 0.625rem 0 !important;
}
.padding-bottom-1rem {
	padding: 0 0 1rem 0 !important;
}
.margin-top-1rem {
	margin-top: 1rem;
}
.margin-top-bottom-1rem {
	margin-top: 1rem;
	margin-bottom:1rem;
}
.negative-margin-top-1rem {
	margin-top:-1rem;
}
.margin-left-right-5px {
	margin: 0 0.313rem 0 0.313rem !important;
}
.margin-top-bottom-5px {
	margin-top: 0.313rem;
	margin-bottom: 0.313rem;
}

.margin-top-bottom-10px {
	margin-top: 0.625rem;
	margin-bottom:0.625rem;
}
.margin-left-right-10px {
	margin: 0 0.625rem 0 0.625rem !important;
}
.margin-left-right-1rem {
	margin: 0 1rem 0 1rem !important;
}
.text-size-1rem {
	font-size: 1rem !important;}
	@media screen and (max-width: 39.9375em) {
		.text-size-1rem {
			font-size: 0.6rem !important;}}
	@media screen and (min-width: 40em) {
		.text-size-1rem {
			font-size: 0.8rem !important;}}
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.text-size-1rem {
			font-size: 1rem !important;}}
	@media screen and (min-width: 64em) {
		.text-size-1rem {
			font-size: 1.1rem !important;}}
	@media screen and (min-width: 64em) and (max-width: 74.9375em) {
		.text-size-1rem {
			font-size: 1.2rem !important;}}
.text-size-2rem {
	font-size: 2rem !important;
}
.text-size-3rem {
	font-size: 3rem !important;
}
.text-size-12px {
	font-size: 0.750rem !important;
}
.text-size-14px {
	font-size: 0.875rem !important;
}
.text-size-18px {
	font-size: 1.125rem !important;
}
.text-size-20px {
	font-size: 1.250rem !important;
}
.text-size-24px {
	font-size: 1.500rem !important;
}
.dividing-line {
	font-size:2rem;
	height:3rem !important;
	line-height:3rem !important;
	color:#ddd;
	padding:0 1rem !important;
	margin: 0 !important;
}
.row-max-width {
	max-width: 75rem !important;
}
.dashed-line-999 {
	border: 1px dashed #999;
}
.dashed-line-666 {
	border: 1px dashed #666;
}
footer {
	margin-top: 0.625rem;
	margin-bottom: 1rem;
}
footer dl dt {
	font-size:1.2rem;	
}
footer dl dd {
	font-size:1rem;	
	color:#999;
}
footer dl dd a,
footer dl dd a:link {
	color:#999;
}
footer dl dd a:active,
footer dl dd a:hover {
	color:#ccc;
}
.radius-5px {
	border-radius: 0.313rem;
}
.radius-4px {
	border-radius: 0.250rem;
}
.radius-2px {
	border-radius: 0.125rem;
}
.bottom-toolbar {
	position: fixed;
	right: 0;
	bottom: 0%;
	background: rgba(0,0,0,0.5);
}
.bottom-toolbar ul li {
	border: 1px solid rgba(0,0,0,0.2);	
	margin-left: 0.313rem;
	margin-right: 0.313rem;
}
.bottom-toolbar ul li a{
	font-size: 1.625em;	
}
.rgiht-toolbar {
	position: fixed;
	right: 0%;
	bottom: 10%;
}
.rgiht-toolbar ul li {
	margin-top: 0.313rem;
	margin-bottom: 0.313rem;
}
.rgiht-toolbar ul li a{
	border: 1px solid #999;
	background: rgba(0,0,0,0.5);
	width: 2.500em;
	height: 2.500em;
	padding: 1rem;
	border-radius: 0.313rem;
	font-size: 1.625em;
}
.ranking-list-group {
	position: relative;
	display: block;
}
.ranking-list-number {
	display: block;
	position: absolute;
    left: 0;
}
.ranking-list-img {
	position: absolute;
    left: 0;
}
.list-callout {
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.25);
    border-radius: 0;
    position: relative;
    color: #ddd;
    background: rgba(51,51,51,0.25);
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    border: 1px solid rgba(51, 51, 51, 0.25);	
    background: rgba(51, 51, 51, 0.5);
	color: #8EAFD1;
}
.ranking-list-title {
	background: rgba(0,0,0,0.5);
	color: #ddd;
	color: rgba(221, 221, 221, 0.8);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0px;	
	width: 100%;
	padding: 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
dl.reviews-list,dl.reviews-list dt, dl.reviews-list dd, dl.reviews-list dt a h6 {
	margin: 0px;
	padding: 0px;
}
 dl.reviews-list dd {
	font-size: 0.8rem;
	color: #999;
}
.section-title,
.ranking-title {
    border: 1px solid rgba(255,255,255,0.1);
	margin-top: 0.313rem;
	margin-bottom: 0.313rem;
	padding: 0.313rem;
	color: #8EAFD1;
}
.ranking-list {
	margin-top: 0.313rem;
	margin-right: auto;
	margin-bottom: 0.313rem;
	margin-left: auto;
}
.ranking-list-box {
	margin-right:  0.313rem;
	margin-left: 0.313rem;
}
.reviews {
	border: 1px solid rgba(255,255,255,0.1);
	margin-top: 0.313rem;
	margin-bottom: 0.313rem;
}
.data-list {
	margin-bottom: 0.313rem;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgba(255,255,255,0.1);
	padding-bottom: 0.313rem;
}
.poster {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
.poster a.poster-play {
	position: absolute;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.poster a.poster-play {
	top: 10%;}
	@media screen and (max-width: 39.9375em) {
		.poster a.poster-play {
			top: 10%;}}
	@media screen and (min-width: 40em) {
		.poster a.poster-play {
			top: 25%;}}
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.poster a.poster-play {
			top: 25%;}}
	@media screen and (min-width: 64em) {
		.poster a.poster-play {
			top: 30%;}}
	@media screen and (min-width: 64em) and (max-width: 74.9375em) {
		.poster a.poster-play {
			top: 30%;}}
.poster a.poster-play dl dt {
	font-size: 4rem;
	line-height: 4rem;
	margin: 0px;
	padding: 0px;
}
.poster a.poster-play dl dd {
	font-size: 0.875em;
	line-height: 1rem;
	margin: 0px;
	padding: 0px;
}
.poster a.poster-play dl {
	color: rgba(255,255,255,0.4);
}
.poster a.poster-play:hover dl {
	color: rgba(255,255,255,0.8);
}
.poster h6.poster-title a {
	position: absolute;
	bottom: 0px;
	color: #FFF;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	padding-top: 0.313rem;
	padding-bottom: 0.313rem;	
}
dl.average-rating dt {
	text-align: center;
}
dl.average-rating dt i {
	font-size: 4rem;
	line-height: 4rem;
	color: #F60;
}
dl.average-rating dt span {
	font-size: 2rem;
	line-height: 2rem;
}
.star-rating {
	font-size: 1.250rem;
	color:#F60;
}
.trailer .trailer-box {
	position: relative;	
}
.trailer .trailer-box .trailer-time {
	position: absolute;
	right: 0;
}
.trailer .trailer-box .trailer-play {
	position: absolute;
	width:100%;
}
.trailer-play {
	top: 20%;}
	@media screen and (max-width: 39.9375em) {
		.trailer-play {
			top: 20%;}}
	@media screen and (min-width: 40em) {
		.trailer-play {
			top: 25%;}}
	@media screen and (min-width: 40em) and (max-width: 63.9375em) {
		.trailer-play {
			top: 25%;}}
	@media screen and (min-width: 64em) {
		.trailer-play {
			top: 30%;}}
	@media screen and (min-width: 64em) and (max-width: 74.9375em) {
		.trailer-play {
			top: 30%;}}
.trailer-play span {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 3rem;
	color: rgba(255,255,255,0.4);	
}
.trailer-title {
	text-align: center;	
}
.info {
	display:block;
	width:100%;
	margin: 0;
	padding: 0;
}
.info ul {
	width: 100%;
	margin: 0;
	padding: 0.313rem;
}
.info ul li {
	list-style: none;
}
ul.reviews-categories{
	width: 100%;
	display: table;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0.313rem;
}
ul.reviews-categories li {
	display:block;
	list-style: none;
	float: left;
	margin-left: 0.625rem;
	margin-right: 0.625rem;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.875rem;
}
.reviews-star {
	width: 100%;
	font-size: 1.500rem;
	text-align: center;
}
.reviews-fraction {
	width: 100%;
	font-size: 1.125rem;
	text-align: center;	
}
.photo-next a,.photo-previous a {
	display: table;
	text-align: center;
	width: 100%;
}
.photo-next a i,.photo-previous a i {
	font-size: 2rem;
}
.photo-next a span,.photo-previous a span {
	display:block;
	width:100%;
}
.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.875rem; }
    .tabs-title > a:hover {
      background: #fefefe; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #2199e8;
	  color: #fff;
      }
.list-hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: rgba(255,255,255,0.1);	
}
ul.member-nav  {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
ul.member-nav li {
	list-style: none;
    margin: 0 0 1rem 0;	
}
ul.member-nav li a {
    border: 1px solid rgba(255,255,255,0.1);
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
	border-radius: 0;
    padding: 0.85em 1em;
    font-size: 1rem;		
}
ul.member-nav li.active a {
	border: 1px solid #2199e8;
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
	padding: 0.85rem 1rem;
	font-size: 1rem;
	background-color: #2199e8;
}
ul.member-nav li.active a ,
ul.member-nav li.active a span {
	color: #FFFFFF !important;	
}
.label-free {
	font-size: 0.5rem;  
    -moz-transform:scale(0.5);
	-webkit-transform:scale(0.5);
    -o-transform: scale(0.5);
}
a.text-list span {
    font-size: 1rem;	
}
a.text-list,a.text-list:link {
    width: 100%;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.625em 0.313em;
    display: block;
}
a.text-list:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
a.text-list:active {
    background-color: rgba(255, 255, 255, 0.1);
}
a.text-list-active,a.text-list-active:hover,a.text-list-active:active {
    background-color: rgba(255, 255, 255, 0.5) !important;	
	color: #000 !important;
}

/*video*/
.subpage-intro-video {
  min-height: 225px;}
  @media print, screen and (min-width: 40em) {
  .subpage-intro-video {
	  min-height: 475px;}
}
.docs-video-inner {
	transition: all 150ms ease-in-out;}
  .docs-video-inner .expand-contract,.docs-video-inner .close-button {
    position: absolute;
    color:black;
    display: none;
    top: -4px;
    transform: translateY(-100%);
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .docs-video-inner .expand-contract {
    right: 30px;
  }

  .docs-video-inner .close-button {
    right: 0px;
  }

@media screen and (max-width: 39.9375em) {
  .docs-mobile-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index:100;
  }
}

@media print, screen and (min-width: 40em) {
	.docs-video-inner.is-stuck.autostick {
    position: fixed;
    z-index: 10000;
    right: 2%;
    top: auto;
    bottom: 20px;
    transform: none;
    width: 200px;
    border-radius: 0px;
    display: block;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.30);}
    .docs-video-inner.is-stuck.autostick .close-button,.docs-video-inner.is-stuck.autostick  .expand-contract {
      display: block;
    }
    .docs-video-inner.is-stuck.autostick .close-button {
      background-image: url('../img/docked-close-button.svg')
    }
    .docs-video-inner.is-stuck.autostick .expand-contract {
      background-image: url('../img/docked-expand-button.svg')
    }
    .docs-video-inner.is-stuck.autostick.expanded {
      top: 50%;
      bottom: auto;
      left: 50%;
      width: 640px;
      transform: translate3d(-50%, -50%, 0);
	  z-index:1001;}
      .docs-video-inner.is-stuck.autostick .expanded .close-button,.docs-video-inner.is-stuck.autostick .expanded  .expand-contract {
        height: 30px;
        width: 30px;
      }
      .docs-video-inner.is-stuck.autostick .expanded .close-button {
        background-image: url('../img/modal-close-button.svg');
      }
      .docs-video-inner.is-stuck.autostick .expanded .expand-contract {
        background-image: url('../img/modal-collapse-button.svg');
        right: 40px;
      }
  }
  .video-overlay.expanded.is-stuck {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100vw;
    height: 100vh;
    z-index:1000;
  }

@media print, screen and (min-width: 40em) {
  .docs-video-inner.playing {
    position: fixed;
    z-index: 10000;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
	padding: 15px;}
    .docs-video-inner.playing .close-button {
      font-size: 0.8rem;
      right: 4px;
      top: 4px;
      color: black;
    }
}
.docs-video-inner {
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.responsive-embed.widescreen, .flex-video.widescreen {
    padding-bottom: 56.25%;
}
.responsive-embed {
    margin-bottom: 0;
}
.responsive-embed, .flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
/*discuss*/
.tabs,
.tabs-content {
    background: rgba(255,255,255,0.1); 
    border: 1px solid rgba(255,255,255,0.1);
}
/*callout style*/
.callout {
    background-color: rgba(255,255,255,0.1);
}
/*accordion style*/
.accordion {
  list-style-type: none;
  background: rgba(255,255,255,0);
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
  position: relative;
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid rgba(255,255,255,0.1); }
  .accordion-title:hover, .accordion-title:focus {
    background-color: rgba(255,255,255,0); }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid rgba(255,255,255,0.1);
  border-bottom: 0;
  background-color: rgba(255,255,255,0);
  color: #fff; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.1); }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: rgba(255,255,255,0.1) transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

/*list-tool*/
.list-tool{
    background-color: rgba(0,0,0,0.3);
	width: 100%;
}
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #008CBA;
      color: #FFFFFF;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }
/*******************************
            Loader
*******************************/

/* Standard Size */

.ui.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Static Shape */

.ui.loader:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* Active Shape */

.ui.loader:after {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/* Active Animation */

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Sizes */

.ui.loader:before,
.ui.loader:after {
  width: 2.2585em;
  height: 2.2585em;
  margin: 0em 0em 0em -1.12925em;
}

.ui.mini.loader:before,
.ui.mini.loader:after {
  width: 1.2857em;
  height: 1.2857em;
  margin: 0em 0em 0em -0.64285em;
}

.ui.small.loader:before,
.ui.small.loader:after {
  width: 1.7142em;
  height: 1.7142em;
  margin: 0em 0em 0em -0.8571em;
}

.ui.large.loader:before,
.ui.large.loader:after {
  width: 4.5714em;
  height: 4.5714em;
  margin: 0em 0em 0em -2.2857em;
}
/* table */
table thead, table tbody, table tfoot {
    border: 1px solid transparent;
	background-color: currentColor;
	background-color: transparent;
	color: currentColor;
}
table tbody tr:nth-child(even) {
	background-color: currentColor;
	background-color: transparent;
}
#prize,#prize-disabled {
	display: table;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#prize li,#prize-disabled li{
	float: left;
	width: 32%;
	height: 120px;
	line-height: 120px;
	margin: 1px;
	font-size: 48px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	list-style-image: none;
	list-style-type: none;
}
a small{
    color: #447bbf;
}
