/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    /*background: #F78F1E*/
    ;
    background: rgb(193, 218, 236);
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    max-width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #CCC;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a:link, a:visited {}

a:hover, a:active {
    color: #666666;
    text-decoration: underline;
}

.color1st {
    color: #333;
}

.color2nd {
    color: #0072B8/*#6E4085*/
    ;
}

/*purple*/

.color3rd {
    color: #3576C2;
}

/*blue*/

.color4th {
    color: #FF0000;
}

/*red*/

.color5th {
    color: #000000;
}

.color6th {
    color: #FFFFFF;
}

.color7th {
    color: #CCCCCC;
}

.color8th {
    color: #222;
}

.color1st a:link, .color1st a:visited, a:link.color1st, a:visited.color1st {
    color: #3952B2;
    text-decoration: none;
}

.color1st a:hover, .color1st a:active, a:hover.color1st, a:active.color1st {
    color: #666666;
    text-decoration: underline;
}

.color2nd a:link, .color2nd a:visited, a:link.color2nd, a:visited.color2nd {
    color: #E50011;
    text-decoration: none;
}

.color2nd a:hover, .color2nd a:active, a:hover.color2nd, a:active.color2nd {
    color: #E50011;
    text-decoration: underline;
}

.color3rd a:link, .color3rd a:visited, a:link.color3rd, a:visited.color3rd {
    color: #575757;
    text-decoration: none;
}

.color3rd a:hover, .color3rd a:active, a:hover.color3rd, a:active.color3rd {
    color: #000000;
    text-decoration: underline;
}

.color4th a:link, .color4th a:visited, a:link.color4th, a:visited.color4th {
    color: #2C79B7;
    text-decoration: none;
}

.color4th a:hover, .color4th a:active, a:hover.color4th, a:active.color4th {
    color: #666666;
    text-decoration: underline;
}

.color5th a:link, .color5th a:visited, a:link.color5th, a:visited.color5th {
    color: #000000;
    text-decoration: underline;
}

.color5th a:hover, .color5th a:active, a:hover.color5th, a:active.color5th {
    color: #666666;
    text-decoration: underline;
}

.color6th a:link, .color6th a:visited, a:link.color6th, a:visited.color6th {
    color: #FFFFFF;
    text-decoration: none;
}

.color6th a:hover, .color6th a:active, a:hover.color6th, a:active.color6th {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.color8th a:link, .color8th a:visited, a:link.color8th, a:visited.color8th {
    color: #222;
    text-decoration: none;
}

.color8th a:hover, .color8th a:active, a:hover.color8th, a:active.color8th {
    color: #222;
}

.txt1 {
    font-size: 0.75em;
    /*12/16*/
    line-height: 1.3em;
}

.txt2 {
    font-size: 0.8125em;
    /*13/16*/
    _: 0.75em;
    /*12/16*/
    line-height: 1.6;
}

.txt3 {
    font-size: 0.9375em;
    /*15/16*/
    line-height: 1.65em;
}

.txt4 {
    font-size: 1em;
}

.txt5 {
    font-size: 1.1875em;
    /*19/16*/
}

.txt6 {
    font-size: 1.3125em;
    /*21/16*/
}

.txt7 {
    font-size: 1.625em;
    /*26/16*/
}

h1 {
    font-size: 1.5em;
    /*24/16*/
}

h2 {
    font-size: 1.125em;
    line-height: 1.8;
    /*18/16*/
}

h3 {
    font-size: 0.9375em;
    /*15/16*/
}

h4 {
    font-size: 0.875em;
    /*14/16*/
}

h5 {
    font-size: 0.8125em;
    /*13/16*/
}

h6 {
    font-size: 0.6875em;
    /*11/16*/
}

#bkg_wrapper {
    width: 996px;
    margin: 0px auto;
}

#outer_wrapper {
    position: relative;
    text-align: left;
    width: 996px;
    float: left;
    background: #FFF;
}

#content_wrapper {
    width: 100%;
    float: left;
    padding-bottom: 20px;
}

#form_wrapper {
    width: 80%;
    margin: 0px auto;
}

#content {
    width: 94%;
    margin: 1em auto;
}

#content #exhibitor ul {
    margin: 0;
    padding: 0;
}

