#body {
    background: #f0f0f0;
    margin: 60px 0 0;
    min-height: 560px;
    padding: 10px 0 90px;
    position: relative;
}

.m-none {
    margin: 0;
}

.p-none {
    padding: 0;
}

.m-t-none {
    margin-top: 0;
}

.p-t-none {
    padding-top: 0;
}

.m-r-none {
    margin-right: 0;
}

.p-r-none {
    padding-right: 0;
}

.m-b-none {
    margin-bottom: 0;
}

.p-b-none {
    padding-bottom: 0;
}

.m-l-none {
    margin-left: 0;
}

.p-l-none {
    padding-left: 0;
}

.m-1 {
    margin: 10px;
}

.p-1 {
    padding: 10px;
}

.m-t-1 {
    margin-top: 10px;
}

.p-t-1 {
    padding-top: 10px;
}

.m-r-1 {
    margin-right: 10px;
}

.p-r-1 {
    padding-right: 10px;
}

.m-b-1 {
    margin-bottom: 10px;
}

.p-b-1 {
    padding-bottom: 10px;
}

.m-l-1 {
    margin-left: 10px;
}

.p-l-1 {
    padding-left: 10px;
}

.m-2 {
    margin: 20px;
}

.p-2 {
    padding: 20px;
}

.m-t-2 {
    margin-top: 20px;
}

.p-t-2 {
    padding-top: 20px;
}

.m-r-2 {
    margin-right: 20px;
}

.p-r-2 {
    padding-right: 20px;
}

.m-b-2 {
    margin-bottom: 20px;
}

.p-b-2 {
    padding-bottom: 20px;
}

.m-l-2 {
    margin-left: 20px;
}

.p-l-2 {
    padding-left: 20px;
}

.m-3 {
    margin: 30px;
}

.p-3 {
    padding: 30px;
}

.m-t-3 {
    margin-top: 30px;
}

.p-t-3 {
    padding-top: 30px;
}

.m-r-3 {
    margin-right: 30px;
}

.p-r-3 {
    padding-right: 30px;
}

.m-b-3 {
    margin-bottom: 30px;
}

.p-b-3 {
    padding-bottom: 30px;
}

.m-l-3 {
    margin-left: 30px;
}

.p-l-3 {
    padding-left: 30px;
}

#footer {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, .5);
    margin: 0;
    padding: 20px 0 500px;
}

#logo {
    background-color: #fff;
    display: inline-block;
    margin: 10px;
    padding: 0 20px;
    text-align: center;
}

#logo img {
    height: 50px;
    margin: auto;
    vertical-align: middle;
    width: auto;
}

#page {
    overflow: hidden;
}

#topbar {
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, .8);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .8);
    left: 0;
    min-height: 70px;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 7;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
}

.block {
    clear: both;
    display: block;
}

.block::after,
.container::after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

.bordertop {
    border-top: solid 1px #ddd;
}

.centerall {
    text-align: center !important;
}

.container {
    margin: 0 auto;
}

.content {
    margin: 20px 0;
    text-align: left;
}

.content.padded {
    padding: 10px;
}

.distanttop {
    margin-top: 30px !important;
}

.field {
    margin: 0 0 5px;
}

.field h4 {
    margin: 0;
    text-transform: uppercase;
}

.floatleft {
    float: left;
}

.fullwidth {
    width: 100%;
}

.hidden {
    display: none;
}

.input {
    padding: 2px 2px 4px 2px;
    position: relative;
}

.inputlabel {
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 16px;
    padding: 7px 0;
    font-size: 14px;
    color: #333;
    min-width: 50%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    /* Firefox,other Gecko */
    -moz-box-sizing: border-box;
    /* Opera/IE 8+ */
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    margin: 0;
}

.padded {
    padding: 10px !important;
}

.repeater.photos .add-item {
    background: no-repeat center center;
    background-size: cover;
    border: solid 2px #ddd;
    cursor: pointer;
    display: inline-block;
    height: 200px;
    margin: 0;
    min-width: 200px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 0;
}

