body {
    background-color: #222222;
    color: #ffffff;
    margin: 0px;
    /*
    transform: scale(1.1);
    transform-origin: 0 0;*/
}

#container {
    margin-left: 70px;
    margin-right: 70px;
    width: 1110px;
    /*max-width: 1110px;*/
    height: 700px;
    /*max-height: 700px;*/
    /*background-color: red;*/
}

#content {
    min-height: 600px;
    /*background-color: red;*/
}

.kiosk-div {
    height: 214px;
    width: 201px;
}

.kiosk-td {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.kiosk-title {
    position: relative;
    top: 170px;
}

/* unvisited link */
a.kiosk:link {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* visited link */
a.kiosk:visited {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* mouse over link */
a.kiosk:hover {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

/* selected link */
a:active {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/* unvisited link */
a:link {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/* visited link */
a:visited {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/* selected link */
a.kiosk:active {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

textarea {
    width: 400px;
    height: 200px;
}

form {
    margin: 0px;
}

.bar {
    width: 90%;
    border: 0 none;
    border-bottom: 8px solid;
    border-color: #FE8000;
    color: #FE8000;
}

.tripDesc {
    font-size: 20px;
}

.qrcode{
    margin-left: 20px;
    margin-right: 150px;
}