/*!
 * Home Page: https://github.com/pponec/demo-ajax
 * License: Pavel Ponec, Apache License, Version 2.0
 */

@import "bootstrap.css";

body { margin: 5px 20px; background-color: white;}
.form {width: 220px; }
h1, h2 { color: SteelBlue;}
table th { padding-top: 4px; font-size: 12px; font-weight: bold; color: SteelBlue; padding-bottom: 0;}
table td { padding-left: 2px; padding-top: 0; }
ul { width: 500px; margin-top: 2em;}
.subtitle{ font-size: 15px; color: gray; font-style: italic;}
textarea { height: 120px; margin: 3px 0;}
.out { min-height: 100px; margin-top: 10px; height: inherit; white-space: pre-wrap;}
.out span { background-color: yellow;}
.out .error { background-color: white; color: red;}
.footer, .footer a { color: silver; font-style: italic;}
.form-control { width: auto; background-color: #f3f6f7;}

.btn {margin-right: 2px;}
.subtitle.transposition {
    display: inline-block;
}