.repeater.photos .add-item:before {
    bottom: 0;
    content: '';
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.ribbed {
    position: relative;
}

.ribbed * {
    position: relative;
    z-index: 1;
}

.smalltext {
    font-size: .75em;
}

.title-big {
    color: #333;
    font-size: 1.5em;
    line-height: 1em;
    margin: 0 0 5px;
    padding: 10px 0;
}

.w-page {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.w8 {
    width: 8%;
}

.w10 {
    width: 10%;
}

.w12 {
    width: 12%;
}

.w15 {
    width: 15%;
}

.w20 {
    width: 20%;
}

.w25 {
    width: 25%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w30 {
    width: 30%;
}

.w70 {
    width: 70%;
}

.w80 {
    width: 80%;
}

::-moz-selection,
 ::selection {
    background: #ff0;
    color: #333;
}

a {
    color: #35637C;
    font-weight: 400;
    text-decoration: none;
}

a.simple {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    padding: 10px;
    text-decoration: none;
    text-transform: lowercase;
    white-space: nowrap;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 1s opacity;
    background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 0;
    position: relative;
    transition: 1s opacity;
    vertical-align: top;
    z-index: 1;
}

form {
    box-shadow: none;
    padding: 0;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 1.2em;
    margin: 0.5em 0;
    padding: 0;
    font-weight: 500;
}

h1,
h4 {
    font-weight: 500;
    line-height: 1.5em;
}

h4 {
    border-bottom: none;
    font-size: 1em;
    margin: .5em 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

iframe {
    background-color: #fff;
}

input[type=button],
input[type=submit],
.button,
button[type=button] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-appearance: none;
    -moz-border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -webkit-box-sizing: border-box;
    background: rgba(50, 110, 90, 1);
    background-image: none;
    border: 1px solid rgba(255, 255, 255, 0) !important;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    clear: both;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 0px;
    outline: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
    text-transform: uppercase;
    white-space: nowrap;
}

.button.slim {
    padding: 6px 20px;
    font-size: 13px;
}

input[type=button].add-item {
    font-size: 14px;
    margin: 5px 0 0;
    padding: 7px 30px 6px;
}

textarea {
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5em;
    max-width: 100%;
    min-height: 120px;
}

ul {
    list-style-position: inside;
    list-style-type: disc;
}

ul.fields {
    list-style: none;
    margin: 0;
    padding: 0;
}

.head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}

.pull-left {
    text-align: left;
}

.amount {
    text-align: right;
}

.ucase {
    text-transform: uppercase;
}

.inline {
    display: inline-block !important;
}

label.photo input[type=file],
label.cash input[type=checkbox],
input[type=file].fileupload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.greenlabel {
    background-color: #579472;
    color: #fff;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

a.buttonblue,
input[type=submit].buttonblue {
    background: #407a92;
}

.cash {
    /* background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICA8cGF0aCBkPSJNNjAuOTYgMjcuMDZoLTguMTFsLTQuODYtNC44NS0uMDMtLjAyLS4wMy0uMDNhMy45NiAzLjk2IDAgMCAwLTIuOC0xLjE2aC0xMC4xYTQgNCAwIDAgMC0yLjk1IDEuM2wtNC43NSA0Ljc2aC04LjNBMy45NyAzLjk3IDAgMCAwIDE1IDMxdjI0YzAgMi4yIDEuOCA0IDQuMDQgNGg0MS45MkM2My4yIDU5IDY1IDU3LjIgNjUgNTVWMzFjMC0yLjIxLTEuODEtMy45NC00LjA0LTMuOTR6TTQwIDUzYy02LjYxIDAtMTItNS40LTEyLTEyYTEyIDEyIDAgMSAxIDEyIDEyem0xOS0xN2EzIDMgMCAxIDEgMC02IDMgMyAwIDAgMSAwIDZ6Ii8+ICAgIDxwYXRoIGQ9Ik00MCAzM2E4IDggMCAxIDAtLjAxIDE1Ljk5QTggOCAwIDAgMCA0MCAzM3oiLz4gIDwvZz48L3N2Zz4=); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    -webkit-appearance: none;
    border-radius: 2px 0 0 2px;
    line-height: 16px;
    padding: 6px 2px;
    font-size: 15px;
    min-width: 18px;
    background-color: rgb(108, 148, 118);
    border-top: 1px solid rgb(101, 138, 126);
    border-bottom: 1px solid rgb(101, 138, 126);
    border-left: 1px solid rgb(101, 138, 126);
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); */
    margin: 0;
    position: relative;
    overflow: visible;
    text-align: center;
    z-index: 0;
    cursor: pointer;
    float: right;
    color: #fff;
}

input[type="text"].cashamount {
    background-color: rgb(213, 241, 207);
}

label.cash input.cash+span {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgb(107, 128, 151);
    line-height: 16px;
    padding: 6px 2px;
    font-size: 15px;
}

label.cash input.cash+span:before {
    content: 'C';
}

label.cash input.cash:checked+span {
    background-color: rgb(40, 134, 64);
}

label.cash input.cash:checked+span:before {
    content: '$';
}

.photo {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9Im5vbnplcm8iPiAgICA8cGF0aCBkPSJNNjAuOTYgMjcuMDZoLTguMTFsLTQuODYtNC44NS0uMDMtLjAyLS4wMy0uMDNhMy45NiAzLjk2IDAgMCAwLTIuOC0xLjE2aC0xMC4xYTQgNCAwIDAgMC0yLjk1IDEuM2wtNC43NSA0Ljc2aC04LjNBMy45NyAzLjk3IDAgMCAwIDE1IDMxdjI0YzAgMi4yIDEuOCA0IDQuMDQgNGg0MS45MkM2My4yIDU5IDY1IDU3LjIgNjUgNTVWMzFjMC0yLjIxLTEuODEtMy45NC00LjA0LTMuOTR6TTQwIDUzYy02LjYxIDAtMTItNS40LTEyLTEyYTEyIDEyIDAgMSAxIDEyIDEyem0xOS0xN2EzIDMgMCAxIDEgMC02IDMgMyAwIDAgMSAwIDZ6Ii8+ICAgIDxwYXRoIGQ9Ik00MCAzM2E4IDggMCAxIDAtLjAxIDE1Ljk5QTggOCAwIDAgMCA0MCAzM3oiLz4gIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    display: block;
    -webkit-appearance: none;
    border-radius: 0 2px 2px 0;
    line-height: 16px;
    padding: 6px;
    font-size: 16px;
    min-width: 18px;
    background-color: rgb(160, 180, 190);
    border-top: 1px solid rgb(101, 138, 126);
    border-right: 1px solid rgb(101, 138, 126);
    border-bottom: 1px solid rgb(101, 138, 126);
    /* box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2); */
    margin: 0;
    position: relative;
    overflow: visible;
    text-align: center;
    z-index: 0;
    cursor: pointer;
    float: right;
}

.photo.loaded {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8cGF0aCBkPSJNMjEgNjZWMTRoMzh2NTJIMjF6bTE5LTM0YTUgNSAwIDEgMC0uMDEtMTAuMDFBNSA1IDAgMCAwIDQwIDMyem0tMTEgNXYzaDEydi0zSDI5em0xOCAwdjNoNHYtM2gtNHptLTE4IDV2M2gxMnYtM0gyOXptMTggMHYzaDR2LTNoLTR6bS0xOCA1djNoMTJ2LTNIMjl6bTE4IDB2M2g0di0zaC00em0tMTggOHYzaDEydi0zSDI5em0xOCAwdjNoNHYtM2gtNHoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=);
    background-color: rgb(160, 180, 190);
}

.photo input:focus {
    outline: 0;
    background-color: rgb(37, 87, 71);
}

.photo .button-delete {
    display: none;
    position: absolute;
    bottom: 100%;
    padding: 5px 6px;
    margin: 0;
    border: 1px solid transparent;
    background-color: rgb(170, 73, 73);
    text-shadow: none;
    color: #fff;
    border-radius: 2px 2px 0 0;
}

.photo .button-delete:before {
    content: '\00D7';
    line-height: 1em;
}

.photo.loaded:hover .button-delete {
    display: block;
    right: 0;
    left: 0;
}

input[type="text"].cc {
    border-radius: 0px;
    border-right: none;
    border-left: none;
}

.tooltip {
    margin: 10px 10px 0 0px;
    padding: 10px;
    line-height: 1.4em;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 999;
    background: #fff;
    color: #333;
    /*border: 2px solid #fff;*/
    font-size: 15px;
    max-width: 400px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.tooltip p {
    margin: 0;
}

.tooltip img {
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: top;
}

///

/*! CSS Used from: https://nelma-wpm.herokuapp.com/styles/style.css?v=V1808280100 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

label {
    font-weight: 200;
}

a {
    text-decoration: none;
    color: #006FA9;
    font-weight: 500;
}

::-moz-selection {
    background: #ff0;
    color: #333;
}

::selection {
    background: #ff0;
    color: #333;
}

.centerall {
    text-align: center !important;
}

.idle {
    position: relative;
}

.idle .loader {
    display: none;
}

.idle:before {
    display: none;
}

.loader {
    height: 1px;
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
    z-index: 999;
}

.loader:before {
    position: absolute;
    top: 0;
}

.loader:after {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 1px;
    background-color: #2980b9;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

.fullwidth {
    width: 100%;
}

label {
    line-height: 14px;
    color: #333;
    font-weight: 500;
}

a.simplebutton {
    padding: 8px 10px;
    border: solid 1px #fff;
    max-height: 32px;
    font-size: 15px;
    line-height: 15px;
    white-space: nowrap;
    text-decoration: none;
    font-family: 'San Francisco', sans-serif;
    font-weight: 500;
    text-align: left;
}

a.simplebutton.red {
    background-color: #b33e3e;
    color: #fff;
}

a.simplebutton.blue {
    background-color: #577294;
    color: #fff;
    border-radius: 0px;
}

a.simplebutton.green {
    background-color: #579472;
    color: #fff;
    border-radius: 0px;
}

.distanttop {
    margin-top: 30px !important;
}

.panel {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    overflow: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

a {
    color: #35637C;
    text-decoration: none;
}

.panel {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 10px;
    vertical-align: middle;
    background-color: #fff !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    margin: 0;
}

.distanttop {
    margin-top: 30px !important;
}

ul {
    list-style-type: disc;
    list-style-position: inside;
}

ul.items {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.items li {
    display: block;
    vertical-align: top;
    padding: 5px 0px;
}

ul.items li {
    padding: 2px;
    margin: 0;
    overflow: hidden;
}

ul.items li:first-child {
    margin: 0;
}

ul.items li a {
    display: block;
}

ul.items li:first-child {
    border-top: none;
}

ul.items {
    font-family: 'San Francisco', sans-serif;
    font-weight: 500;
}

.blocks {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.blocks>li {
    display: block;
    padding: 5px 9px;
    line-height: 1.6em;
    min-width: 150px;
    text-align: left;
    border-top: solid 1px #ddd;
    padding: 5px;
    overflow: hidden;
}

.blocks>li:first-child {
    border-top: none;
}

.blocks>li:nth-child(even) {
    background: #fcfcfc;
}

.blocks>li:nth-child(odd) {
    background: #FFF;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.redtext {
    color: #aa3e3e;
}

a.flagged {
    background: url(https://nelma-wpm.herokuapp.com/styles/images/flag.svg) no-repeat 10px center;
    padding-left: 30px;
    overflow: hidden;
}

@media screen and (max-width: 680px) {
    .w70,
    .w40 {
        width: 100%;
    }
}


/*! CSS Used from: https://nelma-wpm.herokuapp.com/styles/switch.css */

label.checkbox input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
}

label.checkbox {
    font-family: inherit;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

label.checkbox>input[type=checkbox]+b {
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin: 1px;
    width: 30px;
    border: solid 2px #567094;
}

label.checkbox>input[type=checkbox]:checked+b {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAACVBMVEVWcJSruMr///9/3pgLAAAAe0lEQVR4Ae3VIRICQRAEwR3+/2hsmSTiFnnTPlWJPp8/tvgKL168eOYezznRwLbVxrDVwLCPMOwjDGtsW+yWsMFoaVuMlrLAaGlrfOa3DYaWDaaWLbaWLbaWLbaOFbaOBYaGBYaGBY6GFY6mNY6mNY6mNY6ePbrFi1+Cv6hBGiGH8XFuAAAAAElFTkSuQmCC);
    background-size: 30px 30px;
}

label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*! CSS Used keyframes */

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

@media screen and (max-width:980px) {
    .container {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width:680px) {
    .container {
        padding: 0;
    }
    .content {
        border: none;
        margin: 10px 0;
        width: 100%;
    }
    .title-big {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4em;
    }
    textarea {
        height: 12em;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    .content {
        display: block;
        width: auto;
    }
    form {
        min-width: 70%;
    }
}

.pages {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0px;
    padding: 0;
    list-style: none;
}

.pages li {
    display: inline-block;
    padding: 2px 5px;
    text-align: center;
    cursor: pointer;
    color: rgb(2, 97, 126);
    font-weight: 500;
}

.pages li.active {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    color: #333;
}

.count {
    color: #666;
}