
body { font:13px/1.231 sans-serif; *font-size:small; background:#eaeaea; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }
p {
    font-size: 120%;
    padding:10px;
}

.clearfix:before{
    content: " ";
    display: table;
  }
  .clearfix:after{
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }

html {
    background: #f9f9f9;
}
input {
    padding: 3px;
    border: 2px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 10px 0px cornflowerblue;
}
h3 {
    font-size: 24px;
    font-weight: 100;
    margin-top:10px;
    margin-bottom: 10px;
    color: cornflowerblue;
    border-bottom: 2px solid cornflowerblue;
}
.main {
width: 100%;
min-height: 20px;
max-width: 750px;
margin-left: auto;
margin-right: auto;
}


.headerbar {
    position: fixed;
    height: 80px;
    width: 100%;
    background-color: rgba(92,145,205,0.95);
    box-shadow: 0px 0px 10px 10px rgb(255,255,255);
    z-index: 100;
}
.optionsclick {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    border-radius: 5px;
    right: 20px;
    cursor: pointer;
    background: rgba(255,255,255,0.1);
}
.optionsclick:hover {
    background: rgba(255,255,255,0.3);
}
.headwrapper {
        width: 100%;
    min-height: 20px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}


/*.headerbar {
   position: fixed;
height: 80px;
width: 100%;
background-color: #5C91CD;
opacity: 0.95;
    box-shadow: 0px 0px 10px 10px rgb(255,255,255);
}*/
.top {
height: 80px;
width: 100%;
position: fixed;
}
.main-logo {
width: 120px;
height: 120px;
margin-top: 10px;
display: inline-block;
position: relative;
cursor: pointer;
}

.main-logo svg {
    width: 96px;
    height: 96px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.main-logo:hover svg {
    opacity: 1;
}
.content {
        padding: 130px 0;
}
.content .toon {
 
    margin-left: auto;
    margin-right: auto;
}
.content .toon object, .content .toon img {
    width: 100%;
}
.content .social {
    display: none;
    margin: 0 2%;
}
.content.socialflip .toon,.content.socialflip .blockquote {
    display: none;
}
.content.socialflip .social {
    display: block;
}
.msg {
    position: fixed;
    right: 20px;
    top: 30px;
    width: 100px;
    height: 50px;
    z-index: 1000000;
}
.msg a {
    text-decoration:none;
    color: #fff !important;
}
.navlink {
    position: fixed;
    top: 108px;
    z-index: 999999;
    opacity: 0.6;
    
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
}
.navlink > div {
    font-size: 20px;
    line-height: 36px;
    font-weight: 100;
    color: #000;
    border-radius: 5px;
    
}
.previouslink {
    left: -5px;
    padding: 0px 7px 0px 25px;
}
.previouslink > div:before {
    content: "< ";
    position: absolute;
    left: 9px;
    opacity: 0.5;
}
.nextlink {
    right: -5px;
    padding: 0px 25px 0px 7px;
}
.navlink:hover{
    opacity: 1;
}
.nextlink > div:before {
    content: " >";
    position: absolute;
    right: 9px;
    opacity: 0.5;
}
.crightcomments {
    background: rgba(255,255,255,0.6);
    font-size: 12px;
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: right;
    padding: 10px;
    border: 1px solid #ddd;
    border-bottom: none;
    border-right: none;
    border-top-left-radius: 5px;
}
.crightcomments:hover {
    background: rgba(255,255,255,1);
}
.crightcomments p {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-right: 10px;
}
#copied {
    position: fixed;
    bottom: 84px;
    width: 80%;
    background: #fff;
    border: 2px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    border-radius: 5px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}
#copied > div {
    padding: 20px;
}
#permalink {
    display: inline-block;
    border: 2px solid #ddd;
    padding: 10px 12px;
    border-radius: 3px;
    background: #fff;
    max-width: 300px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
}

.medialink {
    min-height: 51px;
    vertical-align: top;
    display: inline-block;
    min-width: 200px;
}
.fb-share-button,.twitter-share-button
{
transform: scale(2.5);
-ms-transform: scale(2.5);
-webkit-transform: scale(2.5);
-o-transform: scale(2.5);
-moz-transform: scale(2.5);
transform-origin: top left;
-ms-transform-origin: top left;
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-webkit-transform-origin: top left;
}


.main-logo .spinner {
    position: absolute;
    top: 4px;
    left: -4px;
    width: 120px;
    height: 120px;
    margin-left: -20px;
    margin-right: auto;
    margin-top: -25px;
    border: 12px dashed #5C91CD;
    border-radius: 100%;
    opacity: .45;

@animation: spin 15s infinite linear;
moz-animation: spin 15s infinite linear;
-webkit-animation: spin 15s infinite linear;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    };
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}
@media(max-width: 1200px) {
    .previouslink {

        /* Safari */
        -webkit-transform: rotate(-90deg);

        /* Firefox */
        -moz-transform: rotate(-90deg);

        /* IE */
        -ms-transform: rotate(-90deg);

        /* Opera */
        -o-transform: rotate(-90deg);

        left: -5px;
         transform-origin: left top;

    }
    .nextlink  {
        right: -5px;
         transform-origin: right top;

        /* Safari */
        -webkit-transform: rotate(90deg);

        /* Firefox */
        -moz-transform: rotate(90deg);

        /* IE */
        -ms-transform: rotate(90deg);

        /* Opera */
        -o-transform: rotate(90deg);


    }
    .previouslink > div:before {
       /* Safari */
        -webkit-transform: rotate(90deg);

        /* Firefox */
        -moz-transform: rotate(90deg);

        /* IE */
        -ms-transform: rotate(90deg);

        /* Opera */
        -o-transform: rotate(90deg);
    }
    .nextlink > div:before {
       /* Safari */
        -webkit-transform: rotate(-90deg);

        /* Firefox */
        -moz-transform: rotate(-90deg);

        /* IE */
        -ms-transform: rotate(-90deg);

        /* Opera */
        -o-transform: rotate(-90deg);
    }
    .navlink {
        top: 320px;
    }
}
div.blockquote {
    margin: 25px 0;
    font-weight: 100;
    font-size: 27px;
    border: 2px solid cornflowerblue;
    border-left: none;
    border-right: none;
    padding: 20px 0;
}
p.author {
        text-align: right;
    font-size: 19px;
    padding: 0;
}