body {
    font-size: small !important;
}

.boxPanel {
    color: #000000;
    background-color: #ffffff;
}
.boxPanel.header {
    background-color: #194C7F;
    border-bottom: 3px solid #7FBFFF;
    border-radius: 5px 5px 0 0;
    min-height: 23px;
}

.boxPanel.header.home {
	cursor: default;
}

.boxPanel.section {
    border: 1px solid #194C7F;
    border-radius: 5px 5px 5px 5px;
}

.boxPanel a.title {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 8px;
}

.boxPanel p {
    padding: 1em 10px 1em 10px; 
}

.boxPanel .content a {
	text-decoration: none;
	border-bottom: 1px dotted #394652;	
	color: #000000;
	margin: 0px 0px 0px 10px;
}

.boxPanel .content #selectedDatasetsClearLink {
	margin: 0px;
}

.panelContent {
    padding: 5px;
    min-height: 114px;
}

span {
    font-size: small !important;
}

label {
    font-size: small;
    margin: 2px 4px 2px 4px !important;
}