.portfolio-website {
    width: 100%;
}
div.custom_field_name {
    display: inline-block;
}

div.custom_field_value {
    display: inline-block;
}

div.sort-by-button-group .button,
div.filters-button-group .button {
    padding: 5px 10px;
    margin: 1px;
    background-color: #666;
    font-size: 12pt;
}

div.sort-by-button-group .button.is-checked,
div.filters-button-group .button.is-checked {
    background-color: #888;
}

.hidden {
    display: none;
}

.sort-by-button-group,
.filters-button-group {
    padding: 10px;
}

.expand-button {
    height: 1.5em;
    background-color: rgb(247,247,247);
}

.expand-button:after {
    content: '';
    height: 1.5em;
    text-align: center;
    display: block;
    font-weight: 500;
    color: #777;
    cursor: pointer;
    background-image: url(imgs/icon_show.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15%;
}

.portfolio-website.expanded .expand-button:after {
    background-image: url(imgs/icon_hide.png);
}

.expand-button:hover:after {
    background-color: #444;
}

.portfolio-website div:not(.website-thumbnail):not(.portfolio-website-container):not(.website-name):not(.website-clear):not(.expand-button) {
    display: none;
}

.portfolio-website.expanded div:not(.website-thumbnail):not(.portfolio-website-container):not(.website-name):not(.website-clear):not(.expand-button) {
    display: block;
}

.portfolio-website-container {
    position: relative;
    padding: 0 0 1.5em 0;
}

.portfolio-website .expand-button {
    max-width: 300px;
    margin: auto;
}