@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
.clearfix::after {
    clear: both;
    display: block;
    content: "";
}
.fr-view {
    font-size:16px;
    color:#000000;
    line-height:1.5;
}
.fr-view p, .fr-view li {
    line-height:1.5;
}
.fr-view ul {
    list-style: none;
    padding:0;
    margin:0;
}
.fr-view ul li {
    padding-left: .3em;
}
.fr-view ul li::before {
    content: "• ";
    color: rgb(74, 20, 140);
}
.fr-view h1 {
    line-height:1.1;
    font-size:30px;
    font-weight:400;
    color: rgb(74, 20, 140);
}
.fr-view h2 {
    font-size:20px;
    font-weight:400;
}
.fr-view strong {
    font-weight: 700;
}
.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%;
}
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed;
}
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5;
}
.fr-view table td,
.fr-view table th {
    /*border: 1px solid #dddddd;*/
}
.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px;
}
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red;
}
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px;
}
.fr-view table th {
    background: #e6e6e6;
}
.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
}
.fr-view .fr-file {
    position: relative;
}
.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: normal;
}
.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}
.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1;
}
.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4;
}
.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047;
}
.fr-view span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
    display: inline;
    line-height: 0;
}
.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
}
.fr-view .fr-text-gray {
    color: #AAA !important;
}
.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0;
}
.fr-view .fr-text-spaced {
    letter-spacing: 1px;
}
.fr-view .fr-text-uppercase {
    text-transform: uppercase;
}
.fr-view .fr-text-pad-top-5 {
    padding-top:5px;
}
.fr-view .fr-text-pad-top-10 {
    padding-top:10px;
}
.fr-view .fr-text-pad-top-20 {
    padding-top:20px;
}
.fr-view .fr-text-pad-bottom-5 {
    padding-bottom:5px;
}
.fr-view .fr-text-pad-bottom-10 {
    padding-bottom:10px;
}
.fr-view .fr-text-pad-bottom-20 {
    padding-bottom:20px;
}
.fr-view a, .fr-view a:hover, .fr-view a:visited {
    text-decoration:none;
    color: inherit;
    font-weight:inherit;
}
.fr-view a.tweet-link, .fr-view a.tweet-link:hover, .fr-view a.tweet-link:visited {
    display:block;
    background-color:#e1f5fe;
    color:#212121;
    font-size:20px;
    padding:15px;
    border:1px solid #40c4ff;
    border-radius:3px;
    max-width:450px;
}
.fr-view a.tweet-link:after {
    display:block;
    margin-top:5px;
    padding-top:5px;
    content:'CLICK TO TWEET';
    border-top:1px solid #c0c0c0;
    color:#40c4ff;
    font-size:14px;
    font-weight:600;
    text-align:right;
}
.fr-view img {
    position: relative;
    max-width: 100%;
}
.fr-view img.fr-dib {
    margin: 20px auto;
    display: block;
    float: none;
    vertical-align: top;
}
.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
}
.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
}
.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - (2 * 5px));
}
.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 20px 5px 0;
    max-width: calc(100% - 5px);
}
.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 20px;
    max-width: calc(100% - 5px);
}
.fr-view img.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.fr-view img.fr-bordered {
    border: solid 10px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.fr-view .fr-video {
    text-align: center;
    position: relative;
}
.fr-view .fr-video > * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: none;
}
.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both;
}
.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left;
}
.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right;
}
.fr-view .fr-video.fr-dvi {
    display: inline-block;
}
.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left;
}
.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right;
}
.fr-view a.fr-strong {
    font-weight: 700;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px;
}
/**
 * Link style.
 */
a.fr-view.fr-strong {
    font-weight: 700;
}
/**
 * Image style.
 */
img.fr-view {
    position: relative;
    max-width: 100%;
}
img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}
img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
}
img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
}
img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px));
}
img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px);
}
img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px);
}
img.fr-view.fr-rounded {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
img.fr-view.fr-bordered {
    border: solid 10px #CCC;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
