
/*
Egen stilmall.
*/

/* Gör frågans brödtext tydligare */

html, body {
	height: 100%;
}

aside .container {
	text-align: center;
}

aside .container img {
	display: inline-block;
}

div.ng-binding p {
font-size:12pt;
font-family:verdana, arial, sans-serif;
}

/* svarsalternativ */

a.btn {
font-size:2.2rem;
}

/*Lagsymbol i aktuellt lag när man spelar */

div.current-team img {
width:210px;
height:auto;
}

div.current-team div.row div.col-2 {
width:210px;
}
.card {
	border:none;
}

.content img {
	display: block;
	margin-bottom: 20px;
}

.current-player {
	box-shadow: none;
	border-right: solid 1px 
	border-radius: 4px;
	border: 2px solid rgba(39,68,84,0.10);
}

#game .game-wrapper {
	background: transparent !important;
	box-shadow: none !important;
}

body {
	background-image: url(/wp-content/uploads/2014/06/raket-space.jpg) !important;
	background-size: cover !important;
	background-repeat: no-repeat;
}

.btn.green, .btn.gray, .btn.orange {
	border: solid 2px #464E53;
	background: #FFF;
	color: #464E53;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.btn.orange {
	color: #D04445;
	border-color: #D04445;
}

#modal .content ul {
	overflow: hidden;
}

#modal .content ul li {
	display: inline-block;
}

#modal .content ul li a {
	display: block;
}

#modal .content img {
	display: block;
	margin: 0px auto;
}

.dice-wrapper, .throw-dice {
	margin-top: 20px;
}


ul.persons {
	position: absolute;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.persons li {
	width: 33%;
	text-align: center;
	font-family: "proxima-nova", cursive, Arial, sans-serif;
	color: #c3c3c3;
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 0.075rem;
	padding: 5%;
	max-width: 7rem;
}
ul.persons li img {
	display: inline-block;
}