@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

.audun_warn {
    color: #ffffff;
    background-color: #FF8080;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius:.5em;
    border: 1px solid;
    margin: 10px 0px;
    padding:12px;
   width: 400px;
}

.divider-2024-1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.divider-2024-1 svg {
    position: relative;
    display: block;
    width: calc(135% + 1.3px);
    height: 123px;
}

.divider-2024-1 .shape-fill {
    fill: #FFFFFF;
}


.divider-2024-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.divider-2024-2 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.divider-2024-2 .shape-fill {
    fill: #FFFFFF;
}


.divider-2024-3 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}

.divider-2024-3 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 153px;
    transform: rotateY(180deg) rotateX(180deg);
}

.divider-2024-3 .shape-fill {
    fill: #404EED;
}

.divider-2024-4 {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.divider-2024-4 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 79px;
    background-color: #1b61a8;
}

.divider-2024-4 .shape-fill {
    fill: #000000;
}