.click {
    cursor: pointer;
}

div.nowrap {
    white-space: nowrap;
}

.title_container {
    padding: 10px;
}

img.store_image {
    min-width: 120px;
    max-height: 120px;
    box-shadow: 2px 2px 4px #ccc;
}

.store_name {
    font-size: 30px;
    font-weight: bold;
}

.box_container {
    width: 340px;
    height: 270px;
    margin: auto;
}

.box {
    background-color: #fcfcfc;
    border: 1px #eeeeee solid;
    border-radius: 10px;
    box-shadow: 2px 2px 4px #ccc;
    width: 320px;
    height: 250px;
    overflow: auto;
    padding: 8px;
}

.box_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.grid_container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}

.box_content {
    margin-top: 8px;
}

.content_title {
    font-weight: bold;
    font-size: 13px;
}

.num_value {
    text-align: right;
    font-size: 13px;
}

table.center {
    margin: auto;
    width: 80%;
}

table.center tbody tr td {
    text-align: left;
}

.center {
    text-align: center;
}

.pickinglist {
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 4px 0px 4px 0px;
}

.pickinglist:nth-child(odd) {
    background-color: #f7f7f7;
}

.pickinglist:first-child:last-child {
    border-radius: 4px;
}

.pickinglist:first-child {
    border-radius: 4px 4px 0px 0px;
}

.pickinglist:last-child {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #ddd;
}

img.integration_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.releasenote_label {
    color: #aaa;
    font-size:  10px;
}

.releasenote {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 4px;
    padding: 4px;
}

.releasenote_version {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

.releasenote_date {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 4px;
}

table.center {
    margin: auto;
    width: 50%;
}

.feature_image {
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.feature_container {
    margin: 0 auto;
    padding: 4px;
}

.baloon_feature_installed {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #3a3;
    padding: 7px;
    border-radius: 0px 4px 0px 16px;
    border: 1px solid #ddd;
    font-size: 10px;
    color: white;
}

.baloon_feature_trial {
    position: absolute;
    right: -4px;
    top: -4px;
    background-color: #aa3;
    padding: 6px;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 6px;
    color: #fff;
    text-align: center;
    line-height: 6px;
}

.baloon_feature_free {
    position: absolute;
    right: -2px;
    top: -2px;
    background-color: #a3a;
    padding: 4px;
    border-radius: 30px;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
    font-size: 8px;
    line-height: 8px;
}

.days {
    font-size: 12px;
    line-height: 12px;
}

.whiteish {
    color: #eee;
}
