/*!
 * 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: #f3f6f7;}
h1, h2 { color: SteelBlue;}
ul { width: 500px; margin-top: 2em;}
.subtitle{ font-size: 10px; color: silver;}
.result { height: 120px; margin: 30px 0;}
.out { white-space: pre-wrap; display: inline; margin-left: 20px;}
.out span { background-color: yellow;}
.out .error { background-color: white; color: red;}
.footer, .footer a { color: silver; font-style: italic;}
.sevenPoints button { border: 3px solid rgba(255, 0, 0, 0.0); }
.sevenPoints button.selected { border: 3px solid #c3def9; }
.sevenPoints button img { filter: grayscale(70%); -webkit-filter: grayscale(70%); }
.sevenPoints button.selected img { filter: grayscale( 0%); -webkit-filter: grayscale(0%); }