* {
    box-sizing: border-box;
    font-family: Tahoma, Arial, sans-serif;
}

#assocSearch {
	display: flex;
	margin-bottom: 12px;
}

#assocLab {
	flex-basis: 20%;
	text-align: center;
}

#assocInput {
	flex: 18;
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
}

#searchButton {
	flex: 2;
}

#searchNote {
	margin: -10px 0 24px 0;
}

#searchRes, #assocLab {
    background-color: #f0f0f0;
}

.sectionText, .noticeText {
	font-size: 14px;
	padding: 10px;
	background-position: 10px 12px;
    border: 1px solid #ddd;
}

#assocPanel {
		display: none;
}

#assocList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#assocList li a {
	border: 1px solid #ddd;
	margin: -1px 0 0 20px;
	padding: 4px;
	text-decoration: none;
	font-size: 14px;
	color: black;
	display: block;
}

#assocList li a:hover:not(.header) {
    background-color: #eee;
}

#resList {
	display: none;
}

#assocInfo {
    background-color: #def0d6;
}

#mailName {
	visibility: hidden;
	margin-top: -20px;
}

#mailData {
	display: flex;
	flex-flow: column wrap;
	flex-basis: 250px;
	flex-grow: 1;
}

#maintTable {
    background-image: repeating-linear-gradient(#eee 0 2em, white 2em 4em);
}

tr {
    height: 2em;
}

td.rowURL {
    overflow: hidden;
	height: 2em;
	line-height: 2em;
}

#panelButton {
	padding: 10px;
	margin: 10px 5px;
}

/* END TEST CSS */

.assocRow {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 30px;
}

.subText {
	font-size: 12px;
}

.dataLabel {
	font-weight: bold;
	flex-grow: 1;
	flex-basis: 250px;
}

.dataField {
	flex-grow: 1;
	flex-basis: 250px;
}

.spacer {
	font-weight: bold;
	flex-grow: 8;
}

.resNormal {
	color: #2c702c;
    background-color: #dff2df;
    border-color: #ccebcc;
	padding: 15px;
}

.resAlert {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
	padding: 15px;
}