main > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.search-buttons {
    padding-top: 26px;
}
.Sunday, .Holiday {
    color: #ff0000;
}
.Saturday {
    color: #0000FF;
}

.max-w100 {
    max-width: 100%;
}

.max-w90 {
    max-width: 90%;
}

.max-w80 {
    max-width: 80%;
}

.max-w70 {
    max-width: 70%;
}

.max-w60 {
    max-width: 60%;
}

.max-w50 {
    max-width: 50%;
}

div.col-photo {
    padding: 5px;
}

div.photo {
    padding: 5px;
    border: grey 1px solid;
}
div.photo p.title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.photo p.img {
    text-align: center;
}

span.found {
    background-color: #8fffdb;
    color: #0000FF;
    font-weight: bolder;
}

.diary-text table {
    border-collapse: collapse;
}

.diary-text th {
    background:  #CCCCCC;
}
.diary-text th, .diary-text td {
    border: solid 1px #888888;
    padding : 2px 4px;
}
.diary-text td.left {text-align: left}
.diary-text td.right {text-align: right}
.diary-text td.center {text-align: center}
