.eds-page-header {
    background-color: #29AE40 !important;
}
 
.section-header-title h2 {
    color: #29AE40;
}

#deviceInformation td button[aria-label="Clear row 0"] {
	display: none;
}

#text1 .sdx-paragraph-heading h2 {
    margin-top: 0;
	font-size: 18px;
	font-weight: bold;   
}

#text1 .sdx-paragraph-heading u {
	text-decoration:none;
}
#text1 .sdx-paragraph-content {
		border:1px solid black;
		background-color: #EEE;
		padding:5px;
}

#intro3 .sdx-paragraph-heading h2 {
    margin-top: 0;
	font-size: 18px;
	font-weight: bold;   
}

#intro3 .sdx-paragraph-heading u {
	text-decoration:none;
}
#intro3 .sdx-paragraph-content {
		border:1px solid black;
		background-color: #EEE;
		padding:5px;
}

.eds-label, .eds-radio-legend, .eds-checkbox-legend {
    font-weight: bold;
}

.eds-table caption {
	font-weight: bold;
}

.eds-label-required {
    font-weight: normal;
}

em {
    font-style: italic;
}

i{

    font-style: normal;
    color: #d82a64;
}

.eds-radio-input:checked+label:after {
    background: #29AE40;
}

.customer-logo {
	width:300px !important;
}