#content #exhibitor ul li {
    width: 48%;
    border-bottom: 1px dotted #CCC;
    list-style: none;
    float: left;
    height: 4.5em;
    margin-right: 1em;
}

#content #exhibitor ul li.sp1 {
    height: 7.3em;
}

#nav {
    width: 94%;
    margin: 0 auto;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav ul li {
    background: #6E4085;
    padding: 0.25em 0;
    text-align: center;
    float: left;
    list-style: none;
}

nav {
    position: relative;
}

.navheader {
    width: 100%;
}

.slide-trigger {
    display: none;
    /* need this */
    border: 1px solid #FFF;
    cursor: pointer;
    background: url(../image/nav_but.png) no-repeat center center #1A80BE;
    width: 40px;
    height: 40px;
    margin: 0.5em 0 0 0.5em;
}

.slide-trigger span {
    background-position: 0 -14px;
    display: block;
    float: right;
    margin-top: 3px;
}

.navigation {
    max-width: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.navigation li {
    float: left;
    display: block;
    background: #439646/*#6E4085*/
    ;
}

/**.navigation .nav_1 {width: 8%;}
.navigation .nav_2 {width: 11%;}
.navigation .nav_3 {width: 11%;}
.navigation .nav_4 {width: 17%;}
.navigation .nav_5 {width: 11%; position:relative;}
.navigation .nav_6 {width: 15%;}
.navigation .nav_7 {width: 16%;}
.navigation .nav_8 {width: 11%;}**/

.navigation .nav_1 {
    width: 9%;
}

.navigation .nav_2 {
    width: 12%;
}

.navigation .nav_3 {
    width: 11%;
}

.navigation .nav_4 {
    width: 16%;
}

.navigation .nav_5 {
    width: 12%;
    position: relative;
}

.navigation .nav_6 {
    width: 11%;
}

.navigation .nav_7 {
    width: 12%;
}

.navigation .nav_8 {
    width: 17%;
}

.navigation .nav_9 {
    width: 11%;
}

.navigation li a {
    display: block;
    color: #333;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
    transition: background 0.5s ease 0s;
    padding: 3px 0;
}

.navigation li a:hover, .navigation li a:focus {
    background: #0E6211/*#4F2866*/
    ;
    color: #FFF;
}

.navigation li a#current {
    background: none repeat scroll 0 0 #0E6211/*#4F2866*/
    ;
    color: #FFF;
    font-weight: bold;
}

.navigation li:last-child a {
    border: medium none;
}

/******* sub nav*******/

.navigation li .sub_nav {
    display: none;
    width: 100%;
    margin: 28px 0 0 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.navigation li .sub_nav li {
    width: 100%;
}

.textarea_Message {
    width: 97.5%;
    margin: 0 0 10px;
}

#header {
    width: 996px;
    float: left;
    position: relative;
}

#header .topbar {
    width: 100%;
    height: 20px;
    background: url(../image/topbar.gif);
    float: left;
}

#header .top_wrapper {
    width: 94%;
    margin: 0 auto;
}

#header .top_logo {
    width: 27%;
    /*268/996*/
    float: left;
    margin: 1em 0;
}

#header .top_country {
    width: 68%;
    /*680/996*/
    float: left;
    margin: 1em 0 0 0;
}

#header .top_info {
    width: 43%;
    /*430/996*/
    float: left;
    margin-left: 0.5em;
}

#header .top_info .colL {
    width: 28%;
    float: left;
}

#header .top_info .colR {
    width: 72%;
    float: left;
}

#header .top_free {
    width: 26%;
    /*260/996*/
    float: right;
    text-align: right;
}

#header .top_social {
    width: 26%;
    /*260/996*/
    float: right;
}

#header .top_social ul {
    margin: 0.25em 0;
    padding: 0;
}

#header .top_social .channels li {
    list-style: none;
    float: right;
}

#header .top_social .channels li a {
    display: block;
    width: 40px;
    height: 36px;
    background-image: url(../image/social.gif);
    text-indent: -9999em;
}

#header .top_social .channels .facebook a {
    background-position: 0 0;
}

#header .top_social .channels .twitter a {
    background-position: 0 -42px;
}

#header .top_social .channels .weibo a {
    background-position: -80px 0;
}

