div.ccm-block-page-list-map-view-wrapper {
    margin-left: -15px;
    margin-right:-15px;
}

div.ccm-block-page-list-map-view-header {
    font-size: 14px;
}

div.ccm-block-page-list-map-view-container {
    display: flex;
    flex-direction: row;
    border: 1px solid grey;
}

div.ccm-block-page-list-map-view-pages {    
    /*width: 80%;*/
    flex-grow:3;
    border-right: 1px solid grey;
}

div.ccm-block-page-list-map-view-pages-details {
    /*width: 20%;
    float:right;*/
    flex-shrink:1;
    max-width:250px;
}

div.ccm-block-page-list-map-view-pages-details img {
    padding: 0 15px;
    max-width:200px;
    margin: auto;
}

div.ccm-block-page-list-page-entry-marker-title {
    width:100%;
    padding-bottom: 15px;
    text-align: center;
}

div.ccm-block-page-list-page-entry-marker-descr {
    width:100%;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

div.ccm-block-page-list-page-entry-marker-part {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}

div.ccm-block-page-list-page-entry-marker-link {
    text-decoration:underline;
    font-style: italic;
    padding-left: 15px;
}

/*div.ccm-block-page-list-page-entry-marker-hover {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}*/

/*
div.ccm-block-page-list-page-entry-marker {
    overflow: hidden;
}

div.ccm-block-page-list-page-entry-marker a:hover {
    background-color: rgba(0,0,0,0.6);
}

div.ccm-block-page-list-page-entry-marker a {
    position: relative;
    display: table;
}

div.ccm-block-page-list-page-entry-marker img {
    max-width: 200px;
    max-height: 150px;
}

div.ccm-block-page-list-page-entry-marker-hover {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}



div.ccm-block-page-list-page-entry-marker-title-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

div.ccm-block-page-list-page-entry-marker-title {
    display: table-cell;
    width: 100%;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
*/

