.googleadv {background-color: black !important; clear:right;}
.sd-amazon-link {clear:right;}

#instructions {
	font-family: "expo-sans-pro",sans-serif !important;
	font-size: .875em;
	margin-bottom: .5em;
	}

#instructions h3 {
	display: inline-block;
	padding-right: 1.5em;
}

#instructions_box {
	border-right-style: solid;
	border-right-width: 3em;
	border-right-color: #000;
	border-bottom: none;
	padding-top: .25em;
}

#instructions_box p {
	margin-bottom: .75em;
}

.how_to_play {
	background: none repeat scroll 0% 0% rgba(16, 146, 183, 0.9);
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
	border: none;
}

.sd_div {
	text-align: left !important;	
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.9) !important;
	font-family: "expo-sans-pro",sans-serif !important;
	min-width: 760px !important;
}

#scrambled_game {
	padding-top: 1px;
	display:inline;
}

.unmovable { /*logo*/
	background: none repeat scroll 0% 0% rgba(16, 146, 183, 0.9);
	padding: 5px; padding-left: 10px; padding-right: 10px;
	margin-left: 2px;
	margin-top: 5px;
	color: #FFF;
}

.word_group {
	line-height: 2.75em;
	display: block;	
}

.root {
	font-weight: bold;
	color: rgba(16, 146, 183, 1);	
}

.movable {
	border: 1px solid #888888;
	padding: 5px;
	margin-left: 2px; margin-right: 2px;
}

.selected {
	background: none repeat scroll 0% 0% rgba(16, 146, 183, 0.9);
	border: 1px solid rgba(16, 146, 183, 0.9);
}

#congrats {
	-webkit-animation: pulsate .3755s ease-out;
    -webkit-animation-iteration-count: 2;
	-moz-animation: pulsate .375s ease-out;
    -moz-animation-iteration-count: 2;
}

.solved_group {
	color: rgba(16, 146, 183, 1);
	-webkit-animation: pulsate .3755s ease-out;
    -webkit-animation-iteration-count: 2;
	-moz-animation: pulsate .375s ease-out;
    -moz-animation-iteration-count: 2;
}

@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
    50% {opacity: 0.5;}
    100% {-webkit-transform: scale(1, 1); opacity: 1.0;}
}

@-moz-keyframes pulsate {
    0% {-webkit-transform: scale(1, 1); opacity: 1.0;}
    50% {opacity: 0.5;}
    100% {-webkit-transform: scale(1, 1); opacity: 1.0;}
}

.sd_header {margin-bottom: .25em;}

#sd_social {
	display: block;
	text-align: center;
	list-style-type: none;
}

#sd_social li{
    display:inline;
}  

#sd_social li form {
	display: inline;
	margin-right: 8px;	
}

#sd_social li form {
	display: inline;
	margin-right: 8px;	
}

#sd_social li form #previous_game {
	margin-top: 1px;
}

.fb-share-button {
	vertical-align: top !important;
	top: -5px;
}

#twitter-widget-0 {
	margin-top: 1px;
	margin-left: .5em;
	margin-right: .5em;	
}

#previous_game {
	-webkit-appearance: none;
	vertical-align: top;
	font-family: "expo-sans-pro",sans-serif !important;
	font-size: .75em;
	color: #FFF;
	border: none;
	webkit-border-radius: 1px;-moz-border-radius: 1px;border-radius: 2px;
    background: none repeat scroll 0% 0% rgba(16, 146, 183, 0.9);
	padding:0;
	padding-left: .375em;
	padding-right: .375em;
	cursor: pointer;
	height: 20px;
}	

.sd_deals {
	background: none repeat scroll 0% 0% rgba(16, 146, 183, 0.9);
	margin:1.5em 0 10px 0;
	text-align:center;
	padding-top: 5px; padding-bottom: 5px;
}

.sd_books {
	text-align: center;	
}

.sd_cover {
	display:inline-block;
	margin:5px;
	vertical-align:top;}

.sd-books .cover {max-width: 100px !important;}