select {
	min-width: 200px;
	padding: 0 5px;
	border: none;
	border-bottom: 1px solid white;
	height: 30px;
	margin: 5px;

	color: white;
	cursor: pointer;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;

	background-image: url(../img/arrow-down.svg);
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
}
option {
	background: rgba(0, 0, 0, .5);
	color: white;
}

.n-subscribe {
	/*background: #89a063;*/
	background: rgba(240, 190, 50, .5);
	padding: 10px 15px;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	cursor: pointer;
	border: none;
}

.n-res {
	display: block;
	padding-top: 10px;
	font-size: 18px;
	color: red;
}

.n-success {
	display: block;
	padding-top: 10px;
	font-size: 18px;
	color: darkgreen;
}

.n-sub__header {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

.n-sub__list li {

	margin-bottom: 10px;
	list-style-type: none;
}

.n-sub__list {
	width: 300px;
	margin: 0px auto;
/ / padding-bottom: 20 px;
}



button {
	/*background: #89a063;*/
	background: rgba(240, 190, 50, .5);
	padding: 10px 15px;
	color: white;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	cursor: pointer;
	border: none;
}

input {
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid white;
	color: white;
	font-size: 1.1em;
}

@media screen and (max-width: 600px) {
    .content-left-align {
		width: 90% !important;
		font-size: 1em !important;
	}
}

.hide {
	display: none !important;
}

.underlined {
	text-decoration: underline;
	cursor: pointer;
}

/* ~~~ */
.SuggestionContainer {
	width: 70%;
	margin: auto;
	position: relative;
	text-align: center;
}
.SuggestionContainer__Element {
	display: inline-block;
	width: auto;
	margin: 5px;
	text-transform: uppercase;
	background: rgba(100, 100, 100, .5);
	padding: 5px;
	cursor: pointer;
}
.SuggestionContainer__Element:hover {
	background: rgba(100, 100, 100, .8);
}

/* ~~~ */
.ZodiacImg {
	max-width: 100%;
	margin: auto;
}

/* ~~~ */
.PredictionContainer {
	padding: 20px 5px !important;
	box-sizing: border-box;
}

.inline-button {
	min-width: 80px;
	max-width: 150px;
	display: inline-block;
	margin: auto;
	margin-top: 0px;
	border: 0;
	border-radius: 2px;
	color: black;
	padding: 15px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1em;
	letter-spacing: 1px;
	background-color: rgb(240, 190, 50);
	cursor: pointer;
	outline: none;
}

.content-row {
	display: block;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}

.content-row-centered {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.content-left-align {
	display: block;
	width: 65%;
	margin: auto;
	padding: 20px 0;
	text-align: left;
	font-size: 1.3em;
}

.inline-block {
	width: auto;
	display: inline-block;
	padding: 10px;
	margin: 5px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
}
.inline-block:hover {
	background: rgb(240, 190, 50);
}
.inline-block.active {
	background: rgb(240, 190, 50);
}


.t-b-o {
	color: rgb(240, 190, 50);
}


.content-window {
	position: static;
	margin: auto;
	/*top: 50%;*/
	/*left: 50%;*/
	/*transform: translate(-50%, -50%);*/
	min-width: 300px;
	max-width: 700px;
	width: 60%;
	min-height: 300px;
}

.content-window__top {
	text-align: left;
	background: transparent;
	/*overflow-x: scroll;*/
}
.content-window__top-item {
	display: inline-block;
	color: white;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	border-bottom: 3px solid transparent;
}
.content-window__top-item:hover {
	color: inherit;
	border-bottom: 3px solid white;
	cursor: pointer;
}
.content-window__top-item.active {
	color: inherit;
	border-bottom: 3px solid white;
}

.content-window__content {
	border-top: 3px solid  rgba(240, 190, 50, .5);
	background: rgba(0, 0, 0, .5);
	margin-top: -3px;
}

.content-window__content-pick {
	padding-top: 30px;
}
.content-window__pick-panel {
	display: inline-block;
	width: 50%;
}
.content-window__pick-panel img {
	padding: 20px 0;
	width: 100px;
	max-width: 100%;
}

.content-window__pick-panel_tile {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.content-window__pick-panel_tile.main {
	width: 40%;
	text-decoration: underline;
}
.content-window__pick-panel_tile.main img {
	width: 100px;
	max-width: 100%;
}
.content-window__pick-panel_tile img {
	margin: auto;
	padding: 20px 0;
	width: 70px;
	max-width: 100%;
}

.content-window__pick-title {
	text-transform: uppercase;
}

.content-window__content-result {
	padding: 20px 0;
	text-align: center;
}
.PH .content-window__content-pick {
	overflow: hidden;
	width: 100%;
}


.PH_down {
	padding-top: 50px;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.PH_down .content-window__top-item {
	width: 33%;
	padding: 0;
	margin: 0;
}