html { min-height: 100%; }

body {
    margin:0;
    padding: 0;
    font-family: 'MuseoSans-300';
    min-height: 100%;
}

p { margin:0; }

.new-theme {
    margin-top: 0.5em;
    right:0;
    top:0px;
}

.new-theme:before{
    background: url('../img/arrow-up.svg');
    content:'';
    display: block;
    width: 5em;
    height: 5em;
    margin-left:80px;
}

.small {
    font-family: 'Source Sans Pro';
    font-size: 0.875em;
    padding-right: 2em;
    margin-top: 0.5em;
    color: #808080;
}

.structure {
    left:1em;
    top:1em;
}

.structure:before{
    background: url('../img/arrow-left.svg');
    content:'';
    display: block;
    width: 5em;
    height: 5em;
}

.new-theme, .structure {
    padding:0.5em;
    position: absolute;  
    width: 20em;
    background: rgba(255,255,255,0.8);
}

.page:after, .channel:after {
    content:'';
    display: inline-block;
    height: 1em;
    width: 1em;
    border:1px solid #dadada;
    position: relative;
    top:3px;
    margin-left: 0.2em;
    background: url('../img/channel.png') no-repeat center center;
}

.page:after {
    background: url('../img/page.png') no-repeat center center;   
}

.page-holder{
	margin-top:200px;	
}