#resultDataServer {
	color: #626262;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.471;
    text-align: justify;
/*     white-space: nowrap; */
}

#getCapabilitiesListLayers {
	overflow: auto;
    -webkit-overflow-scrolling: touch;
	max-height: 400px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.titleLayer{
	color: #893a42;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.471;
    text-align: justify;
}

.descriptionLayer{
	color: #626262;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.471;
    text-align: justify;
};