@fontface {
    font-family:arial;
    font-size:100%;
}

body {
    margin: 0;
    font-family: helvetica, arial;
    background-color: #ddd;
}

h1 {
    margin: 0;
    padding: 0;
}

a {
    color: blue;
}

header, nav, footer {
}

header {
    text-align: center;
    height: 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
    display: none;
}

header h1 {
    color: #fff;
 
}

nav ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}

nav ul li a {
    background-color: #fff;
    border: 1px solid #999;
    color: #222;
    display: block;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}

nav ul.num2 li:first-child a {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

nav ul.num2 li:last-child a {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (orientation:portrait) {

}

@media (orientation:landscape) {

}

li.arrow {

}

li.arrow a {
    background-image: url(../images/chevron_36.png);
    background-size: 22px;
    background-position: right center;
    background-position-x: 98%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
}

.slide_in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: slideinfromright;
}

.slide_out {
    -webkit-transform: translateX(-100%);
    -webkit-animation-name: slideouttoleft;
}

@-webkit-keyframes slideinfromright {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(0); }
}
@-webkit-keyframes slideouttoleft {
    from { -webkit-transform: translateX(0); }
    to { -webkit-transform: translateX(-100%); }
}
/*
.button, .back {
   background-color:#ffa18a;
    color:#FFF;
    height:31px;
    padding:0;
    width:32px;
    border:0;
    cursor:pointer;
   -webkit-appearance: none;
}
*/

.back {
    height: 30px;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    padding: 5px;
    color: #fff;
    -webkit-border-image: url("../images/back.png") 0 14 0 14 stretch;
}

nav {

}

nav.ipad {
    width: 30%;
    margin-right: 1%;
    float: left;
}

section.ipad {
    width: 65%;
    float: left;
    padding: 10px;
}

footer {

    display: none;
}

.centerDiv {
        background: black;
        color: white;
        border-radius: 1em;
        padding: 3em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }

.imgTitle img {
  float: left;
}

.imgTitle h3 {
  position: relative;
  top: 18px;
  left: 10px;
}

.imgBlock {
 	clear: both;
}
#submit {
 color: #fff;
 font-size: 80%;
 width: 135px;
 height: 30px;
 border: none;
 margin: 0;
 padding: 0;
 background: #990303; 
}
