body {
    background-color: #edf6fb;
}

#allrecords {
    background-color: #fff;
    box-shadow: 0 0 60px -20px rgba(0, 0, 0, 0.4);
    max-width: 1200px;
    margin: 0 auto;
}


@media screen and (max-width: 1199px) {
    #allrecords {
        max-width: 960px
    }
}

@media screen and (max-width: 959px) {
    #allrecords {
        max-width: 640px
    }
}

@media screen and (max-width: 639px) {
    #allrecords {
        max-width: 480px
    }
}

@media screen and (max-width: 479px) {
    #allrecords {
        max-width: 320px
    }
}

.uc-angled {
    
}

.uc-angled .t672__textwrapper {
    position: relative;
    padding: 10px;
}

@media screen and (max-width: 960px) {
    .uc-angled .t672__textwrapper {
        margin: 0 20px;
    }
}

.uc-angled .t672__textwrapper:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 15px;
    bottom: 0;
    background: #ffffff;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 100% 50%, 0% 0%);
}

.uc-angled .t672__textwrapper:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 15px;
    bottom: 0;
    background: #ffffff;
    clip-path: polygon(0 50%, 100% 100%, 0% 100%, 0 0, 100% 0);
}