/**
 * @package     Icebreaker.site
 * @subpackage  com_icebreaker
 *
 * @copyright   Copyright (C) 2017 Bay6Studio, LLC. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */

.icebreaker-img-container {text-align: center;}
.icebreaker-img-circle {
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-top: 10px;
}
.icebreaker-img {
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: none;
}

.icebreaker-author-container {text-align: right;}
.icebreaker-author:before {content: " - ";}
.icebreaker-author {font-style: italic; font-weight: bold;}
.icebreaker-note {font-style: italic;}

ul.testimonial-details{margin: 0; padding: 0;}
ul.testimonial-details li{list-style-type: none; margin-left: 0px; padding: 5px 0;}
ul.testimonial-details li.divider{height: 1px; padding: 0; margin: 8px 1px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #fff;}*/


@media print {
  a[href]:after {
    content: none !important;
  }
}
