ul.tile {
    padding: 0px;
    margin: 0px;
    text-align: justify;
}

ul.tile li{
    display: inline-block;
    width: 100%;
    border-top: solid 1px #D8D8D8;
    margin: 0px auto;
    text-align: left;
    padding: 20px 0;
}
ul.tile li:first-child{
    border: none;
}

ul.app {
    padding: 10px 0;
    margin: 0px;
    list-style: none;
}

ul.app li {
    margin: 0px auto;
    text-align: left;
    padding: 10px 0;
    border-bottom: solid 1px #D8D8D8;
}
ul.app li:first-child{
    border-top: solid 1px #D8D8D8;
}
ul.app li:odd {
    background-color: #E8E8E8
}

.menu-project li.align-right{
    float: right;
    padding-right: 0;
}

a.btn-club, button.btn-club {
    display: inline-block;
    padding: 12px 15px;
    margin-right: 15px;
    background-color: #666666;
    color: #fff;
    min-width: 250px;
    text-align: center;
    border: 0;
    outline: 0;
}
a.btn-club:hover, button.btn-club:hover {
    background-color: #d52b1e;
}

a.btn-mobile, button.btn-mobile {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.modal-dialog,
.modal-content {
    /* 80% of window height */
    height: 95%;
}
.modal-body {
    /* 100% = dialog height, 120px = header + footer */
    max-height: calc(100% - 120px);
    overflow-y: scroll;
}

.longlist {
    border-radius: 10px;
    padding: 5px;
}
.longlist-in {
    background-color: #99FF99;
}
.longlist-not {
    background-color: #FF9966;
}
