html ,body {
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
    position: fixed; 
    left: 0;
    height: 100%; 
    width: 280px; 
    background: white; 
    z-index: 9999;
}
footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
h1 {
    background: url('../resource/image/logo.jpg') no-repeat center;
    background-size: auto 100%;
    text-indent: -99999px;
    height: 220px;
    width: 100%;
    margin-top: 20px;
}
header h2 {
    display: none;
}
header .title {
    width: 90%;
    margin: auto;
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
header ul {
    position: absolute;
    top: 350px;
    bottom: 260px;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
header ul div {
    height: 100%; 
    font-size: 15px;
}
header li {
    height: 22%;
    text-align: center;
}
header li a {
    text-decoration: none;
    color: #01a73b;
    padding: 4px 6px;
    border-radius: 4px;
}
header li .list-hover:hover {
    background: #009634;
    color: white;
}
header li .list-click {
    background: #009634;
    color: white;
}
header li .list-click.list-click-out {
    background:none;
    color: #01a73b;
}
#right {
    background: #00B376;
    position: absolute;
    left: 280px;
    right: 0;
}

.box {
    width: 100%;
    background: #009634;
    padding: 1px 0 24px;
    margin: auto;
    color: white;
    line-height: 1.4em;
    border-bottom: dashed 1px white;
}
.box a {
    text-decoration: none;
    color: #4BDD9B;
}
.box li {
    line-height: 1.4em;
    margin: 6px 0;
}
th ,td {
    background: #00B376;
}
.box table {
    width: 100%;
    text-align: center;
}

.box #program-table {
    width: 100%; 
    line-height: 1.5em; 
    border-collapse: separate; 
    border-spacing: 2px; 
    margin: 2em auto; 
    font-family: "Myriad Pro";
}
.box #program-table thead th { 
    background: #00b059; 
    text-align: center; 
    font-family: "Myriad Pro";
}
.box #program-table tbody th { 
    background: #00b059; 
    text-align: center; 
    font-family: "Myriad Pro";
}

.session-card {
    background: #fff;
    border: solid 1px #fff;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.session-card .card-head {
    font-size: 0.8em;
    padding: 5px 10px;
}
.session-card .card-body {
    padding: 15px;
    color: #2f3440;
}
.session-card .card-body .time{
    color: #000000;
}
.session-card .card-body .topic{
    text-align: left;
    margin-top: 13px;
    color: #000000;
}
.session-card .card-body .chair{
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
}
.session-card .card-body .author{
    padding-left: 10px;
    margin-bottom: 10px;
    color: #414940;
}
.session-card div.tag-green {
    background: #00b059;
    color: #ffffff;
}
.session-card div.tag-deep-green {
    background: #a9ff9d;
    color: #ffffff;
}

.ul-float {
    float: left;
    width: 400px;
}
.clear {
    clear: both;
}
.box.first {
    margin-top: 0;
}
.box.last {
    margin-bottom: 0;
}
.box-inner {
    width: 90%;
    margin: auto;
}
.box h2 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2em;
}
.box-center {
    width: 100%;
    text-align: center;
}
.footer ,.touch-direction {
    display: none;
}
@media (max-width: 979px) {
    .ul-float {
        width: 40%;
    }
}
@media (max-width: 767px) {
    html {
        font-size: 14px;
    }
    .box {
        width: 100%;
    }
    .ul-float {
        width: 90%;
    }
    header {
        top: 0;
        height: 30px;
        padding: 10px 0;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.4);
        opacity: 0.96; 
        border-top: solid 1px #009634;
    }
    #right {
        width: 100%;
        left: auto;
        margin-top: 50px;
    }
    footer {
        display: none;
    }
    h1 {
        color: #009634;
        background: none;
        text-indent: 0;
        height: 30px;
        width: 80px;
        margin-top: 0;
        line-height: 30px;
        margin: 0 0 0 10px;
    }
    header .title {
        display: none;
    }
    header ul {
        top: 0;
        bottom: auto;
        left: 120px;
        right: 40px;
        overflow-x: hidden;
        height: 50px;
        line-height: 50px;
        width: auto;
    }
    header ul div {
        width: 960px;
    }
    header li {
        height: 1px;
        float: left;
    }
    .footer {
        display: block;
        text-align: center;
    }
    .touch-direction {
        display: block; 
        height: 60px; 
        line-height: 50px; 
        color: #009634; 
        font-weight: bold; 
        cursor: pointer;
    }
    .touch-before {
        position: absolute;
        top: 0;
        left: 100px;
    }
    .touch-after {
        position: absolute;
        top: 0;
        right: 20px;
    }
}
h3 {
    font-size: 1.4em;
}
#publication {
    text-align: center;
    color: rgb(249, 249, 0);
}
#publication img {
    border-radius: 5px;
    border: solid 5px #30a95a;
}
#publication a {
    text-align: center;
    font-size: 1.5rem;
    color: white;
}
#publication a:hover {
    text-decoration: underline;
    color: #a9ff9d;
}