/******************************************
 * Elements of the topic page:
 *
 * ^HEADLINE
 * ^VALIDITY STATEMENT
 * ^SUMMARY TEXT
 * ^COPY TEXT, ^COPY TEXT->A
 * ^SUB HEADLINE
 * ^IMAGE
 * ^IMAGE CAPTION
 * ^EXTERNAL LINK
 * ^HIGHLIGHT BOX
 * ^CODE BOX
 * ^FURTHER INFORMATION BOX
 * ^BULLET LIST
 * ^NUMBERED STEPS
 * ^LIGHT TABLE
 * ^REGULAR TABLE
 * ^FOOTNOTE
  ******************************************/
#content-area-content {
    padding: 17px 5px 18px 11px !important;
}

.topic-page-element {
    margin-top: 22px;
}

/****** ^SUMMARY ******/
div.summary {
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #444444;
}

/****** ^COPY TEXT  + LINK******/
div.copytext {
    font-family: Verdana;
    font-size: 13px;
    color: #444444;
}

span.small-font {
    font-size: 10px;
}

div.small-font {
    font-size: 10px;
}

span.footnote {
    font-size: 10px;
    vertical-align: super;
}

.marketde_DE pre {
    white-space: normal
}

/* Section for incident management page */

div.incidentPage {
    width: 650px;
}

div.incidentPage .time {
    font-size: 10px;
}

div.incident {
    border: 1px solid #fdea9c;
    width: 100%;
    background-color: #ffffea;
    margin-top: 20px;
    padding: 10px;
}

/* Feature Box */

.feature-box {
    background-image: url('/img/assets/start-page/container-type-3/C/background/container-type-3C-completeBG.png');
    height: 236px;
    background-repeat: no-repeat;
    float: left;
    margin-left: 6px !important;
    margin-right: 7px !important;
    width: 227px !important;
}

.feature-box-content-image {
    height: 87px;
    background-repeat: no-repeat;
    margin-top: 25px;
    background-position: center;
}

#first-box-image, #second-box-image {
    text-align: center;
}

.feature-box-content-text {
    font-family: Verdana;
    font-size: 13px;
    color: #444444;
    text-align: center;
    padding-bottom: 22px;
    padding-top: 27px;
    padding-left: 14px;
    padding-right: 14px;
}

.feature-box-content-comment {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 10px;
    padding-left: 14px;
    padding-right: 14px;
    line-height: 15px;
}

.feature-box-container-links {
    padding-top: 10px;
}

.feature-box-container-links a {
    font-family: Verdana;
    font-size: 13px;
    color: #0060ac;
    text-align: center;
    text-decoration: none;
}

.feature-box-container-links a:hover {
    text-decoration: underline;
}

.table-data {
    margin-left: 10px;
    margin-right: 10px;
}

h1 #headline-text {
    font-weight: normal;
}
