/*
 * Version 0.1
 */
.alike-compare-widget-wrapper {
    position: fixed;
    z-index: 3;
    bottom: 24px;
    right: 24px;
    will-change: transform;
    padding: 24px;
}

.alike-compare-widget-main {
    position: relative;
}

.alike-compare-widget-content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 0;
    right: 0;
    border: 1px solid #f0f0f0;
    padding: 10px 24px;
}
.alike-compare-widget-button {
    font-size: 14px;
    border-radius: 0;
    color: #fff;
    position: absolute;
    bottom: 8px;
    right: 8px;
    cursor: pointer;
    font-weight: 500;
    height: auto;
    width: auto;
    padding: 12px 24px;
    background-color: #004f59;
    border: 1px solid #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}
.alike-compare-widget-button {
    background-color: #004f59;
    transition: background-color 0.2s ease-in;
}

.alike-compare-widget-button-text {
    display: inline-block;
    margin-right: 24px;
    padding: 0;
}
.alike-compare-widget-counter-wrapper {
    display: inline-block;
    position: relative;
    margin-top: -6px;
    float: right;
    margin-right: 24px;
}
.alike-compare-widget-counter {
    position: absolute;
    top: -15px;
    margin-left: 14px;
    border-radius: 2px;
    background-color: #eee;
    padding: 0;
    pointer-events: none;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #004f59;
}

.alike-compare-widget-post {
    display: inline-block;
    padding: 0;
    width: 160px;
    margin: 0 8px;
}

.alike-compare-widget-post:not(:first-of-type) {
    border-left: 1px solid #ddddee;
    padding-left: 8px;
}

.alike-compare-widget-post-remove-button {
    cursor: pointer;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #878787;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}
.alike-compare-widget-post-image-wrapper {
    position: relative;
    margin: 0 auto;
}
.alike-compare-widget-post-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    border-radius: 100%;
}

.alike-compare-widget-post-title {
    font-size: 12px;
    margin-top: 15px;
    width: 160px;
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 0;
}
.alike-compare-widget-post-remove-all {
    float: right;
    color: #004f59;
    margin: 20px 188px 20px 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.alike-compare-widget-post-remove-all span {
    border: 1px solid #004f59;
    padding: 10px 12px;
    margin-top: -10px;
}

.alike-widget-partials {
    text-align: center;
}

.alike-widget-partials .alike-widget-image img {
    width: 75%;
    margin: 0;
}

.alike-widget-partials .alike-widget-image {
    text-align: center;
    float: none;
    display: block;
}

.alike-widget-partials .alike-widget-title {
    width: auto;
}

.alike-widget-partials .alike-widget-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
}

.alike-group-content h4 {
    border: none;
    color: #004f59;
    padding: 4px 0;
    margin: 0;
}

.alike-schoolapedia-header {
    background-color: #004f59;
    text-align: left;

}

.alike-schoolapedia-header h4 {
    color: white !important;
    text-align: left;
    font-size: 16px;
    margin-top: 4px;
}

.alike-schoolapedia-image {
    vertical-align: top !important;
    text-align: center;
    padding: 0 0 16px 0 !important;
}

.alike-schoolapedia-image h2 {
    border: none;
    line-height: 1.2rem;
    margin-top: 12px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.alike-schoolapedia-image img {
    /*border-radius: 100%;*/
    /*width: 127px;*/
    /*height: 127px;*/
}

table.alike-schoolapedia-table tr td {
    text-align: center;
    font-size: 13px;
}

table.alike-schoolapedia-table tr td, table.alike-schoolapedia-table tr th {
    padding: 16px 8px;
}