@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
}

body {
    font-family: sans-serif;
    color: #444;
    background: #f8f8f8;
}

html,
body {
    min-height: 100%;
}

.row {
    max-width: 1200px;
    margin: 0 auto;
}

.row .row {
    margin: 0 -15px;
}

.row::before,
.row::after {
    content: '';
    display: table;
    clear: both;
}

.column {
    float: left;
    padding: 0 15px;
    width: 100%;
}

.small-1 {
    width: 8.33333%;
}

.small-2 {
    width: 16.66666%;
}

.small-3 {
    width: 25%;
}

.small-4 {
    width: 33.33333%;
}

.small-5 {
    width: 41.66666%;
}

.small-6 {
    width: 50%;
}

.small-7 {
    width: 58.33333%;
}

.small-8 {
    width: 66.66666%;
}

.small-9 {
    width: 75%;
}

.small-10 {
    width: 83.33333%;
}

.small-11 {
    width: 91.66666%;
}

.small-12 {
    width: 100%;
}

@media (min-width: 426px) {
    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66666%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66666%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66666%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66666%;
    }

    .medium-12 {
        width: 100%;
    }
}

#load-area > .row {
    padding: 10px 0;
}

#load-area > .row:nth-child(even) {
    background-color: #f0f0f0;
}

.hide {
    display: none !important;
}

.text-center {
    text-align: center;
}

header,
footer {
    position: fixed;
    width: 100%;
    box-shadow: 0 0 15px #aaa;
}

header {
    top: 0;
    background-image: linear-gradient(to top, #f0f0f0 0%, #f8f8f8 100%);
}

footer {
    bottom: 0;
    padding: 15px 0;
    background-image: linear-gradient(to bottom, #f0f0f0 0%, #f8f8f8 100%);
}

header img {
    width: 75px;
    vertical-align: middle;
}

input {
    padding: 5px;
    max-width: 100%;
}

button {
    background-color: #1e90ff;
    border: 0;
    padding: 12px 20px;
    color: #f8f8f8;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background-color: #1080e0;
}

i {
    font-family: 'icomoon', sans-serif;
    font-style: normal;
}

i.save::before {
    content: '\e962';
}

i.delete::before {
    content: '\e9ac';
}

i.edit::before {
    content: '\e905';
}

i.add::before {
    content: '\ea0a';
}

a,
a:visited {
    color: #444;
    text-decoration: none;
}

.edit-person {
    float: right;
    padding: 5px 0;
}

[readonly="true"] {
    background-color: transparent;
    border-color: transparent;
}

.edit-actions a {
    padding: 10px;
    display: inline-block;
    font-size: 20px;
    margin-bottom: -10px;
}

.edit-actions a + a {
    margin-left: 10px;
}

.person {
    transition: 0.3s;
    overflow: hidden;
}