.header-logo:hover,
.header-social a:hover,
.os-choice a.current::before,
.os-choice a:hover::before,
.promo-video-button:hover:after {
    opacity: 1
}
.features-points-item p,
.press-window-form input,
.press-window-form textarea,
.press-window-form-desc {
    font-family: "Lucida Grande", Helvetica, Arial, san-serif
}
.hidden,
.invisible {
    visibility: hidden
}
.os-choice a:hover {
    color: #fff
}
.store-button:hover {
    background: rgb(86, 157, 237, 1);
    background: -moz-linear-gradient(top, rgba(86, 157, 237, 1) 0, rgba(47, 107, 169, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(86, 157, 237, 1)), color-stop(100%, rgba(47, 107, 169, 1)));
    background: -webkit-linear-gradient(top, rgba(86, 157, 237, 1) 0, rgba(47, 107, 169, 1) 100%);
    background: -o-linear-gradient(top, rgba(86, 157, 237, 1) 0, rgba(47, 107, 169, 1) 100%);
    background: -ms-linear-gradient(top, rgba(86, 157, 237, 1) 0, rgba(47, 107, 169, 1) 100%);
    background: linear-gradient(to bottom, rgba(86, 157, 237, 1) 0, rgba(47, 107, 169, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#569ded', endColorstr='#2f6ba9', GradientType=0)
}
.promo-video-button:hover {
    opacity: 1;
    cursor: pointer;
    color: #fff
}
.features-section {
    position: relative;
    z-index: 130;
    margin-top: -30px
}
.features-section .section-wrapper {
    text-align: left
}
.section-decor {
    height: 150px;
    font-size: 0;
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    overflow: hidden
}
.section-decor-center {
    display: none
}
.section-decor-left,
.section-decor-right {
    display: table-cell;
    width: 50%;
    background-size: 440px 150px
}
.section-decor.top .section-decor-left {
    background: url(../img/paper_top_left.png) right bottom no-repeat
}
.section-decor.top .section-decor-right {
    background: url(../img/paper_top_right.png) left bottom no-repeat
}
.section-decor.bottom .section-decor-left {
    background: url(../img/paper_bottom_left.png) right top no-repeat
}
.section-decor.bottom .section-decor-right {
    background: url(../img/paper_bottom_right.png) left top no-repeat
}
.section-decor-middle {
    background: url(../img/paper_pattern.jpg) center 0;
    margin-bottom: -80px;
    background-size: 400px 400px
}
.features-section-title,
.screenshots-section-title {
    position: relative;
    font-size: 3rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .2rem;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 24px
}
.features-section-title {
    color: #443622;
    top: -65px;
    background: url(../img/separator_features_center@2x.png) center bottom no-repeat;
    background-size: 24px 19px
}
.screenshots-section-title {
    color: #d1d1d1;
    background: url(../img/separator_screenshots_center@2x.png) center bottom no-repeat;
    background-size: 24px 19px;
    margin-top: 18px
}
.features-section-title::after,
.features-section-title::before,
.screenshots-section-title::after,
.screenshots-section-title::before {
    content: "";
    position: absolute;
    display: block;
    width: 47%;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    height: 1px;
    bottom: 12px
}
.features-section-title::before {
    left: 0;
    background: url(../img/separator_features_left.png) right 0 no-repeat;
    background-size: contain
}
.features-section-title::after {
    right: 0;
    background: url(../img/separator_features_right.png) left 0 no-repeat;
    background-size: contain
}
.screenshots-section-title::before {
    left: 0;
    background: url(../img/separator_screenshots_left.png) right 0 no-repeat;
    background-size: contain
}
.screenshots-section-title::after {
    right: 0;
    background: url(../img/separator_screenshots_right.png) left 0 no-repeat;
    background-size: contain
}
.features-points-list {
    position: relative;
    text-align: center
}
h2+.features-points-list {
    margin-top: -33px
}
.features-points-item {
    width: 80%;
    text-align: left;
    padding-left: 60px;
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    position: relative
}
.features-points-item::before {
    content: "";
    display: block;
    width: 50px;
    height: 45px;
    background: url(../img/features_points_icons.png) no-repeat;
    background-size: 50px 230px;
    position: absolute;
    left: 0;
    top: 0
}
.logic::before {
    background-position: 0 0
}
.trains::before {
    background-position: 0 -45px
}
.traffic::before {
    background-position: 0 -90px
}
.achievements::before {
    background-position: 0 -135px
}
.free::before {
    height: 49px;
    left: 3px;
    background-position: 0 -180px
}
.features-points-item h4 {
    margin: 0;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #3b2d19;
    margin-top: 5px;
    white-space: nowrap;
}
.features-points-item p {
    margin-top: 3px;
    font-size: 1.6rem;
    line-height: 1.66666667;
    color: #463926
}
.features-points-img {
    max-width: 900px;
    padding-top: 46%;
    background: url(../img/features_points_slice.jpg) center center;
    background-size: contain;
    margin: -2px auto 20px
}
.footer {
    overflow: hidden;
    color: #d1d1d1;
    padding: 29px 0 55px
}
.footer .section-wrapper {
    max-width: 860px;
    padding: 0 20px
}
.contacts {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 3rem;
    position: relative;
    margin-bottom: 1.8rem;
    font-style: italic;
}
.contacts a {
    color: #d6d7d8
}
.contacts a:hover {
    color: #fff;
    text-decoration: underline
}
.footer-social {
    padding: 0;
    margin-bottom: 25px
}
.footer-social .facebook,
.footer-social .twitter {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px
}
.copyright {
    display: inline-block;
    min-height: 25px;
    padding-top: 30px;
    background: url(../img/footer_logo.png) center top no-repeat;
    background-size: 92px 22px;
    font-size: 1.3rem;
    line-height: .95;
    font-style: italic
}
.press-window {
    position: relative;
    max-width: 580px;
    padding: 30px 40px;
    background: url(../img/bg_light.jpg) #f1f1f1;
    background-size: 500px 499px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .75);
    color: #363636;
    margin: 0 15px 30px
}
.press-window-close {
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../img/press_button_close@2x.png) no-repeat;
    background-size: 19px 19px;
    text-indent: -999999em
}
.press-window-close:hover {
    opacity: .6
}
.press-window-title {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.1333;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 1px 0 0
}
.press-window-download {
    font-style: italic;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    margin: 12px -40px 0
}
.press-window-download a {
    background: url(../img/press_download_icon@2x.png) left center no-repeat;
    background-size: 16px 14px;
    color: rgba(64, 114, 166, 1);
    padding-left: 21px;
    white-space: nowrap;
    position: relative;
    font-size: 2.1rem;
    text-decoration: underline
}
.press-window-download a:hover {
    color: rgba(64, 114, 166, .8)
}
.press-window-download a::after,
.press-window-download a::before {
    content: "";
    display: inline-block;
    background: rgba(0, 0, 0, .2);
    box-shadow: 0 1px #fff;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 100%
}
.press-window-download a::before {
    right: 3rem;
    margin-left: -100%
}
.press-window-download a::after {
    left: 1rem;
    margin-right: -100%
}
.press-window-form {
    margin: 18px auto 0
}
.press-window-form-desc {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0 0 34px;
    padding: 0
}
.press-window-form label {
    display: block;
    font-size: 1.4rem;
    margin-top: 16px;
    padding-bottom: 3px;
    color: #626262;
    text-transform: uppercase
}
.press-window-form input,
.press-window-form textarea {
    display: block;
    border: 1px solid;
    border-color: #b7b7b7 #c5c5c5 #d9d9d9;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: inset 0 1px 1px rgba(220, 220, 220, 1), 0 1px 0 #fcfcfc;
    width: 100%
}
.press-window-form input {
    max-width: 398px;
    height: 40px;
    padding: 0 12px
}
.press-window-form textarea {
    width: 100%;
    height: 80px;
    padding: 12px;
    resize: vertical
}
.press-window-form input:focus,
.press-window-form textarea:focus {
    outline: 0;
    border: 1px solid rgba(64, 114, 166, .8);
    box-shadow: inset 0 1px 1px rgba(64, 114, 166, .3)
}
.press-window-form .error,
.press-window-form .error:focus {
    border: 1px solid #973d3d;
    box-shadow: inset 0 1px 1px rgba(176, 97, 97, .5)
}
.press-window-submit {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    min-width: 16rem;
    line-height: 5rem;
    padding: 0;
    cursor: pointer;
    font-size: 1.7rem;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    border-radius: 70px;
    border: none;
    outline: 0;
    margin-right: 40px
}
.press-window-submit.default {
    background: #c0b71d;
    background: -moz-linear-gradient(top, rgba(215, 201, 31, 1) 0, rgba(143, 145, 24, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(215, 201, 31, 1)), color-stop(100%, rgba(143, 145, 24, 1)));
    background: -webkit-linear-gradient(top, rgba(215, 201, 31, 1) 0, rgba(143, 145, 24, 1) 100%);
    background: -o-linear-gradient(top, rgba(215, 201, 31, 1) 0, rgba(143, 145, 24, 1) 100%);
    background: -ms-linear-gradient(top, rgba(215, 201, 31, 1) 0, rgba(143, 145, 24, 1) 100%);
    background: linear-gradient(to bottom, rgba(215, 201, 31, 1) 0, rgba(143, 145, 24, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d7c91f', endColorstr='#8f9118', GradientType=0)
}
.press-window-submit.default:hover {
    background: #d2c51f;
    background: -moz-linear-gradient(top, rgba(230, 212, 18, 1) 0, rgba(163, 160, 22, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(230, 212, 18, 1)), color-stop(100%, rgba(163, 160, 22, 1)));
    background: -webkit-linear-gradient(top, rgba(230, 212, 18, 1) 0, rgba(163, 160, 22, 1) 100%);
    background: -o-linear-gradient(top, rgba(230, 212, 18, 1) 0, rgba(163, 160, 22, 1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 212, 18, 1) 0, rgba(163, 160, 22, 1) 100%);
    background: linear-gradient(to bottom, rgba(230, 212, 18, 1) 0, rgba(163, 160, 22, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6d412', endColorstr='#a3a016', GradientType=0)
}
.press-window-submit:active {
    top: 1px
}
.press-window-submit.sending {
    background: #a7a7a7;
    background: -moz-linear-gradient(top, rgba(190, 190, 190, 1) 0, rgba(128, 128, 128, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(190, 190, 190, 1)), color-stop(100%, rgba(128, 128, 128, 1)));
    background: -webkit-linear-gradient(top, rgba(190, 190, 190, 1) 0, rgba(128, 128, 128, 1) 100%);
    background: -o-linear-gradient(top, rgba(190, 190, 190, 1) 0, rgba(128, 128, 128, 1) 100%);
    background: -ms-linear-gradient(top, rgba(190, 190, 190, 1) 0, rgba(128, 128, 128, 1) 100%);
    background: linear-gradient(to bottom, rgba(190, 190, 190, 1) 0, rgba(128, 128, 128, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#808080', GradientType=0)
}
.press-window-submit.sending:hover {
    cursor: default
}
.press-window .alert {
    margin-top: 33px;
    margin-bottom: 40px;
    font-size: 2rem
}
.script-error {
    display: block;
    color: #c8000f;
    font-size: 2rem;
    margin-top: 2rem
}




/* Basic Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Rails Slider */

@charset 'UTF-8';
.slick-loading .slick-list {
    background: #fff url('/share/scripts/slick/ajax-loader.gif') center center no-repeat;
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 29px;
    height: 73px;
    margin-top: -69px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    background: url(../img/slider_sprite.png) no-repeat;
    background-size: 58px 167px;
}
.slick-prev:hover {
    background-position: right -73px;
}
.slick-next:hover {
    background-position: right top;
}
.slick-prev {
    background-position: 0 -73px;
    left: -74px;
}
.slick-prev:active {
    margin-left: -1px;
}
.slick-next {
    right: -74px;
}
.slick-next:active {
    margin-right: -1px;
}
.slick-slider {
    margin: 16px auto 0;
}
.apple-screens {
    max-width: 600px;
}
.android-screens {
    max-width: 723px;
}
.slick-slide {
    padding: 12px 0;
}
.slick-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.slick-slide.slick-center img {
    box-shadow: 0px 0 12px rgba(0, 0, 0, .8);
    position: relative;
    z-index: 100;
}
.slick-slide:not(.slick-center) {
    opacity: .5;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}
.slick-center span:hover {
    cursor: pointer;
}
.slick-dots {
    position: relative;
    margin-top: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../img/slider_sprite.png) no-repeat 0 bottom;
    background-size: 58px 167px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    opacity: .8;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
    opacity: 1;
}
.slick-dots li.slick-active {
    background-position: -20px bottom;
    cursor: default;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
/*
.slick-dots li button:hover,
.slick-dots li button:focus {}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {}

.slick-dots li button:before {}

.slick-dots li.slick-active button:before {}
*/
/* Rails Slider END */



@media only screen and (min-width: 500px) {
    .features-section {
        margin-top: -45px
    }
    .features-section-title,
    .screenshots-section-title {
        font-size: 3.5rem;
        letter-spacing: .3rem;
        word-spacing: .5rem;
    }
    .features-points-item {
        margin-left: 10px;
        margin-right: 10px
    }
    .script-error {
        display: inline-block;
        margin-top: 0
    }
}
@media only screen and (min-width: 620px) {
    .features-points-item {
        width: 282px
    }
    .contacts {
        width: 100%;
        margin-bottom: 4rem
    }
    .copyright {
        float: left;
        margin-top: -1px;
        padding-left: 102px;
        padding-top: 0px;
        background-position: left top;
        text-align: left
    }
    .features-section-title,
    .screenshots-section-title {
      padding-bottom: 19px;
    }    
    .footer-social {
        float: right;
        margin: 0
    }
    .press-window {
        border-radius: 22px;
        padding: 40px 60px 50px
    }
    .press-window-close {
        right: 30px;
        top: 30px
    }
    .press-window-title {
        font-size: 3.6rem;
    }
    .press-window-download {
        padding-left: 60px;
        padding-right: 60px;
        margin-left: -60px;
        margin-right: -60px
    }
}
@media only screen and (min-width: 768px) {
    .features-section {
        margin-top: -90px
    }
    .features-section-title,
    .screenshots-section-title {
        font-size: 5rem;
        word-spacing: .3rem;
/*         letter-spacing: -.01rem; */
    }
    .screenshots-section-title {
        margin-top: 45px
    }
    .features-points-item {
        margin-left: 30px;
        margin-right: 30px
    }
    .contacts {
        width: auto;
        top: 4px;
        left: -24px;
        margin-bottom: 0;
        font-size: 1.4rem;
        line-height: 2rem;
        text-align: left
    }
    .footer-social li {
        margin: 0 5px
    }

    .slick-dots {
        margin-top: 26px;
    }
    .slick-dots li {
        margin: 0 2px;
    }

}
@media only screen and (min-width: 880px) {
    .section-decor-left,
    .section-decor-right {
        width: 440px
    }
    .section-decor-center {
        display: table-cell;
        width: 100%;
        background-size: 400px 150px
    }
    .section-decor.top .section-decor-center {
        background: url(../img/paper_top_center.png) left bottom repeat-x
    }
    .section-decor.bottom .section-decor-center {
        background: url(../img/paper_bottom_center.png) left top repeat-x
    }
    .section-decor-middle {
        height: 56.3rem;
        margin-bottom: 0
    }
    h2+.features-points-list {
        margin-top: 0
    }
    .features-points-item {
        position: absolute
    }
    .features-points-item p {
        font-size: 1.2rem
    }
    .logic {
        left: 66px;
        top: -27px
    }
    .free {
        right: -11px;
        top: -45px
    }
    .trains {
        left: -13px;
        top: -142px
    }
    .achievements {
        right: -9px;
        top: -142px
    }
    .traffic {
        left: 50%;
        margin-left: -63px;
        top: -2px
    }
  .features-points-img {
      margin-top: -5px
  }

}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {
    .header-logo {
        background-image: url(../img/header_logo@2x.png);
        background-size: 140px 22px
    }
    .header-social a,
    .os-choice a::before {
        background-image: url(../img/icons_sprite@2x.png);
        background-size: 30px 270px
    }
    .rails-logo {
        background: url(../img/logo_rails@2x.png) center center no-repeat, url(/products/rails/img/logo_rails_separator@2x.png) center 109px no-repeat;
        background-size: 233px 155px, contain
    }
    .store-button.amazon::before,
    .store-button.appstore::before,
    .store-button.google::before {
        background-image: url(../img/icons_sprite@2x.png);
        background-size: 30px 270px
    }
    .promo-video {
        background-image: url(../img/bg_video@2x.png);
        background-size: contain
    }
    .promo-video-button::after {
        background-image: url(../img/icons_sprite@2x.png);
        background-size: 30px 270px
    }
    .section-decor.top .section-decor-left {
        background-image: url(../img/paper_top_left@2x.png);
        background-size: 440px 150px
    }
    .section-decor.top .section-decor-right {
        background-image: url(../img/paper_top_right@2x.png);
        background-size: 440px 150px
    }
    .section-decor.bottom .section-decor-left {
        background-image: url(../img/paper_bottom_left@2x.png);
        background-size: 440px 150px
    }
    .section-decor.bottom .section-decor-right {
        background-image: url(../img/paper_bottom_right@2x.png);
        background-size: 440px 150px
    }
    .section-decor.top .section-decor-center {
        background-image: url(../img/paper_top_center@2x.png);
        background-size: 440px 150px
    }
    .section-decor.bottom .section-decor-center {
        background-image: url(../img/paper_bottom_center@2x.png);
        background-size: 440px 150px
    }
    .section-decor-middle {
        background-image: url(../img/paper_pattern@2x.jpg);
        background-size: 400px 400px
    }
    .features-points-item::before {
        background-image: url(../img/features_points_icons@2x.png);
        background-size: 50px 230px
    }
    .copyright {
        background-image: url(../img/footer_logo@2x.png);
        background-size: 92px 22px
    }
    .press-window {
        background-image: url(../img/bg_light@2x.jpg);
        background-size: 500px 499px
    }
    .features-points-img {
        background: url(../img/features_points_slice@2x.jpg) center center;
        background-size: contain
    }

    .slick-prev,
    .slick-next {
        background-image: url(../img/slider_sprite@2x.png);
        background-size: 58px 167px;
    }
    .slick-dots li {
        background-image: url(../img/slider_sprite@2x.png);
        background-size: 58px 167px;
    }

}
.hidden {
    display: none!important
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}