/*
Theme Name: DSL
Author: Adapt A/S
Author URI: http://adapt.dk
*/

/* Fix problem with right aligned figure elements, cf. 
 * https://projekt.dsl.dk/issues/5562
 */

figure.alignright {
	float: right;
}

/* Fix Firefox print problem by using display: block 
 * instead of display: inline-block. 
 * Cf. https://projekt.dsl.dk/issues/5571
 */

.main-content-top {
	display: block !important;
}
