html {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

body {
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
    /* font-family: 'Franklin Gothic', 'Helvetica', Arial, sans-serif;  */
    font-family: 'Cabin', sans-serif;
    font-size: 11pt;
    background-color: whitesmoke;
}

button { cursor: pointer; }

#app .appheader .logo {
    height: 60px;
    margin-right: 30px;
    display: none;
}

#app .appheader h1 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 24pt;
    display: inline-block;
}

#app .appheader p {
    margin-top: 0px;
    margin-left: 40px;
    display: inline-block;
}

#app .zwifthacks {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}    


#app .Calculator h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16pt;
    display: inline-block;
}    

#app .Calculator h2:not(:first-of-type) {
    margin-top: 20px;
}    

#app .Calculator .in, #app .Calculator .out, #app .Calculator .setup, #app .Calculator .readme {
    margin: 0;
    padding: 15px 15px;
    border-radius: 5px;
}    
#app .Calculator .setup {
    border: 1px solid blue;
    margin-bottom: 10px;
}    
#app .Calculator .in {
    border: 1px solid red;
}    
#app .Calculator .out {
    border: 1px solid green;
}
#app .Calculator .readme {
    border: 1px solid grey;
    margin-top: 20px;
    color: darkslategray;
}

#app .Calculator .actions {
    margin: 0;
    padding: 15px 0px;
}    


#app .setup-data {
    padding: 10px 0px;
}

#app .default-setups {
    padding: 10px 0px;
}

#app .input-data {
    padding-top: 10px;
}

.setup .tip {
    padding-bottom: 10px;
}
span.bold {
    font-weight: bold;
}
.setup .input label {
    display: inline-block;
    width: 200px;
}    
.in .input label {
    display: inline-block;
    width: 200px;
}    
.in .input input {
    margin-right: 10px;
}    
button, input, textarea {
    border-radius: 5px;
    padding: 5px 5px 5px 5px;

}    


div.article {
    display: inline;
}

div.article-list div.article {
    display: block;
}


.out .section {
    margin-top: 20px;
}

.out .result {
    margin-top: 5px;
}
#app .result .result-type {
    display: inline-block;
}
#app .result .result-value {
    display: inline-block;
    position: absolute;
    left: 200px;
}



#app .readme>h2 {
    margin-bottom: 15px;
}
#app .readme>div {
    margin-bottom: 10px;
}

span.hint {
    size: smaller;
    color: gray;
}

span.note {
    font-size: x-small;
}

.space-before {
    margin-left: 10px;
}

.space-after {
    margin-right: 10px;
}