﻿#customHtml {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Droid Sans", sans-serif;
}

#apiTitle {
    font-size: 2.0em;
    height: 50px;
    margin-bottom: 40px;
}

#authDetails {
    font-size: 1.1em;
    margin-bottom: 32px;
}

#authTable {
    width: 100%;
    font-size: 1.2em;
}

#authTable input {
    width: 100%;
}

#authTable tr {
    height: 30px;
}

#saveValuesButton {
    float: right;
}

