/****************************/
/* Style nach Anpassung CSP */
/****************************/

/* style="display: none;" */
.cspfix-display-none {
    display: none;
}

/* style="height:400px;width:100%;" */
.cspfix-height-400px-width-100p {
    height: 400px !important;
    width: 100% !important;
}

/* style="margin-bottom: 0.5em;" */
.cspfix-margin-bottom-05em {
    margin-bottom: 0.5em !important;
}

/* style="margin-bottom: 10px" */
.cspfix-margin-bottom-10px {
    margin-bottom: 10px !important;
}

/* style="margin-bottom: 5px" */
.cspfix-margin-bottom-5px {
    margin-bottom: 5px !important;
}

/* style="margin-left:4%" */
.cspfix-margin-left-4p {
    margin-left: 4% !important;
}

/* style="margin-top:12px" */
.cspfix-margin-top-12px {
    margin-top: 12px !important;
}

/* style="paddgin-left: 8px;" */
.cspfix-paddging-left-8px {
    padding-left: 8px !important;
}

/* style="padding-bottom: 6px;" */
.cspfix-padding-bottom-6px {
    padding-bottom: 6px !important;
}

/* style="padding-left: 0; padding-right: 0; width: 50%;" ### padding-left */
.cspfix-padding-left-0-padding-right-0-width-50p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 50% !important;
}

/* style="padding-right: 16px;" */
.cspfix-padding-right-16px {
    padding-right: 16px !important;
}

/* style="position:relative;cursor:pointer" */
.cspfix-position-relative-cursor-pointer {
    position: relative !important;
    cursor: pointer !important;
}

/* style="position: static; cursor: default;" */
.cspfix-position-static-cursor-default {
    position: static !important;
    cursor: default !important;
}

/* style="text-align: center" */
.cspfix-text-align-center {
    text-align: center !important;
}

/* style="vertical-align: middle" */
.cspfix-vertical-align-middle {
    vertical-align: middle !important;
}

/* style="width: 100%;" */
.cspfix-width-100p {
    width: 100% !important;
}

/* style="width: 127px; margin-right: 15px;" */
.cspfix-width-127px-margin-right-15px {
    width: 127px !important;
    margin-right: 15px !important;
}

/* style="width: 2em; height: 2em;" */
.cspfix-width-2em-height-2em {
    width: 2em !important;
    height: 2em !important;
}

/* EOF */
