@charset "utf-8";
/* CSS Document */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	svg { 
		text-align: center; 
		margin-top: 20px;
		width: 100%;
	}
}

@media all and (-webkit-min-device-pixel-ratio:0) {
	svg { 
		text-align: center; 
		margin-top: 20px;
		width: 100%;
		height: 100%;
	}
}

@-moz-document url-prefix() { 
	svg { 
		text-align: center; 
		margin-top: 20px;
		width: 100%;
		height: 100%;
	}
}

.hexagon {
	fill: #05a0a8;
	color: #fff !important;
	z-index:1;
}
.hexagon:hover {
	fill: #0480ab;
}

.player {
	font-size: x-large;
}

.incorrect {
    text-decoration: none;
    color: #fff;
    border: 1px solid #D7635B;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #D7635B;
}

.letter {
	font-size:40px;
	text-anchor:middle;
	fill: #FFF;    
	cursor: pointer;
}

.left-select{
	text-align:left;
}

.centre-select{
	text-align:center;
}

.blockbuster .modal {
	text-align: center;
	padding: 0!important;
}

.col-xs-4.right-select {
	text-align: right;
}