@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
.msr-review-form-container{background-color:transparent;padding:0;margin:0;border-radius:0;}
#review-form{padding:10px;border-radius:5px;max-width:600px;border:1px solid #ededed;display:flex;flex-direction:column;gap:5px;}
#review-form .form-row{display:flex;flex-direction:column;align-items:flex-start;width:100%;margin-bottom:0px;}
#review-form .comment-policy{display:flex;align-items:center;gap:5px;width:100%;}
#review-form .comment-policy input[type="checkbox"]{width:16px;height:16px;margin:0;}
#review-form .comment-policy label{font-size:1em;color:#333;cursor:pointer;display:inline-flex;align-items:center;}
#review-form label{font-weight:600;font-size:1em;color:#333;text-align:left;margin-bottom:5px;}
#review-form input[type="text"],
#review-form textarea,
#review-form select{width:100%;max-width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:1em;transition:border-color 0.3s ease;text-align:left;margin-top:2px;}
#review-form input[type="text"]:focus,
#review-form textarea:focus,
#review-form select:focus{border-color:#3498db;outline:none;}
#review-form textarea{min-height:100px;resize:vertical;}
#review-form select{width:150px;padding:10px;}
#review-form .rating-label{margin-bottom:10px;font-size:0.9em;font-weight:bold;color:#555;}
#review-form button[type="submit"]{background-color:#ccc;color:white;font-size:1.1em;padding:10px 20px;border:none;border-radius:5px;cursor:not-allowed;width:100%;max-width:400px;transition:background-color 0.3s ease;}
#review-form button[type="submit"].active{background-color:#3498db;cursor:pointer;}
#review-form button[type="submit"].active:hover{background-color:#2980b9;}
@media(max-width:768px){
#review-form{width:100%;}
#review-form .form-row{align-items:flex-start;}
#review-form label{width:100%;text-align:left;}
#review-form input[type="text"],
#review-form textarea,
#review-form select{width:100%;max-width:none;}
#review-form button[type="submit"]{width:100%;max-width:none;}
#review-form .comment-policy{flex-direction:row;align-items:center;}
} .msr-review-item{border-bottom:1px solid #e0e0e0;padding:15px 0;display:flex;flex-direction:column;margin-bottom:20px;}
.msr-review-content{flex-grow:1;}
.msr-review-header{display:flex;align-items:center;margin-bottom:5px;}
.msr-review-name{font-weight:bold;margin-bottom:5px;}
.msr-review-rating-title{display:flex;align-items:center;}
.msr-review-rating{color:#ffb400;font-size:1.2em;margin-right:10px;}
.msr-review-title{font-weight:bold;font-size:1.1em;}
.msr-review-meta{font-size:0.9em;color:#888;margin-bottom:10px;}
.msr-review-body{font-size:1em !important;color:#333 !important;display:block !important;margin:10px 0 !important;padding:10px 0 !important;line-height:1.6 !important;word-break:break-word !important;overflow-wrap:break-word !important;}
.msr-review-footer{margin-top:10px;font-size:0.9em;color:#888;}
.msr-review-summary{margin:20px 0;font-family:Arial, sans-serif;}
.msr-review-summary .total-rating{font-size:1.5em;font-weight:bold;color:#333;}
.msr-review-summary .star-rating-container{display:flex;align-items:center;margin-top:8px;}
.msr-review-summary .star-rating{color:#ffb400;font-size:1.2em;margin-right:8px;}
.msr-review-summary .review-count{font-size:0.9em;color:#888;margin-top:5px;}
.msr-review-summary .rating-distribution{margin-top:15px;}
.msr-review-summary .rating-bar{display:flex;align-items:center;margin-bottom:5px;}
.msr-review-summary .rating-bar span{width:40px;font-size:0.9em;margin-right:5px;white-space:nowrap;}
.msr-review-summary .bar-container{position:relative;background-color:#e0e0e0;width:calc(100% - 90px);height:12px;border-radius:5px;}
.msr-review-summary .bar{position:absolute;background-color:#ffb400;height:100%;border-radius:5px;}
.msr-review-summary .rating-percentage{margin-left:10px;font-size:0.9em;color:#333;width:40px;text-align:right;white-space:nowrap;}
.popup{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);}
.popup-content{background-color:#fff;margin:auto;padding:20px;border-radius:10px;width:80%;max-width:400px;text-align:center;position:relative;top:50%;transform:translateY(-50%);}
.popup-content p{font-size:12px;}
.close-btn{color:#aaa;float:right;font-size:28px;font-weight:bold;}
.close-btn:hover, .close-btn:focus{color:#000;text-decoration:none;cursor:pointer;}
.msr-sort-container{margin-bottom:20px;width:100%;}
.msr-sort-form{display:flex;flex-wrap:wrap;gap:15px;align-items:center;}
.msr-sort-group{display:flex;align-items:center;flex:0 0 auto;width:auto;min-width:180px;max-width:250px;}
.msr-sort-label{font-weight:bold;min-width:70px;display:inline-block;white-space:nowrap;}
.msr-sort-wrapper{width:150px;min-width:150px;}
.msr-sort-select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;background-color:#fff;font-size:14px;}
@media(max-width:768px){
.msr-sort-form{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:10px;}
.msr-sort-group{width:48%;flex-direction:row;align-items:center;flex:0 0 auto;min-width:auto;}
.msr-sort-label{white-space:nowrap;font-size:13px;min-width:auto;margin-right:5px;}
.msr-sort-wrapper{flex:1;width:auto;min-width:auto;}
.msr-sort-select{width:100%;max-width:100%;font-size:13px;padding:6px;}
} @media(max-width:480px){
.msr-sort-label{font-size:12px;}
.msr-sort-select{font-size:12px;padding:5px;}
} #msr-review-list{position:relative;width:100%;display:flex;flex-direction:column;}
.load-more-btn{display:block;padding:10px 20px;background-color:#f8f9fa;color:#495057;border:1px solid #e9ecef;border-radius:4px;font-size:16px;font-weight:bold;text-align:center;cursor:pointer;transition:all 0.3s ease;margin:20px auto;width:auto;min-width:150px;}
.load-more-btn:hover{background-color:#e9ecef;border-color:#dee2e6;}
.load-more-btn .btn-text{display:inline-block;}
.load-more-btn .btn-loader{display:inline-block;margin-left:10px;vertical-align:middle;}
.load-more-btn:disabled{background-color:#f1f3f5;color:#adb5bd;cursor:not-allowed;}
.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255, 255, 255, 0.8);display:flex;justify-content:center;align-items:center;z-index:10;font-size:16px;color:#495057;}
#msr-review-list.loading{position:relative;min-height:100px;}
#review-form .policy-check-container{margin:0;}
#review-form p.description{font-size:13px;color:#bbb;margin:0;padding:0;}
#review-form .form-row.full-width.policy-check-container{flex-direction:row !important;align-items:center !important;gap:6px;}
#review-form #comment-policy-check{width:auto !important;padding:0 !important;}
#review-form .policy-check-container label{margin:0 !important;padding:0 !important;font-weight:normal;width:auto;display:inline-block !important;}
.msr-review-pie{display:block;margin:auto;width:300px;height:300px;}
.msr-helpful-button{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:15px;padding:4px 12px;font-size:0.75rem;color:#495057;cursor:pointer;transition:all 0.2s ease;display:inline-flex;align-items:center;gap:4px;}
.msr-helpful-button:hover:not(.clicked):not([disabled]){background-color:#e9ecef;border-color:#dee2e6;}
.msr-helpful-button.clicked, .msr-helpful-button[disabled]{background-color:#f8f9fa;color:#6c757d;cursor:default;opacity:0.7;}
.msr-error-message{color:#dc3545;font-size:0.75rem;margin-top:0.25rem;padding:0.25rem 0.5rem;background-color:#f8d7da;border-radius:3px;text-align:center;}
.msr-helpful-count{color:#6c757d;font-size:0.75rem;}
.msr-helpful-icon{font-size:0.75rem;opacity:0.8;}
.msr-helpful-text{font-size:0.75rem;}
.msr-review-helpful{text-align:right !important;margin-top:10px !important;display:block !important;width:100% !important;position:relative !important;clear:both !important;float:right !important;}
.msr-image-upload-container{margin-bottom:15px;}
.msr-image-previews{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;}
.msr-image-preview-item{position:relative;width:100px;height:100px;border:1px solid #ddd;border-radius:4px;overflow:hidden;}
.msr-image-preview-item img{width:100%;height:100%;object-fit:cover;}
.msr-remove-image{position:absolute;top:5px;right:5px;width:20px;height:20px;background-color:rgba(255, 0, 0, 0.7);color:white;border:none;border-radius:50%;cursor:pointer;font-size:12px;line-height:1;padding:0;display:flex;align-items:center;justify-content:center;}
.msr-add-image-button{background-color:#f8f8f8;border:1px dashed #ccc;border-radius:4px;padding:8px 12px;cursor:pointer;display:inline-flex;align-items:center;font-size:14px;color:#555;transition:all 0.3s ease;}
.msr-add-image-button:hover{background-color:#f0f0f0;border-color:#999;}
.msr-add-icon{margin-right:5px;font-size:16px;font-weight:bold;}
.msr-image-error{color:#e74c3c;font-size:14px;margin-top:5px;font-weight:bold;}
.msr-review-images{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0;}
.msr-review-image{width:100px;height:100px;border-radius:4px;overflow:hidden;border:1px solid #ddd;cursor:pointer;}
.msr-review-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.2s ease;}
.msr-review-image img:hover{transform:scale(1.05);}
.msr-image-lightbox{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.9);z-index:9999;justify-content:center;align-items:center;backdrop-filter:blur(3px);}
.msr-lightbox-content{position:relative;max-width:95%;max-height:95%;display:flex;justify-content:center;align-items:center;}
.msr-lightbox-content img{max-width:100%;max-height:95vh;display:block;margin:0 auto;object-fit:contain;border-radius:4px;transition:opacity 0.3s ease;opacity:0.2;}
.msr-lightbox-content img[src]{opacity:1;}
.msr-lightbox-close{position:absolute;top:-50px;right:0;color:white;font-size:36px;cursor:pointer;transition:transform 0.2s ease, color 0.2s ease;z-index:10000;}
.msr-lightbox-close:hover{color:#f8f9fa;transform:scale(1.1);}
@media(max-width:768px){
.msr-lightbox-content{max-width:100%;max-height:100%;}
.msr-lightbox-content img{max-height:100vh;width:100%;}
.msr-lightbox-close{top:10px;right:10px;background-color:rgba(0, 0, 0, 0.5);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;}
} .msr-reviews-widget-shortcode{margin-bottom:30px;}
.msr-reviews-widget-shortcode .widget-title{font-size:18px;margin-bottom:15px;padding-bottom:8px;border-bottom:1px solid #eee;}
.widget_msr_reviews_widget .msr-widget-container, .msr-reviews-widget-shortcode .msr-widget-container{margin-bottom:20px;}
.widget_msr_reviews_widget .msr-widget-tabs, .msr-reviews-widget-shortcode .msr-widget-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #ddd;margin-bottom:15px;width:100%;box-sizing:border-box;}
.widget_msr_reviews_widget .msr-tab, .msr-reviews-widget-shortcode .msr-tab{padding:8px 15px;cursor:pointer;background:#f5f5f5;border:1px solid #ddd;border-bottom:none;margin-right:5px;border-radius:4px 4px 0 0;font-size:13px;transition:0.3s;text-align:center;}
.widget_msr_reviews_widget .msr-tab:hover, .msr-reviews-widget-shortcode .msr-tab:hover{background:#f0f0f0;}
.widget_msr_reviews_widget .msr-tab.active, .msr-reviews-widget-shortcode .msr-tab.active{background:#fff;border-bottom:1px solid #fff;margin-bottom:-1px;font-weight:bold;}
.widget_msr_reviews_widget .msr-tab-content, .msr-reviews-widget-shortcode .msr-tab-content{display:none;}
.widget_msr_reviews_widget .msr-tab-content.active, .msr-reviews-widget-shortcode .msr-tab-content.active{display:block;}
.widget_msr_reviews_widget .msr-widget-review-item, .msr-reviews-widget-shortcode .msr-widget-review-item{margin-bottom:15px;padding-bottom:10px;border-bottom:1px dashed #eee;}
.widget_msr_reviews_widget .msr-widget-review-item:last-child, .msr-reviews-widget-shortcode .msr-widget-review-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.widget_msr_reviews_widget .msr-widget-review-header, .msr-reviews-widget-shortcode .msr-widget-review-header{display:flex;justify-content:space-between;margin-bottom:5px;font-size:13px;}
.widget_msr_reviews_widget .msr-widget-review-name, .msr-reviews-widget-shortcode .msr-widget-review-name{font-weight:bold;word-break:break-all;max-width:60%;}
.widget_msr_reviews_widget .msr-widget-review-rating, .msr-reviews-widget-shortcode .msr-widget-review-rating{color:#ffc107;}
.widget_msr_reviews_widget .msr-widget-review-title, .msr-reviews-widget-shortcode .msr-widget-review-title{font-size:14px;margin-bottom:5px;font-weight:bold;}
.widget_msr_reviews_widget .msr-widget-review-excerpt, .msr-reviews-widget-shortcode .msr-widget-review-excerpt{font-size:12px;color:#666;line-height:1.4;}
.widget_msr_reviews_widget .msr-widget-review-link, .msr-reviews-widget-shortcode .msr-widget-review-link{text-align:right;font-size:12px;margin-top:10px;}
.widget_msr_reviews_widget .msr-widget-review-link a, .msr-reviews-widget-shortcode .msr-widget-review-link a{color:#069;text-decoration:none;}
.widget_msr_reviews_widget .msr-widget-review-link a:hover, .msr-reviews-widget-shortcode .msr-widget-review-link a:hover{text-decoration:underline;}
.widget_msr_reviews_widget .msr-widget-helpful, .msr-reviews-widget-shortcode .msr-widget-helpful{font-size:11px;color:#888;margin-top:5px;}
.widget_msr_reviews_widget .msr-widget-helpful span, .msr-reviews-widget-shortcode .msr-widget-helpful span{color:#069;font-weight:bold;}
.msr-widget-container{border:1px solid #e0e0e0;border-radius:5px;overflow:hidden;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;}
.msr-widget-tabs{display:flex;background-color:#f5f5f5;border-bottom:1px solid #e0e0e0;}
.msr-tab{flex:1;text-align:center;padding:10px;cursor:pointer;font-size:14px;transition:all 0.3s ease;}
.msr-tab:hover{background-color:#e9e9e9;}
.msr-tab.active{background-color:#ffffff;font-weight:bold;border-bottom:2px solid #007bff;}
.msr-tab-content{display:none;padding:15px;}
.msr-tab-content.active{display:block;}
.msr-widget-review-item{padding:10px 0;border-bottom:1px solid #f0f0f0;}
.msr-widget-review-item:last-child{border-bottom:none;}
.msr-widget-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px;}
.msr-widget-review-name{font-weight:bold;font-size:14px;}
.msr-widget-review-rating{color:#ffc107;font-size:14px;}
.msr-widget-review-title{font-weight:bold;font-size:15px;color:#333;flex:1;margin-right:10px;}
.msr-widget-review-date{font-size:12px;color:#777;margin-bottom:5px;}
.msr-widget-review-excerpt{margin-bottom:10px;font-size:0.9em;line-height:1.5;color:#555;}
.msr-widget-review-image{margin:8px 0;max-width:80px;max-height:80px;overflow:hidden;border-radius:4px;display:inline-block;box-sizing:border-box;}
.msr-widget-review-image img{width:100%;height:auto;max-height:80px;border-radius:4px;display:block;object-fit:cover;cursor:default;pointer-events:none;-moz-pointer-events:none;-moz-user-select:none;}
@-moz-document url-prefix() {
.msr-widget-review-image{width:80px;height:80px;}
.msr-widget-review-image img{width:100%;height:100%;}
}
.msr-widget-helpful{font-size:12px;color:#777;margin-bottom:5px;}
.msr-widget-helpful span{font-weight:bold;color:#555;}
.msr-widget-review-link{font-size:12px;}
.msr-widget-review-link a{color:#007bff;text-decoration:none;}
.msr-widget-review-link a:hover{text-decoration:underline;}
.msr-reviews-widget-shortcode{max-width:100%;margin-bottom:20px;}
@media(max-width:768px){
.msr-widget-review-header{flex-direction:column;align-items:flex-start;}
.msr-widget-review-title{margin-bottom:5px;margin-right:0;}
} @-moz-document url-prefix() {
.msr-widget-container{display:block;width:100%;}
.msr-widget-tabs{display:flex;width:100%;}
.msr-tab{flex:1;display:block;}
.msr-widget-review-header{width:100%;display:flex;}
.msr-widget-review-rating{display:inline-block;}
.msr-widget-review-title{display:inline-block;}
} .widget_msr_reviews_widget,
.msr-reviews-widget-shortcode{font-family:Arial, sans-serif !important;font-size:14px !important;line-height:1.5 !important;color:#333 !important;box-sizing:border-box !important;width:100% !important;}
.widget_msr_reviews_widget *,
.msr-reviews-widget-shortcode *{box-sizing:border-box !important;max-width:100% !important;}
.msr-widget-review-image{margin:8px 0 !important;max-width:80px !important;max-height:80px !important;overflow:hidden !important;border-radius:4px !important;display:inline-block !important;box-sizing:border-box !important;}
.msr-widget-review-image img{width:100% !important;height:auto !important;max-height:80px !important;border-radius:4px !important;display:block !important;object-fit:cover !important;cursor:default !important;pointer-events:none !important;-moz-pointer-events:none !important;-moz-user-select:none !important;}
.msr-widget-review-item{padding:10px !important;margin-bottom:15px !important;border-bottom:1px solid #eee !important;width:100% !important;display:block !important;position:relative !important;}
.msr-widget-review-header{display:flex !important;justify-content:space-between !important;align-items:center !important;width:100% !important;margin-bottom:5px !important;}
.msr-widget-review-title{font-weight:bold !important;font-size:14px !important;color:#333 !important;flex:1 !important;}
.msr-widget-review-rating{color:#ffb400 !important;font-size:14px !important;white-space:nowrap !important;margin-left:5px !important;}
.msr-widget-review-date{font-size:12px !important;color:#777 !important;margin-bottom:5px !important;}
.msr-widget-review-excerpt{margin-bottom:10px !important;font-size:13px !important;line-height:1.5 !important;color:#555 !important;}
.msr-widget-helpful{font-size:12px !important;color:#777 !important;margin-top:5px !important;text-align:left !important;}
.msr-widget-review-link{margin-top:10px !important;font-size:12px !important;}
.msr-widget-review-link a{color:#1e73be !important;text-decoration:none !important;}
.msr-widget-review-link a:hover{text-decoration:underline !important;}
.msr-review-helpful{text-align:left !important;margin-top:10px !important;display:block !important;width:100% !important;}
.widget_msr_reviews_widget, .widget_msr_reviews_widget *,
.msr-reviews-widget-shortcode, .msr-reviews-widget-shortcode *{outline:none !important;box-sizing:border-box !important;max-width:100% !important;word-wrap:break-word !important;overflow-wrap:break-word !important;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif !important;}
.widget_msr_reviews_widget .msr-widget-container, .msr-reviews-widget-shortcode .msr-widget-container{border:1px solid #e0e0e0 !important;border-radius:5px !important;overflow:hidden !important;width:100% !important;margin:0 0 20px 0 !important;padding:0 !important;background-color:#fff !important;}
.widget_msr_reviews_widget .msr-widget-tabs, .msr-reviews-widget-shortcode .msr-widget-tabs{background-color:#f5f5f5 !important;border-bottom:1px solid #e0e0e0 !important;margin:0 !important;padding:0 !important;display:flex !important;flex-direction:row !important;width:100% !important;height:auto !important;}
.widget_msr_reviews_widget .msr-tab, .msr-reviews-widget-shortcode .msr-tab{flex:1 !important;text-align:center !important;padding:10px !important;cursor:pointer !important;font-size:14px !important;transition:all 0.3s ease !important;background-color:#f5f5f5 !important;color:#333 !important;border:none !important;border-bottom:1px solid #e0e0e0 !important;margin:0 !important;height:auto !important;line-height:1.5 !important;}
.widget_msr_reviews_widget .msr-tab:hover, .msr-reviews-widget-shortcode .msr-tab:hover{background-color:#e9e9e9 !important;}
.widget_msr_reviews_widget .msr-tab.active, .msr-reviews-widget-shortcode .msr-tab.active{background-color:#ffffff !important;font-weight:bold !important;border-bottom:2px solid #007bff !important;margin-bottom:-1px !important;}
.widget_msr_reviews_widget .msr-tab-content, .msr-reviews-widget-shortcode .msr-tab-content{display:none !important;padding:15px !important;margin:0 !important;background-color:#fff !important;}
.widget_msr_reviews_widget .msr-tab-content.active, .msr-reviews-widget-shortcode .msr-tab-content.active{display:block !important;}
.widget_msr_reviews_widget .msr-widget-review-item, .msr-reviews-widget-shortcode .msr-widget-review-item{border-bottom:1px solid #eee !important;padding:15px !important;margin:0 0 15px 0 !important;width:100% !important;display:block !important;position:relative !important;background-color:#fff !important;}
.widget_msr_reviews_widget .msr-widget-review-item:last-child, .msr-reviews-widget-shortcode .msr-widget-review-item:last-child{margin-bottom:0 !important;border-bottom:none !important;}
.widget_msr_reviews_widget .msr-widget-review-header, .msr-reviews-widget-shortcode .msr-widget-review-header{display:flex !important;flex-direction:row !important;justify-content:space-between !important;align-items:center !important;width:100% !important;margin-bottom:10px !important;padding:0 !important;}
.widget_msr_reviews_widget .msr-widget-review-title, .msr-reviews-widget-shortcode .msr-widget-review-title{font-weight:bold !important;font-size:14px !important;color:#333 !important;margin:0 !important;padding:0 !important;flex-grow:1 !important;flex-shrink:1 !important;overflow:hidden !important;text-overflow:ellipsis !important;}
.widget_msr_reviews_widget .msr-widget-review-rating, .msr-reviews-widget-shortcode .msr-widget-review-rating{color:#ffb400 !important;font-size:14px !important;white-space:nowrap !important;margin-left:5px !important;padding:0 !important;flex-shrink:0 !important;}
.widget_msr_reviews_widget .msr-widget-review-date, .msr-reviews-widget-shortcode .msr-widget-review-date{font-size:12px !important;color:#777 !important;margin:0 0 5px 0 !important;padding:0 !important;display:block !important;width:100% !important;}
.widget_msr_reviews_widget .msr-widget-review-excerpt, .msr-reviews-widget-shortcode .msr-widget-review-excerpt{margin:0 0 10px 0 !important;padding:0 !important;font-size:13px !important;line-height:1.5 !important;color:#555 !important;display:block !important;width:100% !important;}
.widget_msr_reviews_widget .msr-widget-review-image, .msr-reviews-widget-shortcode .msr-widget-review-image{margin:10px 0 !important;width:80px !important;height:80px !important;max-width:80px !important;max-height:80px !important;overflow:hidden !important;border-radius:4px !important;display:block !important;border:1px solid #eee !important;background-color:#f9f9f9 !important;}
.widget_msr_reviews_widget .msr-widget-review-image img, .msr-reviews-widget-shortcode .msr-widget-review-image img{width:100% !important;height:100% !important;object-fit:cover !important;display:block !important;margin:0 !important;padding:0 !important;border:none !important;border-radius:4px !important;pointer-events:none !important;}
.widget_msr_reviews_widget .msr-widget-helpful, .msr-reviews-widget-shortcode .msr-widget-helpful{font-size:12px !important;color:#777 !important;margin:10px 0 0 0 !important;padding:0 !important;display:block !important;width:100% !important;text-align:left !important;}
.msr-review-form-container{max-width:600px;margin:20px 0;padding:0;border:none;border-radius:0;background-color:transparent;box-sizing:border-box;clear:both;}
.msr-review-form-container p{margin:0 !important;padding:0 !important;}
.msr-review-form-container br{display:none !important;}
.wp-block-shortcode .msr-review-form-container{margin:20px 0;}
.wp-block-paragraph .msr-review-form-container{margin:20px 0;}
.msr-form-group{margin-bottom:5px;width:100%;display:block;}
.msr-form-group label{display:block;margin-bottom:5px;font-weight:bold;}
.msr-form-group input[type="text"],
.msr-form-group select, .msr-form-group textarea{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;}
.policy-check-container{display:flex;align-items:center;margin-bottom:15px;}
.policy-check-container input[type="checkbox"]{margin-right:8px;}
.submit-button{background-color:#cccccc;color:#666666;padding:10px 20px;border:none;border-radius:4px;cursor:not-allowed;transition:all 0.3s ease;}
.submit-button.active{background-color:#007bff;color:white;cursor:pointer;}
.required-text{background-color:#e74c3c;color:white;padding:2px 5px;font-size:12px;border-radius:3px;margin-left:5px;}
.msr-image-reviews-slider{margin:20px 0 30px;width:100%;}
.msr-image-reviews-slider h3{font-size:1.2em;margin-bottom:15px;font-weight:bold;color:#333;}
.msr-image-slider-container{position:relative;width:100%;overflow:hidden;padding:0 5px;}
.msr-image-slider{display:flex;transition:transform 0.5s ease;gap:10px;width:100%;}
.msr-image-slide{min-width:100px;flex:0 0 calc(16.666% - 10px);overflow:hidden;cursor:pointer;position:relative;z-index:5;user-select:none;-webkit-user-select:none;-moz-user-select:none;transition:transform 0.2s ease;}
.msr-image-slide:hover{transform:translateY(-2px);}
.msr-slide-image{width:100%;padding-top:100%;position:relative;overflow:hidden;border-radius:4px;border:1px solid #eee;}
.msr-slide-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}
.msr-image-slide:hover .msr-slide-image img{transform:scale(1.05);}
.msr-slider-prev, .msr-slider-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.7);border:none;width:40px;height:40px;border-radius:50%;font-size:1.2em;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 5px rgba(0,0,0,0.1);transition:background 0.3s ease;}
.msr-slider-prev{left:5px;}
.msr-slider-next{right:5px;}
.msr-slider-prev:hover, .msr-slider-next:hover{background:rgba(255,255,255,0.9);}
.msr-review-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);overflow:auto;}
.msr-modal-content{position:relative;margin:2% auto;width:90%;max-width:1000px;max-height:90vh;display:flex;background-color:#fff;border-radius:4px;overflow:hidden;}
.msr-modal-image-container{flex:1;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;height:85vh;min-width:300px;}
#msr-modal-image{max-width:100%;max-height:100%;object-fit:contain;display:block;}
.msr-modal-details{flex:0 0 350px;padding:20px;overflow-y:auto;background-color:#fff;display:flex;flex-direction:column;}
.msr-modal-user-info{display:flex;align-items:center;margin-bottom:15px;}
.msr-modal-user-icon{font-size:24px;margin-right:10px;color:#555;}
.msr-modal-name{font-weight:bold;font-size:16px;}
.msr-modal-rating{color:#ffb400;font-size:20px;margin-bottom:10px;}
.msr-modal-title{font-size:18px;font-weight:bold;margin-bottom:10px;}
.msr-modal-date{color:#777;font-size:14px;margin-bottom:15px;}
.msr-modal-review-content{line-height:1.6;color:#333;font-size:15px;}
.msr-modal-close{position:absolute;top:10px;right:15px;color:#333;font-size:28px;font-weight:bold;cursor:pointer;z-index:10;}
.msr-modal-close:hover{color:#555;}
@media(max-width:768px){
.msr-image-slide{flex:0 0 calc(25% - 10px);}
.msr-modal-content{flex-direction:column;width:95%;height:90vh;margin:5% auto;}
.msr-modal-image-container{flex:0 0 50%;height:40vh;}
.msr-modal-details{flex:1;width:100%;max-height:none;}
}
@media(max-width:480px){
.msr-image-slide {
flex: 0 0 calc(33.333% - 10px);
}
}.custom-simulator{max-width:500px;margin:20px auto;font-family:Arial, sans-serif;}
.simulator-title{background-color:#f7931e;color:white;padding:10px;text-align:center;border-radius:5px 5px 0 0;font-size:16px;font-weight:bold;}
.simulator-content{border:1px solid #ddd;padding:15px;border-radius:0 0 5px 5px;}
.field-group{margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;}
.field-group label{flex:1;font-size:14px;font-weight:bold;margin-bottom:5px;}
.simulator-input, .simulator-select{width:120px;padding:5px;border:1px solid #ddd;border-radius:3px;text-align:right;}
.simulator-select{text-align:left;width:180px;}
.simulator-input::after{content:"円";margin-left:5px;}
.calculate-button{background-color:#f7931e;color:white;border:none;padding:10px;width:100%;border-radius:3px;cursor:pointer;font-size:16px;margin-top:15px;}
.calculate-button:hover{background-color:#e88616;}
.result-area{margin-top:15px;text-align:right;font-size:18px;font-weight:bold;}
.result{border-top:1px solid #ddd;padding-top:10px;margin-top:10px;}
.checkbox-group{display:flex;flex-direction:column;gap:8px;}
.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;}
.simulator-checkbox{margin:0;}
.field-type{margin:0 10px;min-width:120px;}
.small-text {
width: 80px !important;
margin: 0 5px;
}
 .sb-type-std{overflow:hidden;padding:10px 20px;margin:0;line-height:1.5;color:#333333;}
.sb-type-std > .sb-subtype-a:after, .sb-type-std > .sb-subtype-b:after, .sb-type-std > .sb-subtype-c:after, .sb-type-std > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-std > .sb-subtype-a > .sb-speaker, .sb-type-std > .sb-subtype-c > .sb-speaker{float:left;margin-right:-70px;width:70px;}
.sb-type-std > .sb-subtype-b > .sb-speaker, .sb-type-std > .sb-subtype-d > .sb-speaker{float:right;margin-left:-70px;width:70px;}
.sb-type-std > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-std > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-radius:5px;}
.sb-type-std > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-std > .sb-subtype-d > .sb-speaker > .sb-name{overflow:hidden;text-align:center;font-size:12px;}
  @media screen and (min-width:721px){
.sb-type-std > .sb-subtype-a > .sb-content{float:left;position:relative;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-std > .sb-subtype-a > .sb-content{float:left;position:relative;margin-left:80px;}
}
.sb-type-std > .sb-subtype-a > .sb-content:before{position:absolute;top:9px;left:-6px;z-index:1;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #CCCCCC;content:"";}
.sb-type-std > .sb-subtype-a > .sb-content:after{position:absolute;top:9px;left:-5px;z-index:3;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #FFFFFF;content:"";}
@media screen and (min-width:721px){
.sb-type-std > .sb-subtype-b > .sb-content{float:right;position:relative;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-std > .sb-subtype-b > .sb-content{float:right;position:relative;margin-right:80px;}
}
.sb-type-std > .sb-subtype-b > .sb-content:before{position:absolute;top:9px;right:-6px;z-index:1;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #CCCCCC;content:"";}
.sb-type-std > .sb-subtype-b > .sb-content:after{position:absolute;top:9px;right:-5px;z-index:3;width:0;height:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #FFFFFF;content:"";}
.sb-type-std > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-std > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;padding:5px 10px;z-index:2;background-color:#FFFFFF;border-style:solid;border-width:1px;border-color:#CCCCCC;border-radius:5px;color:#333333;}
  @media screen and (min-width:721px){
.sb-type-std > .sb-subtype-c > .sb-content{float:left;position:relative;margin-left:100px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-std > .sb-subtype-c > .sb-content{float:left;position:relative;margin-left:100px;}
}
.sb-type-std > .sb-subtype-c > .sb-content:before{position:absolute;top:10px;left:-17px;height:12px;width:12px;border:dashed 1px #909090;border-radius:10px;content:"";}
.sb-type-std > .sb-subtype-c > .sb-content:after{content:"";position:absolute;top:20px;left:-28px;height:8px;width:8px;border:dashed 1px #909090;border-radius:5px;}
@media screen and (min-width:721px){
.sb-type-std > .sb-subtype-d > .sb-content{float:right;position:relative;margin-right:100px;margin-left:100px;}
}
@media screen and (max-width:720px){
.sb-type-std > .sb-subtype-d > .sb-content{float:right;position:relative;margin-right:100px;}
}
.sb-type-std > .sb-subtype-d > .sb-content:before{position:absolute;top:10px;right:-17px;height:12px;width:12px;border:dashed 1px #909090;border-radius:10px;content:"";}
.sb-type-std > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-28px;height:8px;width:8px;border:dashed 1px #909090;border-radius:5px;content:"";}
.sb-type-std > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-std > .sb-subtype-d > .sb-content > .sb-speech-bubble {
position: relative;
padding: 5px 10px;
margin-bottom: 20px;
border:dashed 1px #909090;
border-radius: 5px;
}
 .sb-type-fb{overflow:hidden;padding:5px 20px;margin:0;line-height:1.5;color:#333333;}
.sb-type-fb > .sb-subtype-a:after, .sb-type-fb > .sb-subtype-b:after, .sb-type-fb > .sb-subtype-c:after, .sb-type-fb > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-fb > .sb-subtype-a > .sb-speaker, .sb-type-fb > .sb-subtype-c > .sb-speaker{float:left;margin-right:-70px;width:70px;}
.sb-type-fb > .sb-subtype-b > .sb-speaker, .sb-type-fb > .sb-subtype-d > .sb-speaker{float:right;margin-left:-70px;width:70px;}
.sb-type-fb > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-fb > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-fb > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-fb > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-fb > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-fb > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-fb > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-fb > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:59px;width:59px;border-style:solid;border-width:1px;border-color:#CCCCCC;border-radius:50%;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);}
.sb-type-fb > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-fb > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-fb > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-fb > .sb-subtype-d > .sb-speaker > .sb-name{overflow:hidden;font-size:12px;text-align:center;text-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);}
  @media screen and (min-width:721px){
.sb-type-fb > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:14px;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-fb > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:14px;margin-left:80px;}
}
.sb-type-fb > .sb-subtype-a > .sb-content:before{position:absolute;top:23px;left:-6px;z-index:1;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #CCCCCC;content:"";}
.sb-type-fb > .sb-subtype-a > .sb-content:after{position:absolute;top:23px;left:-5px;z-index:3;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #FCFCFC;content:"";}
@media screen and (min-width:721px){
.sb-type-fb > .sb-subtype-b > .sb-content{padding-top:14px;margin-left:80px;margin-right:80px;float:right;position:relative;}
}
@media screen and (max-width:720px){
.sb-type-fb > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:14px;margin-right:80px;}
}
.sb-type-fb > .sb-subtype-b > .sb-content:before{position:absolute;top:23px;right:-6px;z-index:1;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #A8BFDF;content:"";}
.sb-type-fb > .sb-subtype-b > .sb-content:after{position:absolute;top:23px;right:-5px;z-index:3;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #E4ECFF;content:"";}
.sb-type-fb > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-fb > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:5px 10px;background-color:#FFFFFF;background:linear-gradient(#FFFFFF, #F2F2F2);border-style:solid;border-width:1px;border-color:#CCCCCC;border-radius:4px;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);color:#333333;text-shadow:0px 1px 1px rgba(255, 255, 255, 0.5);}
.sb-type-fb > .sb-subtype-b > .sb-content > .sb-speech-bubble{background-color:#E8F0FF;background:linear-gradient(#E8F0FF, #C8DFFF);border-color:#A8BFDF;}
  @media screen and (min-width:721px){
.sb-type-fb > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:14px;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-fb > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:14px;margin-left:100px;}
}
.sb-type-fb > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:12px;width:12px;text-shadow:0px 1px 1px rgba(255, 255, 255, 0.5);background-color:#FFFFFF;background:linear-gradient(#FFFFFF, #F2F2F2);border:solid 1px #CCCCCC;border-radius:10px;color:#333333;content:"";}
.sb-type-fb > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-28px;height:8px;width:8px;text-shadow:0px 1px 1px rgba(255, 255, 255, 0.5);background-color:#FFFFFF;background:linear-gradient(#FFFFFF, #F2F2F2);border:solid 1px #CCCCCC;border-radius:5px;color:#333333;content:"";}
@media screen and (min-width:721px){
.sb-type-fb > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:14px;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-fb > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:14px;margin-right:100px;}
}
.sb-type-fb > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-17px;height:12px;width:12px;background-color:#E8F0FF;background:linear-gradient(#E8F0FF, #C8DFFF);border-color:#A8BFDF;border:solid 1px #A8BFDF;border-radius:10px;content:"";}
.sb-type-fb > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;height:8px;width:8px;background-color:#E8F0FF;background:linear-gradient(#E8F0FF, #C8DFFF);border-color:#A8BFDF;border:solid 1px #A8BFDF;border-radius:5px;content:"";}
.sb-type-fb > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-fb > .sb-subtype-d > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:5px 10px;background-color:#FFFFFF;background:linear-gradient(#FFFFFF, #F2F2F2);border-style:solid;border-width:1px;border-color:#CCCCCC;border-radius:4px;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.1);color:#333333;text-shadow:0px 1px 1px rgba(255, 255, 255, 0.5);}
.sb-type-fb > .sb-subtype-d > .sb-content > .sb-speech-bubble {
background-color: #E8F0FF;
background: linear-gradient(#E8F0FF, #C8DFFF);
border-color: #A8BFDF;
}
 .sb-type-fb-flat{overflow:hidden;padding:5px 20px;margin:0;line-height:1.5;color:#333333;}
.sb-type-fb-flat > .sb-subtype-a:after, .sb-type-fb-flat > .sb-subtype-b:after, .sb-type-fb-flat > .sb-subtype-c:after, .sb-type-fb-flat > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-fb-flat > .sb-subtype-a > .sb-speaker, .sb-type-fb-flat > .sb-subtype-c > .sb-speaker{float:left;margin-right:-70px;width:70px;}
.sb-type-fb-flat > .sb-subtype-b > .sb-speaker, .sb-type-fb-flat > .sb-subtype-d > .sb-speaker{float:right;margin-left:-70px;width:70px;}
.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-style:none;border-radius:50%;}
.sb-type-fb-flat > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-fb-flat > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-fb-flat > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-fb-flat > .sb-subtype-d > .sb-speaker > .sb-name{overflow:hidden;font-size:12px;text-align:center;color:#666666;}
  @media screen and (min-width:721px){
.sb-type-fb-flat > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:14px;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-fb-flat > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:14px;margin-left:80px;}
}
.sb-type-fb-flat > .sb-subtype-a > .sb-content:before{position:absolute;top:23px;left:-6px;z-index:1;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #EEEEEE;content:"";}
.sb-type-fb-flat > .sb-subtype-a > .sb-content:after{position:absolute;top:23px;left:-5px;z-index:3;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #EEEEEE;content:"";}
@media screen and (min-width:721px){
.sb-type-fb-flat > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:14px;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-fb-flat > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:14px;margin-right:80px;}
}
.sb-type-fb-flat > .sb-subtype-b > .sb-content:before{position:absolute;top:23px;right:-6px;z-index:1;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #5555FF;content:"";}
.sb-type-fb-flat > .sb-subtype-b > .sb-content:after{position:absolute;top:23px;right:-5px;z-index:3;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #5555FF;content:"";}
.sb-type-fb-flat > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-fb-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;padding:5px 10px;z-index:2;background-color:#EEEEEE;border-style:solid;border-width:1px;border-color:#EEEEEE;border-radius:4px;color:#333333;}
.sb-type-fb-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble{color:#FFFFFF;background-color:#5555FF;border-color:#5555FF;}
  @media screen and (min-width:721px){
.sb-type-fb-flat > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:14px;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-fb-flat > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:14px;margin-left:100px;}
}
.sb-type-fb-flat > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:12px;width:12px;background-color:#EEEEEE;border-color:#EEEEEE;border-radius:10px;color:#333333;content:"";}
.sb-type-fb-flat > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-28px;height:8px;width:8px;background-color:#EEEEEE;border-color:#EEEEEE;border-radius:5px;color:#333333;content:"";}
@media screen and (min-width:721px){
.sb-type-fb-flat > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:14px;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-fb-flat > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:14px;margin-right:100px;}
}
.sb-type-fb-flat > .sb-subtype-d > .sb-content:before{top:24px;right:-17px;height:12px;width:12px;background-color:#5555FF;border-color:#5555FF;position:absolute;border-radius:10px;content:"";}
.sb-type-fb-flat > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;height:8px;width:8px;background-color:#5555FF;border-color:#5555FF;border-radius:5px;content:"";}
.sb-type-fb-flat > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-fb-flat > .sb-subtype-d > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:5px 10px;background-color:#EEEEEE;border-style:solid;border-width:1px;border-color:#EEEEEE;border-radius:4px;color:#333333;}
.sb-type-fb-flat > .sb-subtype-d > .sb-content > .sb-speech-bubble {
background-color: #5555FF;
border-color: #5555FF;
color: #FFFFFF;
}
 .sb-type-ln{overflow:hidden;padding:10px 20px;margin:0;line-height:1.5;color:#333333;}
.sb-type-ln > .sb-subtype-a:after, .sb-type-ln > .sb-subtype-b:after, .sb-type-ln > .sb-subtype-c:after, .sb-type-ln > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-ln > .sb-subtype-a > .sb-speaker, .sb-type-ln > .sb-subtype-c > .sb-speaker{float:left;position:relative;margin-right:-70px;width:70px;}
.sb-type-ln > .sb-subtype-b > .sb-speaker, .sb-type-ln > .sb-subtype-d > .sb-speaker{float:right;position:relative;margin-left:-70px;width:70px;}
.sb-type-ln > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-ln > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-ln > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-ln > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-ln > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-ln > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-ln > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-ln > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-style:none;}
.sb-type-ln > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-ln > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-ln > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-ln > .sb-subtype-d > .sb-speaker > .sb-name{position:absolute;overflow:hidden;top:0;font-size:12px;white-space:nowrap;}
.sb-type-ln > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-ln > .sb-subtype-c > .sb-speaker > .sb-name{left:80px;}
.sb-type-ln > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-ln > .sb-subtype-d > .sb-speaker > .sb-name{right:80px;}
  @media screen and (min-width:721px){
.sb-type-ln > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:26px;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-ln > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:26px;margin-left:80px;}
}
.sb-type-ln > .sb-subtype-a > .sb-content:before{position:absolute;top:26px;left:-8px;z-index:1;height:0;width:0;border-style:solid none none solid;border-width:8px;border-color:#AAAAAA transparent;content:"";}
.sb-type-ln > .sb-subtype-a > .sb-content:after{position:absolute;top:27px;left:-6px;z-index:3;height:0;width:0;border-style:solid none none solid;border-width:8px;border-color:#F9F9F9 transparent;content:"";}
@media screen and (min-width:721px){
.sb-type-ln > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:26px;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-ln > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:26px;margin-right:80px;}
}
.sb-type-ln > .sb-subtype-b > .sb-content:before{position:absolute;top:26px;right:-8px;z-index:1;height:0;width:0;border-style:solid solid none none;border-width:8px;border-color:#AAAAAA transparent;content:"";}
.sb-type-ln > .sb-subtype-b > .sb-content:after{position:absolute;top:27px;right:-6px;z-index:3;height:0;width:0;border-style:solid solid none none;border-width:8px;border-color:#CCFF88 transparent;content:"";}
.sb-type-ln > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-ln > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:6px 12px;background-color:#FCFCFC;border-style:solid;border-width:1px;border-color:#AAAAAA #999999 #777777;border-radius:15px;color:#333333;}
.sb-type-ln > .sb-subtype-a > .sb-content > .sb-speech-bubble{border-radius:0 15px 15px 15px;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;}
.sb-type-ln > .sb-subtype-b > .sb-content > .sb-speech-bubble{background-color:#BBFF77;border-radius:15px 0 15px 15px;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(90, 127, 60, 0.2) inset;}
  @media screen and (min-width:721px){
.sb-type-ln > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-ln > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;}
}
.sb-type-ln > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:12px;width:12px;background-color:#FCFCFC;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;border:solid 1px #ABABAB;border-radius:10px;color:#333333;content:"";}
.sb-type-ln > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-28px;height:8px;width:8px;background-color:#FCFCFC;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;border:solid 1px #ABABAB;border-radius:5px;color:#333333;content:"";}
@media screen and (min-width:721px){
.sb-type-ln > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-ln > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-right:100px;}
}
.sb-type-ln > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-17px;height:12px;width:12px;background-color:#BBFF77;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(90, 127, 60, 0.2) inset;border:solid 1px #AAAAAA;border-radius:10px;content:"";}
.sb-type-ln > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;height:8px;width:8px;background-color:#BBFF77;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(90, 127, 60, 0.2) inset;border:solid 1px #AAAAAA;border-radius:5px;content:"";}
.sb-type-ln > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-ln > .sb-subtype-d > .sb-content > .sb-speech-bubble{position:relative;padding:6px 12px;z-index:2;background-color:#FCFCFC;border-style:solid;border-width:1px;border-color:#AAAAAA #999999 #777777;border-radius:15px;color:#333333;}
.sb-type-ln > .sb-subtype-c > .sb-content > .sb-speech-bubble{border-radius:15px 15px 15px 15px;box-shadow:0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(0, 0, 0, 0.1) inset;}
.sb-type-ln > .sb-subtype-d > .sb-content > .sb-speech-bubble {
background-color: #BBFF77;
border-radius: 15px 15px 15px 15px;
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4), 0 10px 10px rgba(255, 255, 255, 0.5) inset, 0 -10px 10px rgba(90, 127, 60, 0.2) inset;
}
 .sb-type-ln-flat{overflow:hidden;padding:10px 20px;margin:0;ln-height:1.5;color:#333333;}
.sb-type-ln-flat > .sb-subtype-a:after, .sb-type-ln-flat > .sb-subtype-b:after, .sb-type-ln-flat > .sb-subtype-c:after, .sb-type-ln-flat > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker, .sb-type-ln-flat > .sb-subtype-c > .sb-speaker{float:left;position:relative;margin-right:-70px;width:70px;}
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker, .sb-type-ln-flat > .sb-subtype-d > .sb-speaker{float:right;position:relative;margin-left:-70px;width:70px;}
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{border-style:none;height:60px;width:60px;}
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-name{position:absolute;top:0;overflow:hidden;font-size:12px;white-space:nowrap;}
.sb-type-ln-flat > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-ln-flat > .sb-subtype-c > .sb-speaker > .sb-name{left:80px;}
.sb-type-ln-flat > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-ln-flat > .sb-subtype-d > .sb-speaker > .sb-name{right:80px;}
  @media screen and (min-width:721px){
.sb-type-ln-flat > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:26px;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-ln-flat > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:26px;margin-left:80px;}
}
.sb-type-ln-flat > .sb-subtype-a > .sb-content:before{position:absolute;top:26px;left:-8px;z-index:1;height:0;width:0;border-style:solid none none solid;border-width:8px;border-color:#EEEEEE transparent;content:"";}
.sb-type-ln-flat > .sb-subtype-a > .sb-content:after{position:absolute;top:27px;left:-6px;z-index:3;height:0;width:0;border-style:solid none none solid;border-width:8px;border-color:#EEEEEE transparent;content:"";}
@media screen and (min-width:721px){
.sb-type-ln-flat > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:26px;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-ln-flat > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:26px;margin-right:80px;}
}
.sb-type-ln-flat > .sb-subtype-b > .sb-content:before{position:absolute;top:26px;right:-8px;z-index:1;height:0;width:0;border-style:solid solid none none;border-width:8px;border-color:#77DD66 transparent;content:"";}
.sb-type-ln-flat > .sb-subtype-b > .sb-content:after{position:absolute;top:27px;right:-6px;z-index:3;height:0;width:0;border-style:solid solid none none;border-width:8px;border-color:#77DD66 transparent;content:"";}
.sb-type-ln-flat > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-ln-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:6px 12px;background-color:#EEEEEE;border-style:solid;border-width:1px;border-color:#EEEEEE;border-radius:15px;color:#333333;}
.sb-type-ln-flat > .sb-subtype-a > .sb-content > .sb-speech-bubble{border-radius:0 15px 15px 15px;}
.sb-type-ln-flat > .sb-subtype-b > .sb-content > .sb-speech-bubble{background-color:#77DD66;border-color:#77DD66;border-radius:15px 0 15px 15px;}
  @media screen and (min-width:721px){
.sb-type-ln-flat > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-ln-flat > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;}
}
.sb-type-ln-flat > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:12px;width:12px;background-color:#EEEEEE;border:solid 1px #EEEEEE;border-radius:10px;color:#333333;content:"";}
.sb-type-ln-flat > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-28px;height:8px;width:8px;background-color:#EEEEEE;border:solid 1px #EEEEEE;border-radius:5px;color:#333333;content:"";}
@media screen and (min-width:721px){
.sb-type-ln-flat > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-ln-flat > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-right:100px;}
}
.sb-type-ln-flat > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-17px;height:12px;width:12px;background-color:#77DD66;border:solid 1px #77DD66;border-radius:10px;content:"";}
.sb-type-ln-flat > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;height:8px;width:8px;background-color:#77DD66;border:solid 1px #77DD66;border-radius:5px;content:"";}
.sb-type-ln-flat > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-ln-flat > .sb-subtype-d > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:6px 12px;background-color:#EEEEEE;border-style:solid;border-width:1px;border-color:#EEEEEE;border-radius:15px;color:#333333;}
.sb-type-ln-flat > .sb-subtype-c > .sb-content > .sb-speech-bubble{border-radius:15px 15px 15px 15px;}
.sb-type-ln-flat > .sb-subtype-d > .sb-content > .sb-speech-bubble {
background-color: #77DD66;
border-color: #77DD66;
border-radius: 15px 15px 15px 15px;
}
 .sb-type-pink{overflow:hidden;padding:10px 20px;margin:0;line-height:1.5;color:#333333;}
.sb-type-pink > .sb-subtype-a:after, .sb-type-pink > .sb-subtype-b:after, .sb-type-pink > .sb-subtype-c:after, .sb-type-pink > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-pink > .sb-subtype-a > .sb-speaker, .sb-type-pink > .sb-subtype-c > .sb-speaker{float:left;margin-right:-70px;width:70px;}
.sb-type-pink > .sb-subtype-b > .sb-speaker, .sb-type-pink > .sb-subtype-d > .sb-speaker{float:right;margin-left:-70px;width:70px;}
.sb-type-pink > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-pink > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-pink > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-pink > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-pink > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-pink > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-pink > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-pink > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-radius:10px;}
.sb-type-pink > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-pink > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-pink > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-pink > .sb-subtype-d > .sb-speaker > .sb-name{overflow:hidden;font-size:12px;font-weight:bold;text-align:center;color:#FF0099;}
  @media screen and (min-width:721px){
.sb-type-pink > .sb-subtype-a > .sb-content{float:left;position:relative;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-pink > .sb-subtype-a > .sb-content{float:left;position:relative;margin-left:80px;}
}
.sb-type-pink > .sb-subtype-a > .sb-content:before{position:absolute;top:10px;left:-6px;z-index:1;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #FF0099;content:"";}
.sb-type-pink > .sb-subtype-a > .sb-content:after{position:absolute;top:10px;left:-3px;z-index:3;height:0;width:0;border-style:solid solid solid none;border-width:6px;border-color:transparent #FFF0F8;content:"";}
@media screen and (min-width:721px){
.sb-type-pink > .sb-subtype-b > .sb-content{float:right;position:relative;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-pink > .sb-subtype-b > .sb-content{float:right;position:relative;margin-right:80px;}
}
.sb-type-pink > .sb-subtype-b > .sb-content:before{position:absolute;top:10px;right:-6px;z-index:1;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #FF0099;content:"";}
.sb-type-pink > .sb-subtype-b > .sb-content:after{position:absolute;top:10px;right:-3px;z-index:3;height:0;width:0;border-style:solid none solid solid;border-width:6px;border-color:transparent #FFF0F8;content:"";}
.sb-type-pink > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-pink > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;z-index:2;padding:5px 10px;background-color:#FFF0F8;border-style:solid;border-width:2px;border-color:#FF0099;border-radius:10px;color:#FF0099;}
  @media screen and (min-width:721px){
.sb-type-pink > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-pink > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;}
}
.sb-type-pink > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:10px;width:10px;background-color:#FFF0F8;border:solid 2px #FF0099;border-radius:8px;color:#333333;content:"";}
.sb-type-pink > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-27px;height:6px;width:6px;background-color:#FFF0F8;border:solid 2px #FF0099;border-radius:5px;color:#333333;content:"";}
@media screen and (min-width:721px){
.sb-type-pink > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-pink > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-right:100px;}
}
.sb-type-pink > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-17px;height:10px;width:10px;background-color:#FFF0F8;border:solid 2px #FF0099;border-radius:8px;content:"";}
.sb-type-pink > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;height:6px;width:6px;background-color:#FFF0F8;border:solid 2px #FF0099;border-radius:5px;content:"";}
.sb-type-pink > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-pink > .sb-subtype-d > .sb-content > .sb-speech-bubble {
position: relative;
padding: 5px 10px;
z-index: 2;
background-color: #FFF0F8;
border-style: solid;
border-width: 2px;
border-color: #FF0099;
border-radius: 10px;
color: #FF0099;
}
 .sb-type-rtail{overflow:hidden;line-height:1.5;color:#333333;padding:5px 20px;margin:0;}
.sb-type-rtail > .sb-subtype-a:after, .sb-type-rtail > .sb-subtype-b:after, .sb-type-rtail > .sb-subtype-c:after, .sb-type-rtail > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-rtail > .sb-subtype-a > .sb-speaker, .sb-type-rtail > .sb-subtype-c > .sb-speaker{float:left;margin-right:-70px;width:70px;}
.sb-type-rtail > .sb-subtype-b > .sb-speaker, .sb-type-rtail > .sb-subtype-d > .sb-speaker{float:right;margin-left:-70px;width:70px;}
.sb-type-rtail > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-rtail > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-rtail > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-rtail > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-rtail > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-rtail > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-rtail > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-rtail > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-radius:5px;}
.sb-type-rtail > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-rtail > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-rtail > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-rtail > .sb-subtype-d > .sb-speaker > .sb-name{overflow:hidden;font-size:12px;text-align:center;}
  @media screen and (min-width:721px){
.sb-type-rtail > .sb-subtype-a > .sb-content{float:left;position:relative;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-rtail > .sb-subtype-a > .sb-content{float:left;position:relative;margin-left:80px;}
}
.sb-type-rtail > .sb-subtype-a > .sb-content:before{position:absolute;top:-5px;left:-11px;z-index:1;height:50px;width:50px;border-radius:25px;background:#4FDCE2;content:"";}
.sb-type-rtail > .sb-subtype-a > .sb-content:after{position:absolute;top:-16px;left:-15px;z-index:2;height:45px;width:57px;border-radius:15px;background:#FFFFFF;content:"";}
@media screen and (min-width:721px){
.sb-type-rtail > .sb-subtype-b > .sb-content{float:right;position:relative;margin-right:80px;margin-left:80px;}
}
@media screen and (max-width:720px){
.sb-type-rtail > .sb-subtype-b > .sb-content{float:right;position:relative;margin-right:80px;}
}
.sb-type-rtail > .sb-subtype-b > .sb-content:before{position:absolute;top:-5px;right:-11px;z-index:1;height:50px;width:50px;border-radius:25px;background:#4FDCE2;content:"";}
.sb-type-rtail > .sb-subtype-b > .sb-content:after{position:absolute;top:-16px;right:-15px;z-index:2;height:45px;width:57px;border-radius:15px;background:#FFFFFF;content:"";}
.sb-type-rtail > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-rtail > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;padding:17px 11px;z-index:3;background:#4FDCE2;border-radius:5px;}
  @media screen and (min-width:721px){
.sb-type-rtail > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:14px;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-rtail > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:14px;margin-left:100px;}
}
.sb-type-rtail > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:14px;width:14px;background-color:#4FDCE2;border-color:#4FDCE2;border-radius:14px;content:"";}
.sb-type-rtail > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-28px;height:9px;width:9px;background-color:#4FDCE2;border-color:#4FDCE2;border-radius:9px;content:"";}
@media screen and (min-width:721px){
.sb-type-rtail > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:14px;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-rtail > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:14px;margin-right:100px;}
}
.sb-type-rtail > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-17px;height:14px;width:14px;background-color:#4FDCE2;border-color:#4FDCE2;border-radius:14px;content:"";}
.sb-type-rtail > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;height:9px;width:9px;background-color:#4FDCE2;border-color:#4FDCE2;border-radius:9px;content:"";}
.sb-type-rtail > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-rtail > .sb-subtype-d > .sb-content > .sb-speech-bubble{position:relative;padding:5px 10px;z-index:2;background-color:#4FDCE2;border-style:solid;border-width:1px;border-color:#4FDCE2;border-radius:4px;}
.sb-type-rtail > .sb-subtype-d > .sb-content > .sb-speech-bubble {
background-color: #4FDCE2;
border-color: #4FDCE2;
}
 @media screen and (min-width:721px){
.sb-type-drop{overflow:hidden;padding:10px 20px;margin:0;line-height:1.5;color:#333333;}
}
@media screen and (max-width:720px){
.sb-type-drop{overflow:hidden;padding:5px 10px;margin:0;line-height:1.5;color:#333333;}
}
.sb-type-drop > .sb-subtype-a:after, .sb-type-drop > .sb-subtype-b:after, .sb-type-drop > .sb-subtype-c:after, .sb-type-drop > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-drop > .sb-subtype-a > .sb-speaker, .sb-type-drop > .sb-subtype-c > .sb-speaker{float:left;position:relative;margin-right:-70px;width:70px;}
.sb-type-drop > .sb-subtype-b > .sb-speaker, .sb-type-drop > .sb-subtype-d > .sb-speaker{float:right;position:relative;margin-left:-70px;width:70px;}
.sb-type-drop > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-drop > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-drop > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-drop > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-drop > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-drop > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-drop > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-drop > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-radius:5px;}
.sb-type-drop > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-drop > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-drop > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-drop > .sb-subtype-d > .sb-speaker > .sb-name{position:absolute;overflow:hidden;top:0;font-size:12px;white-space:nowrap;}
.sb-type-drop > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-drop > .sb-subtype-c > .sb-speaker > .sb-name{left:80px;}
.sb-type-drop > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-drop > .sb-subtype-d > .sb-speaker > .sb-name{right:80px;}
  @media screen and (min-width:721px){
.sb-type-drop > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:80px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-drop > .sb-subtype-a > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:80px;}
}
@media screen and (min-width:721px){
.sb-type-drop > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:1.5em;margin-right:80px;margin-left:70px;}
}
@media screen and (max-width:720px){
.sb-type-drop > .sb-subtype-b > .sb-content{float:right;position:relative;padding-top:1.5em;margin-right:80px;}
} .sb-type-drop > .sb-subtype-a > .sb-content > .sb-speech-bubble{float:left;padding:10px 20px;margin-bottom:6px;background:#D9E5FF;border-radius:15px 33px 50px 50px / 0px 50px 50px 50px;border:solid 3px rgba(122,122,180,0.3);box-shadow:7px 7px 8px rgba(0,0,0,0.4);}
.sb-type-drop > .sb-subtype-b > .sb-content > .sb-speech-bubble{float:right;padding:10px 20px;margin-bottom:6px;background:#D9E5FF;border-radius:50px 15px 50px 50px / 50px 0px 50px 50px;border:solid 3px rgba(122,122,180,0.3);box-shadow:7px 7px 8px rgba(0,0,0,0.4);}
  @media screen and (min-width:721px){
.sb-type-drop > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;margin-right:80px;}
}
@media screen and (max-width:720px){
.sb-type-drop > .sb-subtype-c > .sb-content{float:left;position:relative;padding-top:1.5em;margin-left:100px;}
}
.sb-type-drop > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-16px;z-index:3;height:9px;width:9px;background:#D9E5FF;border:solid 3px rgba(122,122,180,0.3);border-radius:9px;box-shadow:7px 7px 8px rgba(0,0,0,0.4);content:"";}
.sb-type-drop > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-27px;z-index:2;height:5px;width:5px;background:#D9E5FF;border:solid 3px rgba(122,122,180,0.3);border-radius:5px;box-shadow:7px 7px 8px rgba(0,0,0,0.4);content:"";}
@media screen and (min-width:721px){
.sb-type-drop > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-left:80px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-drop > .sb-subtype-d > .sb-content{float:right;position:relative;padding-top:1.5em;margin-right:100px;}
}
.sb-type-drop > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-16px;z-index:5;height:9px;width:9px;background:#D9E5FF;border:solid 3px rgba(122,122,180,0.3);border-radius:9px;box-shadow:7px 7px 8px rgba(0,0,0,0.4);content:"";}
.sb-type-drop > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-27px;z-index:4;height:5px;width:5px;background:#D9E5FF;border:solid 3px rgba(122,122,180,0.3);border-radius:5px;box-shadow:7px 7px 8px rgba(0,0,0,0.4);content:"";}
.sb-type-drop > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-drop > .sb-subtype-d > .sb-content > .sb-speech-bubble {
position: relative;
padding: 5px 10px;
z-index: 3;
background: #D9E5FF;
border-style: solid;
border-width: 2px;
border: solid 3px rgba(122,122,180,0.3);
border-radius: 10px;
box-shadow: 7px 7px 8px rgba(0,0,0,0.4);
}
 .sb-type-think{overflow:hidden;padding:5px 20px;margin:0;line-height:1.5;color:#333333;}
.sb-type-think > .sb-subtype-a:after, .sb-type-think > .sb-subtype-b:after, .sb-type-think > .sb-subtype-c:after, .sb-type-think > .sb-subtype-d:after{display:block;clear:both;content:"";}
.sb-type-think > .sb-subtype-a > .sb-speaker, .sb-type-think > .sb-subtype-c > .sb-speaker{float:left;margin-right:-70px;width:70px;}
.sb-type-think > .sb-subtype-b > .sb-speaker, .sb-type-think > .sb-subtype-d > .sb-speaker{float:right;margin-left:-70px;width:70px;}
.sb-type-think > .sb-subtype-a > .sb-speaker > .sb-icon, .sb-type-think > .sb-subtype-b > .sb-speaker > .sb-icon, .sb-type-think > .sb-subtype-c > .sb-speaker > .sb-icon, .sb-type-think > .sb-subtype-d > .sb-speaker > .sb-icon{text-align:center;height:60px;}
.sb-type-think > .sb-subtype-a > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-think > .sb-subtype-b > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-think > .sb-subtype-c > .sb-speaker > .sb-icon > img.sb-icon, .sb-type-think > .sb-subtype-d > .sb-speaker > .sb-icon > img.sb-icon{height:60px;width:60px;border-radius:5px;}
.sb-type-think > .sb-subtype-a > .sb-speaker > .sb-name, .sb-type-think > .sb-subtype-b > .sb-speaker > .sb-name, .sb-type-think > .sb-subtype-c > .sb-speaker > .sb-name, .sb-type-think > .sb-subtype-d > .sb-speaker > .sb-name{overflow:hidden;font-size:12px;text-align:center;}
@media screen and (min-width:721px){
.sb-type-think > .sb-subtype-a > .sb-content, .sb-type-think > .sb-subtype-c > .sb-content{float:left;position:relative;margin-left:100px;margin-right:100px;}
}
@media screen and (max-width:720px){
.sb-type-think > .sb-subtype-a > .sb-content, .sb-type-think > .sb-subtype-c > .sb-content{float:left;position:relative;margin-left:100px;}
}
.sb-type-think > .sb-subtype-a > .sb-content:before{position:absolute;top:24px;left:-17px;height:15px;width:15px;background:#D9E5FF;border-radius:10px;content:"";}
.sb-type-think > .sb-subtype-a > .sb-content:after{position:absolute;top:20px;left:-28px;height:10px;width:10px;background:#D9E5FF;border-radius:5px;content:"";}
.sb-type-think > .sb-subtype-c > .sb-content:before{position:absolute;top:24px;left:-17px;height:15px;width:15px;background:#FFDDBB;border-radius:10px;content:"";}
.sb-type-think > .sb-subtype-c > .sb-content:after{position:absolute;top:20px;left:-28px;height:10px;width:10px;background:#FFDDBB;border-radius:5px;content:"";}
@media screen and (min-width:721px){
.sb-type-think > .sb-subtype-b > .sb-content, .sb-type-think > .sb-subtype-d > .sb-content{float:right;position:relative;margin-right:100px;margin-left:100px;}
}
@media screen and (max-width:720px){
.sb-type-think > .sb-subtype-b > .sb-content, .sb-type-think > .sb-subtype-d > .sb-content{float:right;position:relative;margin-right:100px;}
}
.sb-type-think > .sb-subtype-b > .sb-content:before{position:absolute;top:24px;right:-17px;height:15px;width:15px;background:#D9E5FF;border-radius:10px;content:"";}
.sb-type-think > .sb-subtype-b > .sb-content:after{position:absolute;top:20px;right:-28px;height:10px;width:10px;background:#D9E5FF;border-radius:5px;content:"";}
.sb-type-think > .sb-subtype-d > .sb-content:before{position:absolute;top:24px;right:-17px;height:15px;width:15px;background:#FFDDBB;border-radius:10px;content:"";}
.sb-type-think > .sb-subtype-d > .sb-content:after{position:absolute;top:20px;right:-28px;height:10px;width:10px;background:#FFDDBB;border-radius:5px;content:"";}
.sb-type-think > .sb-subtype-a > .sb-content > .sb-speech-bubble, .sb-type-think > .sb-subtype-b > .sb-content > .sb-speech-bubble{position:relative;padding:15px 10px;margin-bottom:20px;background:#D9E5FF;border-radius:15px;}
.sb-type-think > .sb-subtype-c > .sb-content > .sb-speech-bubble, .sb-type-think > .sb-subtype-d > .sb-content > .sb-speech-bubble {
position: relative;
padding: 15px 10px;
margin-bottom: 20px;
background: #FFDDBB;
border-radius: 15px;
}

.sb-no-br br{display:none;}
.sb-no-br p{
margin: 0 0 0px
}#toc_container li,#toc_container ul{margin:0;padding:0}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container p.toc_title{text-align:center;font-weight:700;margin:0;padding:0}#toc_container.toc_black p.toc_title{color:#aaa}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container p.toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}