.l-box {
    padding: 0.5em 2em;
}

.centered-row {
    margin: 0 auto;
    /* Why is max-width set in the pure pricing example? */
    max-width: 980px;
}

.header {
    text-align: center;
    margin-bottom: 3em;
}

.footer-menu {
    text-align: center;
}

/* Copied from http://purecss.io/buttons/ */
.button-success,
.button-error,
.button-warning,
.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
    background: rgb(202, 60, 60); /* this is a maroon */
}

.button-warning {
    background: rgb(223, 117, 20); /* this is an orange */
}

.button-secondary {
    background: rgb(66, 184, 221); /* this is a light blue */
}

.error-message {
    color: red;
    font-weight: bold;
}



.container {
    width: 100%;
    max-width: 480px;
    margin: auto auto;
    background: white;
}

body {
    background: #DDE0E6;
    color: #2e3640;
    width: 100%;
    line-height: 1;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 !important;
    padding: 0 !important;
}

.blueheader {
    background: #00a8ff;
    text-align: center;
    color: white;
    padding: 0;
    margin: auto auto;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}

.smallfooter {
    font-size: 13px;
    border-top: 1px solid #CCCBD0;
    color: #adb9c8;
    text-align: center;
    padding-bottom: 0.5px;
    padding-top: 0px;
}

.tekst {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.tekstZaglavlje {
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 19px;
    text-align: center;
}

.hrCustom {
    width: 90%;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}

.inputCustom {
    display: block;
    margin: .25em 0;
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
}
