.error {
    color: red;
}

.footer {
    text-align: center;
    font-size: 0.8em;
}
.footer, .footer a, .footer a:visited {
    color: #999;
}

.map {
    border: 1px solid #999;
    display: flex;
}
.map.list-map {
    height: 500px;
}
.map.detail-map {
    height: 300px;
}
.map.edit-map {
    height: 400px;
}

.ui-content .ui-grid-a .ui-block-a {
    padding-right: 0.5em;
}
.ui-content .ui-grid-a .ui-block-b {
    padding-left: 0.5em;
}
.ui-field-contain p {
    clear: both;
}