#header .top_social .channels .print a {
    background-position: -120px 0;
}

#header .top_social .channels .email a {
    background-position: 40px 0;
}

#header2 {
    width: 100%;
    display: none;
	text-align:center;
}

#header3 {
    width: 996px;
    float: left;
}

#footer {
    width: 996px;
    float: left;
}

#footer2 {
    display: none;
}

td {
    border: 1px solid #999;
    padding: 3px;
}

.thankyou {
    width: 100%;
    text-align: center;
}

.intro {
    width: 100%/*40%*/
    ;
    float: left;
}

.intro2 {
    width: 50%/*40%*/
    ;
    float: left;
    padding-right: 15px
}

.intro ul {
    margin-left: 2em;
    padding: 0;
    width: 60%;
    float: left;
}

.box {
    width: 20%;
    float: left;
    margin: 0 1em 1em 0;
}

.box .title {
    width: 100%;
    padding: 0.25em;
    margin-bottom: 1px;
    background: #3576C2;
    text-align: center;
    float: left;
}

.box .detail {
    width: 100%;
    padding: 0.25em;
    background: #3576C2;
    float: left;
    height: 160px;
}

.box .book {
    width: 100%;
    text-align: center;
}

.arrow {
    width: 20px;
    height: 20px;
    background: url(../image/arrow.png) no-repeat;
    float: left;
    margin-right: 5px;
}

#seminar .row1 {
    width: 100%;
    background: #3576C2;
    float: left;
    padding: 0.25em 0;
    text-align: center;
}

#seminar .row2 {
    width: 100%;
    background: #EEE;
    border-bottom: 1px dotted #CCC;
    float: left;
    padding: 0.25em 0;
}

#seminar .row3 {
    width: 100%;
    background: #FFF;
    border-bottom: 1px dotted #CCC;
    float: left;
    padding: 0.25em 0;
}

#seminar .column1 {
    width: 20%;
    float: left;
}

#seminar .column2 {
    width: 33%;
    float: left;
    padding-right: 2%;
}

#seminar .column3 {
    width: 45%;
    float: left;
}

.rightbox {
    position: absolute;
    right: 30px;
    bottom: 16px;
}

.rightbox .formbox {
    display: none;
    visibility: hidden;
}

.rightbox .soc_wrap .space {
    width: 162px;
    height: 40px;
}

.btn {
    background: #D77A00;
    padding: 10px 0;
    width: 300px;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    float: left;
    margin-top: 30px;
}

/* Tools END */

