@import 'https://fonts.googleapis.com/css?family=Montserrat';

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.75em;
	font-size: 16px;
	background-color: #150D1F;
	color: #FFEAB3;
}

.simple-container {
	max-width: 675px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 20px;
}

.simple-print {
	fill: white;
	stroke: white;
}
.simple-print svg {
	height: 100%;
}

.simple-close {
	color: white;
	border-color: white;
}

.simple-ext-info {
	border-top: 1px solid #aaa;
}

p {
	font-size: 18px;
}

h1 {
	font-size: 56px;
	line-height: 60px;
}

h2 {
	font-size: 44px;
	line-height: 48px;
}

h3 {
	font-size: 32px;
	line-height: 36px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #919599;
	border-top: 1px solid #919599;
}

hr {
	height: 1px;
	background-color: #919599;
	border: none;
	width: 100%;
	margin: 0px;
}

a[href] {
	color: #D26974;
}

a[href]:hover {
	color: #C13962;
}

img {
	max-width: 100%;
}

li {
	line-height: 1.5em;
}

table {
	background-color: #1C1229;
	table-layout: fixed;
	margin: 10px auto;
}

td {
	background-color:#1C1229;
}

tbody tr:nth-child(odd) {
    background-color: #1C1229;
}

tbody tr:nth-child(even) {
    background-color: #150D1F;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #4D1859;
  display: flex;
  justify-content: center;
}

ul li a {
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #FFEAB3;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #D26974;
}

	}
}
