
.review-objects-list-pannel {
    float: left;
    display: inline-block;
    width: 30%;
    overflow-x: hidden;
    padding: 10px;
    margin-top: 60px;
    height: calc(100% - 64px);
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: -o-calc(100% - 64px);
}

.review-pages-list-pannel {
    display: inline-block;
    width: 70%;
    overflow-x: hidden;
    padding: 10px;
    margin-top: 60px;
    height: calc(100% - 64px);
    height: -webkit-calc(100% - 64px);
    height: -moz-calc(100% - 64px);
    height: -o-calc(100% - 64px);
}

.review-objects {
}

.review-objects-header {
    position: fixed;
    top: 0px;
    z-index: 1;
    background-color: white;
    width: 30%;
}

.review-pages-header {
    position: fixed;
    top: 0px;
    z-index: 1;
    background-color: white;
    width: 70%;
}

.review-wifi-object {
    margin: 10px;
    padding: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    min-height: 80px;
}

.review-page-preview {
    width: 248px;
    height: 188px;
    display: inline-block;
    position: relative; 
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    margin: 10px;
    vertical-align: middle;
}

.review-page-preview-image {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    border-color: gray;
}

.review-page-preview-content {
    padding: 5px;
    margin-left: 128px;
    width: 120px;
    height: 100%;
    text-align: center;
}

.review-page-preview-button {
    cursor: pointer;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    color: white;
    opacity: 0.4;
}
.review-page-preview-button:hover {
    opacity: 1;
}

.review-page-preview-edit-button {
    bottom: 38px;
    left: 128px;
    width: 116px;
    height: 30px;
}

.review-page-preview-plan-button {
    bottom: 4px;
    left: 128px;
    width: 116px;
    height: 30px;
}

.review-page-preview-delete-button {
    bottom: 72px;
    left: 128px;
    width: 116px;
    height: 30px;
}

.review-page-preview-copy-button {
    bottom: 106px;
    left: 128px;
    width: 116px;
    height: 30px;
}

.review-fake {
    height: 100%;
    width: 0px;
    vertical-align: middle;
    display: inline-block;
}