/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* -----------------------------------------
   Shared Styles
----------------------------------------- */

/* -----------------------------------------
   index
----------------------------------------- */
body {
    background: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

body .redactor_editor {
    background-color:#C22820;
    color: white;
}

#content img {
    border: 0 !important;
}

.customerData {
    margin-top:10%;
    font-size: 40px;
}

.customerData .c1 p {
    color: white;
    font-weight: bold;
    line-height: 100%;
    font-size: 40px;
}

.customerData .c1 .action {
    margin-bottom: 60px;
}

.customerData .c2 {
    margin-left: 0 !important;
    padding-left: 75px;
    -webkit-border-image: url('../img/trenner.jpg') 0 0 0 50 round;
    -moz-border-image: url('../img/trenner.jpg') 0 0 0 50;
    border-image: url('../img/trenner.jpg') 0 0 0 50 round ;
}

.customerData .c2 .info {
    color: white;
    font-weight: bold;
    line-height: 100%;
    font-size: 40px;
}

.customerData .c2 .legend {
    color: #white;
    font-weight: normal;
    line-height: 100%;
    font-size: 28px;
}

.customerData .c2 .support {
    margin-top: 40px;

}

.customerData .c2 .support-icn {
    height: 70px;
    width: 70px;
    padding-bottom: 6px;
    margin-right: -15px;
    margin-left: -10px;
}


#messageContainer li {
    line-height: 40px
}
