/*
 * WisBase MULO Styles
 */

div.mulo
{
	margin: 2ex 0;
	padding:0;
}

a.nosolutions
{
	text-transform:lowercase;
}

table#mulo
{
	border-collapse: collapse;
	width: 100%;
}
table#mulo thead th,
table#mulo tbody th,
table#mulo tbody td
{
	padding: 0 2px;
}
table#mulo thead th[colspan="2"]
{
	text-align:center;
}
table#mulo tbody th
{
    width: 10%;
}
table#mulo tbody td
{
	width: 18%;
}
table#mulo tbody td:nth-child(odd)
{
    border-right-style: solid;
    border-right-color: #2782B9;
    border-right-width: 1px;
}
table#mulo tbody th
{
	background-color: #fff;
	text-align: center;
	border-right-style: solid;
	border-right-color: #2782B9;
	border-right-width: 1px;
}
table#mulo tbody tr,
table#mulo thead tr:last-child 
{
	border-bottom-style: solid;
	border-bottom-color: #2782B9;
	border-bottom-width: 1px;
}
dl 
{
    margin: 1ex 0 1ex 3em;
    padding: 0.5em;
}
dt
{
    float: left;
    clear: left;
    width: 2em;
    text-align: left;
    font-weight: bold;
    color: #2782B9;
}
dd:before 
{
    content: "= ";
}
dd 
{
    margin: 0 0 0 1.5em;
    padding: 0 0 1ex 0;
}
span.muloversion
{
	font-size:0.7rem;
	vertical-align:text-top;
}