hr {
    height:2px;
    border-width:0;
    width:16px;
    background-color:#0071b3;
    margin: 12px auto;
}

h1 {
    font-weight: 300;
    font-size: 1.5em;
    margin-top: 0;
    line-height: 44px;
}

.quote {
    font-weight: 700;
    font-style: italic;
}



#infopanel {
    max-width: 100%; 
    height:100%;
    width: 440px;
    position: fixed;
    bottom:0; 
    left: -440px;
    z-index: 4000;
    overflow: hidden;
    border: 16px solid transparent;
    box-sizing: border-box;
}

#panel_bg {
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
    background-color: #0071b3;
    z-index: 3600;
}

#panel_btm {
    position: absolute;
    bottom: 0;
    left: -10px;
    background: rgb(255, 255, 255);
	background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 56%, rgba(241, 235, 220,0) 100%);
	background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 56%, rgba(241, 235, 220,0) 100%);
	background: linear-gradient(0deg, rgb(255, 255, 255) 56%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1ebdc",endColorstr="#f1ebdc",GradientType=1);
    height: 36px;
    width: 100%;
}
    
.row-container {
    display: table; 
    width:100%; 
    height: 100%;
    empty-cells: show; 
    border-collapse: separate;
}

#infopaneltitle {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 32px;
    color: #4c4c51;
    display: inline-block;
}

.infopaneltable table, .infopaneltable td, .infopaneltable tr{
    /* border: 1px solid #000000; */
    border-collapse: collapse;
    width:100%;
    vertical-align: top;
    min-height: 80px;
    padding:28px 24px 0 0;
}

.infopaneltable td:first-child {
    padding: 24px 24px 16px 36px;
}

.first-row {display: table-row; overflow: auto; background-color:#ffffff;}

.second-row {position: relative; display: table-row; height: 100%; overflow: hidden; background-color:#ffffff; }

.fixiphone6scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto !important;
    width:100%;
    height: 100%;
}

.second-row iframe {width: 100%; height: 100%; border: none; margin: 0; display: block;}

.closebtn {outline:none; height:24px; width:24px; cursor: pointer; margin: 0; border:0; background-color: transparent; z-index: 3500; display: block; }
@media(hover: hover) and (pointer: fine) {
    .closebtn:hover {transform: scale(1.5);}
}

#fullscreen_btn {outline:none; position:fixed; width:24px; height:24px; top:16px; right: 16px; z-index: 4000; cursor: pointer; display:none}
@media(hover: hover) and (pointer: fine) {
    #fullscreen_btn:hover {transform: scale(1.5);}
}

#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
}


@media only screen and (max-width: 415px), (max-height: 415px) and (orientation: landscape)  {
    #infopanel {
    height: 100%;
    top: 0;
    }
}
