.tmo-reviews-container *::before,
.tmo-reviews-container *::after,
.tmo-reviews-container * {
    box-sizing: border-box;
}

.tmo-reviews-container {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.tmo-reviews-wrapper {
    border: 10px solid #ffd345;
    -webkit-border-radius: 40px 0 0;
    -moz-border-radius: 40px 0 0;
    border-radius: 40px 0 0;
    padding: 10px;
    background: #fff;
}

.tmo-theme-blue .tmo-reviews-wrapper {
    border-color: #00A8E1;
}

.tmo-comment {
    color: #D6AC00;
    font-weight: bold;
}

.tmo-theme-blue .tmo-comment {
    color: #00A9E0;
}

.tmo-comment .tmo-meta {
    color: #666;
    font-weight: normal;
}

.tmo-theme-blue .tmo-comment .tmo-meta {
    color: #666;
}

a.tmo-button {
    text-decoration: none;
    font-weight: bold;
    line-height: 3.1;
    max-width: 200px;
    height: 48px;
    display: block;
    background-color: #D6AC00;
    color: #fff;
    padding: 0 0 0 10px;
    overflow: hidden;
    border: 1px solid #C9A202;
}

a.tmo-button span {
    font-size: 40px;
    float: right;
    background-color: #C9A202;
    width: 50px;
    height: 48px;
    line-height: 1.1;
    text-align: center;
}

a.tmo-button:hover {
    background-color: #fff;
    color: #D6AC00;
}

a.tmo-button:hover span {
    color: #fff;
}

.tmo-theme-blue a.tmo-button {
    background-color: #00A9E0;
    border: 1px solid #009ACC;
}

.tmo-theme-blue a.tmo-button span {
    background-color: #009ACC;
}

.tmo-theme-blue a.tmo-button:hover {
    background-color: #fff;
    color: #00A9E0;
}

a.tmo-link {
    text-decoration: none;
    font-weight: bold;
    color: #D6AC00;
}

a.tmo-link span {
    font-size: 40px;
    float: left;
    line-height: 0.3;
    margin-right: 7px;
}

.tmo-theme-blue a.tmo-link {
    color: #00A9E0;
}

.tmo-layout-landscape .tmo-reviews-wrapper .tmo-reviews-footer {
    height: 40px;
}

.tmo-reviews-wrapper .tmo-reviews-header {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

.tmo-compact .tmo-reviews-wrapper .tmo-reviews-header {
    height: 40px;
}

.tmo-reviews-wrapper .tmo-reviews-header img {
    max-width: 100%;
    max-height: 100%;
}

.tmo-reviews-wrapper .tmo-reviews-window {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.tmo-reviews-wrapper .tmo-reviews-window .tmo-reviews-embed {
    width: 100%;
    height: 9999px;
    position: absolute;
    top: 0;
    left: 0;
}

.tmo-reviews-wrapper .tmo-reviews-footer {
    width: 100%;
    height: 50px;
}

.tmo-layout-landscape .tmo-reviews-wrapper .tmo-reviews-footer,
.tmo-compact .tmo-reviews-wrapper .tmo-reviews-footer {
    height: 20px;
}