
body {
  background-color: white;
}

h1 {
    font-size: 18px;
    line-height: 25.2px;
    font-weight: 400;
    font-family: Lato, 'Helvetica Neue', Helvetica, Georgia, Roboto, sans-serif;
    color: red;
    box-sizing: border-box;
    outline: none;
}

.Pagination__btn--next, Pagination__btn--previous {
    padding-top: 0.25%;
    vertical-align: middle;
}

.Pagination__btn--next:before {
    content: "Next";
    color: white !important;
}

.Pagination__btn--previous:before {
    content: "Back";
    color: white !important;
}

.Pagination__btn--next i, .Pagination__btn--previous i {
    display: none !important
}




p.dotted {border-style: dotted;}
p.dashed {border-style: dashed;}
p.solid {border-style: solid;}
p.double {border-style: double;}
p.groove {border-style: groove;}
p.ridge {border-style: ridge;}
p.inset {border-style: inset;}
p.outset {border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}


element.style {
}
.w3-border {
    border: 5px solid #ccc!important;
}
.w3-container, .w3-panel {
    padding: 0.01em 16px;
}
.w3-round-xlarge {
    border-radius: 16px;
}
*, *:before, *:after {
    box-sizing: inherit;
}
user agent stylesheet
div {
    display: block;
}