/**
 * Fonts
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700&display=swap");

/**
 * Recommendations
 */
ul.sli-recommendations {
}

ul.sli-recommendations li.sli-recommendation,
ul.sli-constellations li.sli-constellation {
	list-style: none;
}

ul.sli-recommendations li.sli-recommendation {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}

ul.sli-recommendations li.sli-recommendation img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

ul.sli-recommendations li.sli-recommendation h2 {
	color: #c7af66;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: capitalize;	
}

ul.sli-constellations li.sli-constellation {
	color: #ffffff;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 5px;
	text-align: center;
	letter-spacing: 0.5px;
}

/**
 * Constellations (& Registry)
 */

div.sli-registry-results {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

div.sli-constellations,
div.sli-constellations table,
div.sli-registry-results,
div.sli-registry-results table {
	width: 100%;
}
div.sli-constellations table thead th, div.sli-registry-results table thead th {
    color: #c7af66;
    font-size: 19px;
    font-weight: 400;
}

div.sli-constellations table tbody:before,
div.sli-registry-results table tbody:before {
	content: "\200C";
    display: block;
    line-height: 10px;
}

div.sli-constellations table tbody td, div.sli-registry-results table tbody td {
    color: #ffffff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
}input.btnview {
    background: #e8c571;
    border: none;
    font-weight: 500;
    padding: 5px 25px;
    border-radius: 20px;
}

/**
 * Registry
 **/
div.sli-registry-results {
	margin-top: 20px;
}