div > div > h2 {
    font-size: 1.4rem;
    font-weight: bold;
}

.icon-star-large {
    display: block;
    width: 20px;
    height: auto;
}

.flex {
    display: flex;
    flex-direction: row;
    column-gap: 3em;
}

.flex.no-gap {
    column-gap: 0 !important;
}

.col-half {
    width: 100%;
    max-width: 50%;
}

.col-third {
    width: 100%;
    max-width: 33%;
}

.col-quarter {
    width: 100%;
    max-width: 25%;
}

input.move-far-away {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

p.heading,
label.heading {
    font-weight: bold;
    margin-bottom: 0;
}

p.no-margin {
    margin-bottom: 0;
}

.experience {
    background-color: #E6E7E8;
    border-radius: 1em;
    padding: 1em;

}
.experience th {font-weight:400;font-size:24px;padding:0px;}
.experience td {font-size:14px;padding:0px;}

.services {
    background-color: #E6E7E8;
    border-radius: 1em;
    padding: 1em;
}

.services-flex {
    display: flex;
    flex-direction: row;
}

.service-summary th[scope="row"] {
    font-weight: 500;
}

.service-summary {
    display: none;
}

#show-services-summary:checked + .flex > .col-quarter > .service-summary {
    display: block !important;
}

.services-spacer {
    height: 80px;
}

.rating-avatar {
    width: 64px;
    height: 64px;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 50%;
}

.review-from {
    display: flex;
    flex-direction: row;
    column-gap: 1em;
}

.attribute-rating {
    font-size: 1.4rem;
}

.prc-thumb img {
    border-radius: 1em;
}
.msgp {width:80%;margin:auto;}
.msgp summary::-webkit-details-marker {display:none;}
.msgp summary {cursor:pointer;padding:10px;border:solid thin #ccc;border-radius:10px;display:inline;}
.services table td {vertical-align:top;}
@media all and (max-width: 960px) {
    .col-half,
    .col-third,
    .col-quarter {
        max-width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .groups ion-icon {font-size:18px;}
    .experience th,.services table td,.groups,.cat {font-size:.8em;vertical-align:top;}
    .experience td {font-size:10px;}
}
