﻿body {
    font-family: "Proxima Nova", 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 5px 15px 15px 15px;
}
.orchestry-logo {
    width:75px;
    margin: 0 auto;
}
.left-right {
    display: flex;
}
.left {
    width:100px;
    /*padding-left:15px;*/
}
.right {
    /*width: 125px;*/
    vertical-align:middle;
    line-height:33px;
    opacity:0.7;
}
p {
    font-size:0.80em;
    line-height:1.5em;
}
table {
    font-size: 0.70em;
    line-height: 1.5em;
        border:none;
}
    table td {
        /*font-size: 0.75em;*/
        border:none;
        vertical-align: text-top;
        border-bottom:1px solid #efefef;
        padding-bottom:5px;
        padding-top:5px;
    }
        table td:first-child {
            padding-right:15px;
        }
.start-button {
    display: inline-block;
    color: white;
    background-color: #3DA0A2;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: ease-in-out background-color 0.5s;
    margin-top:30px;
    border-radius:4px;
}
    .start-button:hover {
        background-color: #318688;
    }