/* Style sheet for concordance page*/

#concord_page {
	margin-left: 10px;
}

table.concordance td {
        vertical-align: top;
	padding-bottom: 30px;
}

#concord_options {
        clear:both;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-left: 10px;
        background-color:AliceBlue;
}

ul.option {
	list-style-position: inside;
        list-style-type: none; 
}

