@charset "UTF-8";

iframe#actions {
	width : 0;
	height : 0;
	padding : 0;
	margin : 0;
	border : 0;
	display : none;
	}

div.container {
	position: relative;
	min-height: 100%;
	}

a {
	text-decoration: none;
	color: inherit;
	}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}

a.more {
	display: block;
	max-width : 200px;
	margin : 0 auto;
	font: normal 18px/48px "SFUIDisplay-Bold", Arial, sans-serif;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(254, 96, 129, 1);
	border-radius: 5px;
	transition : all 0.25s ease;
	text-decoration : none;
	}

a.more:hover {
	background-color: rgba(252, 71, 110, 1);
	color: rgba(255, 255, 255, 1);
	}