/**
 * Shame CSS
 *
 * Dedicated stylesheet to house quick fixes and hacks that can be refactored
 * at a later time. Please make sure to use !important if you are overriding
 * existing styling and make sure to document your changes.
 *
 * Remember to enqueue the file in the assets function in app/setup.php
 */
/**
 *  Newbook layout fix  
 */

#newbook_content {
    max-width: 1500px !important;
    margin: 3em auto !important;
}
#newbook_content #features_list label {
    align-items: center !important;
}

#newbook_content #features_list label {
    align-items: center !important;
}
button.newbook_responsive_button span {
	line-height: 1.25em;
}
button.fake_button span, 
button.fake_button:hover span, 
button.fake_button:active span {
  color: rgba(0, 0, 0, 0.511);
}
.language_chooser .chosen_dropdown .chosen-container a.chosen-single {
	height: auto !important;
}
.language_chooser .chosen_dropdown .chosen-image-container img{
	width: auto ;
	display:inline-block
}
.language_chooser .chosen_dropdown .chosen-container.chosen-container-single .chosen-single div {
    top: 10px;
}
/**
 *  End of Newbook layout fix  
 */