/*
	Search results
*/

div.result {
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 2em;
}

div.result_left {
	float: left;
	width: 13em;
}
div.result_right {
	margin-left: 13em;
}

div.result_left table {
	width: 12em;
}

div.result_left th {
       text-align: left;
}

div.result div.buttonbar {
        text-align: center;
        border: none;
}

div.result div.buttonbar a {
        color: blue;
}