.vtn-logo {
	height: 80px;
	padding-top: 10px;
}

.vtn-navbar {
	background-image: linear-gradient(#026ea2, #004b6f);
}

.vtn-footer {
	font-size: 14px;
	color:#666;
    text-align: center;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#vtn-container {
    margin-top: 50px;
    background: url("../background.png") no-repeat;
    background-size: 100%;
}

#result-container {
    display: none;
    margin-top: 50px;
}

.container-fixed {
    width:90%;
    padding: 0;
}

.info-button {
    width: 130px;
    height: 70px;
    background: url("../images/info-button.png") no-repeat;
    background-size: 100%;
}

#info-panel, #clock-base {
    display: inline-block;
    vertical-align: top;
}

#info-panel {
    margin-top: 100px;
    margin-left: 50px;
}

#clock-base {
    margin-top: 20px;
    margin-left: 20px;
    width: 600px;
    height: 480px;
    background: url("../images/clock-base.png") no-repeat;
    background-size: 100%;
}

#control-panel {
    margin-left: 280px;
}

#start-button {
    outline : none;
    color: #fff;
    padding: 15px 38px;
    text-decoration: none;
    display: block;
    width: 150px;
    height: 52px;
    background: url("../images/start-button.png") no-repeat;
}

#start-button:active {
    background: url("../images/start-button-press.png") no-repeat;
}

#server-select,#start-button {
    display: inline-block;
}

#time-panel {
    margin-top:10px;
}

#final-info-panel {
    margin-top:90px;
    margin-left:auto;
    margin-right:auto;
    width:300px;
}

#final-info-panel .info-button {
    display: inline-block;
    margin: 0 5px; }

#final-ip-panel {
    color: #fff;
    padding-top:10px;
    margin-top: 30px;
    width: 500px;
    height: 44px;
    background: url("../images/long-info-button.png") no-repeat;
    background-size: 100%;
}

#final-control-panel {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

#info {
    width: 600px;
}
#download-info, #upload-info {
    display: inline-block;
    width: 50%;
}

#flashcontainer {
    width: 65%;

}

#belowafter {
    width: 300px;
    margin: auto;
}

#testresult {
    width: 400px;
    margin: auto;
}

#abovebefore {
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -150px;
    font-size: 18px;
    text-align: center;
    width: 300px;
}

object, embed {
    outline: 0;
}


#vtn-app-name {
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 600px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.app-link-image {
    width: 120px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.app-link {
	position: relative;
    top: -15px;
}

#vtn-banner {
    width: 620px;
    margin-bottom: 10px;
}

.vtn-advert {
    position: absolute;
    z-index: -100;
    top: 20%;
}

#vtn-advert-1 {
    left: 5.5%;
}

#vtn-advert-2 {
    right: 5.5%;
}

#no-flash-modal {
    top: 10%;
}

#no-flash-modal .modal-dialog {
    width:600px;
}

#no-flash-modal .modal-header {
    width:600px;
}

#no-flash-modal .modal-header h4 {
    width:400px;
}

#blank-rectangle {
    background: #fff;
    border:#000;
    width: 620px;
    height: 100px;
    position: absolute;
    margin-left:-310px;
    top:80px;
    left:50%;
}

#vtn-logo-header {
    position: absolute;
    top:0;
    left: 5.5%;
}

#app-link-header {
    position:absolute;
    top:-10px;
    right: 5.5%;
}
#svg {
    height: 455px !important;
}
#svg path {
    transform: matrix(0.62, 0, 0, 0.62, 310, 4) !important;
}