.lineHeight1 {
    line-height: 1.2;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clr {
    clear: both;
    _display: inline;
}

.bold {
    font-weight: bold;
}

.small_title {
    font-weight: 500;
    font-size: 0.9em
}

.dotline {
    border-top: 1px dashed #AAAAAA;
}

.dotline2 {
    border-bottom: 1px dotted #999999;
}

.dashline {
    border-top: 1px dashed #C2ADCB;
}

.MarginRight1 {
    /*margin-right:10px;*/
    margin-right: 20px;
}

.MarginRight2 {
    margin-right: 30px;
}

.MarginRight3 {
    margin-right: 16px;
    _margin-right: 13px;
}

.MarginRight4 {
    margin-right: 4px;
}

.MarginRight5 {
    margin-right: 11px;
}

.MarginBottom1 {
    margin-bottom: 30px;
}

.MarginBottom2 {
    margin-bottom: 20px;
}

.MarginTop1 {
    margin-top: 12px;
}

.padding1 {
    padding: 7px;
}

.padding2 {
    padding: 2px;
}

.paddingBottom1 {
    padding-bottom: 15px;
}

.AlignCenter {
    text-align: center;
}

.AlignJustify {
    text-align: justify;
}

.BkgColor1 {
    background-color: #F2F2F2;
}

/* form */

.col1 {
    text-align: right;
    width: 25%;
    float: left;
}

.col1a {
    text-align: left;
    width: 24%;
    float: left;
}

.col2 {
    text-align: left;
    width: 75%;
    float: left;
}

.col3 {
    text-align: right;
    width: 2%;
    float: left;
}

.col4 {
    text-align: left;
    width: 98%;
    float: left;
}

.col5 {
    text-align: right;
    width: 70%;
    float: left;
}

.col6 {
    text-align: left;
    width: 30%;
    float: left;
}

.col7 {
    text-align: left;
    width: 100%;
    float: left;
    display: flex;
}

.col8 {
    text-align: center;
    width: 100%;
    float: left;
    padding: 2%;
    margin-bottom: 20px;
    border: 1px solid #555555;
}

input {
    border: 1px solid #CCC;
    padding: 0.2em;
}

textarea {
    border: 1px solid #CCC;
    padding: 0.2em;
}

form div {
    margin-bottom: 0.5em;
}

form ul {
    margin-left: 1.5em;
    padding: 0;
}

form li {
    list-style: decimal;
}

.submit {
    text-align: center;
}

.button {
    background: #c5e6db;
    border: 1px #ffff01 solid;
    padding: 5px 10px;
}

.subscription-wrapper {
    width: 597px;
    margin: 0 auto;
}

.subscription-wrapper a {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #008CBA;
    font-weight: bold;
    border-radius: 15px;
}

.tp {
    font-size: 13px;
    background: #ffffe0;
    padding: 0.5em 0.8em;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.video_wrapper {
    width: 35%;
    float: left;
    margin: 0 1em 1em 0;
}

video {
    max-width: 100%;
    height: auto;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap280_black {
    width: 280px;
    display: inline-block;
    color: #000000;
}

.box_shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    background-color: #ffffff;
    display: block;
}

.news_ul {
    padding: 15px;
}

.news_ul li {
    border-bottom-color: #666666;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    padding-bottom: 0.5em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    list-style: none;
}

label.nobreak, p span.nobreak  {
    display:inline-table;
}
.choice_label	label.nobreak{	
	display:block;
	
}
	
span.nobreak {
	/*white-space: nowrap;*/		
	display:block;
}


 li  span.nobreak  {
    display:inline-table;
}


.forcenewline {
	/*white-space: nowrap;*/		
	display:inherit;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen {
    .vjs-default-skin .vjs-fullscreen-control {
        background: none;
        display: none;
    }
    .vjs-default-skin .vjs-fullscreen-control div {
        display: none;
        background: none;
    }
    .vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control div {
        background: none;
    }
}

@media only screen and (max-width: 479px) {
	.forcenewline {
		/*white-space: nowrap;*/		
		display:block !important;
	}
    label.nobreak {
        display:block;
    }
		
	span.nobreak {
		/*white-space: nowrap;*/		
		display:block !important;
	}	
	
		 li  span.nobreak  {
    display:inline-table  !important;;
}
	
    #bkg_wrapper {
        width: 100%;
    }
    #outer_wrapper {
        width: 100%;
    }
    #content_wrapper {
        width: 100%;
    }
    #form_wrapper {
        width: 95%;
    }
    #content {
        width: 90%;
        margin: 0 auto 1em;
    }
    #content #exhibitor ul li {
        width: 100%;
        height: auto;
        padding: 0.25em 0;
    }
    #header {
        width: 100%;
        border-top: 6px #c5e6db solid;
    }
    #header .topbar {
        width: 100%;
        height: 60px;
    }
    #header .top_logo {
        width: 100%;
        margin: 0;
    }
    #header .top_country {
        width: 100%;
        margin: 0;
    }
    #header .top_info {
        width: 100%;
        margin: 0;
    }
    #header .top_free {
        width: 100%;
        text-align: center;
    }
    #header .top_social {
        width: 100%;
    }
    #header2 {
        width: 100%;
        display: inherit;
    }
    #header3 {
        width: 100%;
        display: none;
    }
    #footer {
        display: none;
    }
    #footer2 {
        width: 100%;
        display: inherit;
    }
    .intro ul {
        margin-left: 1.2em;
        width: 96%;
    }
    #nav ul li {
        width: 100%;
        border-bottom: 1px solid #FFF;
    }
    .slide-trigger {
        display: block;
    }
    .no-js .slide-trigger {
        display: none;
    }
    .navigation {
        display: none;
    }
    .no-js .navigation {
        display: block;
    }
    .navigation {
        background: #c5e6db;
        width: 100%;
        position: absolute;
        z-index: 1;
    }
    .navigation li {
        float: none;
        width: 100%;
        background: none;
    }
    .navigation .nav_1, .navigation .nav_2, .navigation .nav_3, .navigation .nav_4, .navigation .nav_5, .navigation .nav_6, .navigation .nav_7, .navigation .nav_8 {
        width: 100%;
    }
    .navigation li a {
        border-bottom: 1px solid #FFF;
        width: 98%;
        text-align: left;
        padding: 0.8em 0 0.8em 2%;
        color: #F77B25;
    }
    .navigation li a#current {
        background: #3A5D3B;
    }
    .navigation li a:hover, .navigation li a:focus {
        background: #3A5D3B;
        color: #FFF;
    }
    .navigation li:frist-child a {
        border-top: 1px solid #FFF;
    }
    .navigation li:last-child a {
        border-bottom: 1px solid #FFF;
        /*20150604 border-left: 1px solid #FFF; border-right: 1px solid #FFF;*/
    }
    /******* sub nav*******/
    .navigation li .sub_nav {
        position: relative;
    }
    .navigation li .sub_nav li {}
    .navigation li .sub_nav li:last-child a {
        border-bottom: 1px solid #FFF;
        width: 98%;
        text-align: left;
        padding: 0.8em 0 0.8em 2%;
        border-left: none;
        border-right: none;
    }
    .intro {
        width: 100%;
    }
    .intro2 {
        width: 100%;
    }
    .box {
        width: 100%;
    }
    .box .detail {
        height: auto;
    }
    .video_wrapper {
        width: 90%;
        box-sizing: border-box;
    }
    #seminar .row2 {
        display: none;
    }
    #seminar .column1 {
        width: 100%;
    }
    #seminar .column2 {
        width: 100%;
        padding: 0;
    }
    #seminar .column3 {
        width: 100%;
    }
    /* form */
    .col1 {
        text-align: left;
        width: 100%;
        float: left;
    }
    .col1a {
        text-align: left;
        width: 100%;
        float: left;
    }
    .col2 {
        text-align: left;
        width: 100%;
        float: left;
    }
    .col3 {
        text-align: left;
        width: 5%;
        float: left;
    }
    .col4 {
        text-align: left;
        width: 95%;
        float: left;
    }
    .col5 {
        text-align: left;
        width: 100%;
        float: left;
    }
    .col6 {
        text-align: left;
        width: 100%;
        float: left;
    }
    .col7 {
        text-align: left;
        width: 100%;
        float: left;
        display: block;
    }
    .col8 {
        text-align: left;
        width: 95%;
        float: left;
        padding-top: 20px;
        min-height: inherit;
    }
    .rightbox {
        position: relative;
        right: auto;
        bottom: initial;
        margin: 0 auto;
        width: 90%;
    }
    .rightbox .formbox {
        float: left;
        width: 42%;
        /*display:none;*/
    }
    .rightbox .formbox.has_space {
        float: none;
        margin: 0 auto;
    }
    .rightbox .formbox img {
        width: 100%;
        min-height: 36px;
    }
    .rightbox .soc_wrap {
        float: right;
    }
    .rightbox .soc_wrap .space {
        display: none;
    }
    .btn {
        width: 100%;
    }
    .subscription-wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .subscription-wrapper a {
        border: none;
        color: white;
        padding: 15px 23px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 4px 2px;
        cursor: pointer;
        background-color: #008CBA;
        font-weight: bold;
        width: 80%;
        border-radius: 15px;
    }
    @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
        /* Style adjustments for high resolution devices */
    }
    /* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
    @media print {
        * {
            background: transparent !important;
            color: #000 !important;
            /* Black prints faster: h5bp.com/s */
            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) ")";
        }
        /*
     * Don't show links for images, or javascript/internal links
     */
        .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }
        pre, blockquote {
            border: 1px solid #999;
            page-break-inside: avoid;
        }
        thead {
            display: table-header-group;
            /* h5bp.com/t */
        }
        tr, img {
            page-break-inside: avoid;
        }
        img {
            max-width: 100% !important;
        }
        @page {
            margin: 0.5cm;
        }
        p, h2, h3 {
            orphans: 3;
            widows: 3;
        }
        h2, h3 {
            page-break-after: avoid;
        }
    }