/* Empty. Add your own CSS if you like */
.popup {
	color: #000;
}
#login-username-label {
	background-image: url('../img/username.svg');
	background-repeat: no-repeat;
}
#login-password-label {
	background-image: url('../img/password.svg');
	background-repeat: no-repeat;
}
.input-label {
	width: 50px;
}
.swiper-pagination-bullet {
	background-color: #fff;
}
.bar-stable {
	color:#fff;
}
p {
	color: white;
}
.card {
	border: 8px solid black;
}

.black_gradient {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
background: rgb(125,126,125); /* Old browsers */
background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

@font-face {
    font-family: 'segment7standard';
    src: url('segment7standard-webfont.woff2') format('woff2'),
         url('segment7standard-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.counter{
	font-family: 'segment7standard';
				}

				.money_table th, .money_table td {
					border: 1px dotted white;
					padding: 5px;
				}

				table.paleBlueRows {
					font-family: "Courier New", Courier, monospace;
					border: 0px solid #FFFFFF;
					background-color: #FFFFFF;
					width: 100%;
					text-align: center;
					border-collapse: collapse;
				  }
				  table.paleBlueRows td, table.paleBlueRows th {
					border: 1px solid #FFFFFF;
				  }
				  table.paleBlueRows tbody td {
					font-size: 14px;
					font-weight: bold;
				  }
				  table.paleBlueRows tr:nth-child(even) {
					background: #DEE8EA;
				  }
				  table.paleBlueRows thead {
					background: #30C3ED;
					border-bottom: 5px solid #FFFFFF;
				  }
				  table.paleBlueRows thead th {
					font-size: 17px;
					font-weight: bold;
					color: #FFFFFF;
					text-align: center;
					border-left: 2px solid #FFFFFF;
				  }
				  table.paleBlueRows thead th:first-child {
					border-left: none;
				  }
				  