/** member_details.css
 * style for displaying member details
 */

#member_details {
    width: 500px;
}

#member_details p, div, ul {
    margin: 0;
}
#member_details tr {
    margin-top: 3px;
}

#member_details td {
    vertical-align: top;
    border-bottom: 1px dotted #b2b2b2;
    padding: 10px 0;
}

#member_details li {
	margin-bottom: 10px;
}

#delegate_list {
    margin-top: -3px;
}

#delegate_list div {
    margin-left: 5px;
    margin-top: 2px;
}

#delegate_list .label {
    float: left;
    width: 6em;
}

#delegate_list .subject {
    float: left;
    width: 15em;
}

#country_map {
	width: 270px;
	height: auto;
	margin-left: -30px;
	margin-bottom: 10px;
}

#country_map  img {
	max-width: 265px;
	max-height: 500px;
}

#copyright {
	text-align: right;
	margin-right: 10px;
	font-size: 75%;
	color: #aaa;
}