/*
  CSS    :
  AUTHORS:
  UPDATED:
  WEBSITE: http://www.
  VERSION:
*/

.form .fieldset {
    width: 100%;
}

.alpha, .omega {
    float:left;
}

.col-560{
    width: 520px;
}

#judge-list p {
	float: right; width: 510px;
}

/*
	Judges Screens, ADDED 18th June 2013 / Ref: chris.hamilton@wrbm.com
*/

.form.judges-detail { /*width: 940px;*/ }
.form.judges-detail .fieldset {
	width: 100%;
}
	.form.judges-detail .fieldset .field label {
		width: 120px;
	}
	
	.form.judges-detail .fieldset .field.checkbox span {
		padding-bottom: 5px;
		display: block;
	}
.judge-id {
	list-style-type: none;
	position: absolute;
	top: 45px;
	right: 0;
}
.judge-id li {
	margin-bottom: 5px;
}

/*
	Judges Screens / END of amends
*/


.search-results-table{
    border-bottom: 2px solid #F5F5F5;
    border-top: 2px solid #F5F5F5;
    max-height: 400px;
    margin-left: 10px;
    overflow-y: scroll;
    width: 100%;
}
