.left {
    width: 50%;
    display: inline-block;
    padding-right: 2em;
}

.right {
    display: inline-block;
    vertical-align: top;
}

div.detailedEndpointForm form{
    margin-left: 10px;
    margin-top: 18px;
}

div.detailedEndpointForm input[type="submit"]{
    float: right;
}


#launchDemoButton {
    width: 170px;
    margin-top: 33px;
    margin-left: 35px;
    height: 60px;
}

#overlay-holder {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; height: 100%;
    z-index: 10;
}

#overlay-content{
    width: 650px;
    margin: 180px auto;
    padding: 20px;
    background-color: white;
    height: 240px;
    border-radius: 12px;
}

.overlay-column{
    width: 40%;
    float: left;
    padding-top: 20px;
}

.overlay-column-form{
    width: 45%;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-top: 20px;
}
.form-inline .error{
    color: #DC0139;
    display: none;
    font-size: 0.8em;
}
.launch{
    width:180px;
}

.overlay-column-spacer{
    width:10%;
    float: left;
    margin-top: 70px;
}
