
* {
    margin:                 0px;
    padding:                0px;
}

article, aside, footer, header, main, section {
    display:                block;
}

body {
	background-color:       azure;	
	color:			        darkblue;
}

.str {
	text-decoration:	    line-through;
	text-decoration-color:	#c0f;
}

lh {
    font-weight:            700;
    text-decoration:        underline;
}

#container {
	width:		100%;
	display:	flex;
}


#right {
    float:      left;
    width:      auto;
}

#thelist {
    float:      left;
    width:      880px;
    min-width:  880px;
}


#left {
    float:      left;
    width:      45px;
    min-width:  45px;
}

@media only screen and (max-width: 980px) {
    #left {
        float:      left;
        width:      100px;
        min-width:  100px;
    }
}
