/* Definition list */
dl {
  font-size: 2rem; }

dt {
  margin: 0.3rem;
  float: left;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.2); }

dd {
  display: none; }

dt:hover + dd + dt {
  clear: both; }

dt:hover + dd {
  clear: both;
  display: inherit; }

.def p code,
dd code {
  color: #ddaa00;
  font-weight: bold; }

/* Box Oreient */
div.example {
  display: block;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  column-rule: 1px solid #bbb;
  margin-bottom: -15px; }

/* Flexible Box Model */
#box-orient-example {
  height: 220px;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  display: -moz-box;
  -moz-box-orient: horizontal; }

#box-orient-example div:nth-child(1) {
  background: white;
  padding: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  text-align: center; }

#box-orient-example div:nth-child(2) {
  background: #ddd;
  padding: 10px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  text-align: center; }

#box-orient-example div:nth-child(3) {
  background: white;
  padding: 10px;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
  text-align: center; }

#box-orient-example-2 {
  height: 200px;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  -moz-box-orient: horizontal;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: horizontal;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
  -ms-box-orient: horizontal; }

#box-orient-example-2 div, #box-orient-example-2 textarea {
  background: #ddd;
  padding: 10px;
  width: 200px;
  font-size: 14px; }

#selectors ul {
  display: flex;
  margin: 1rem 0;
  line-height: 2rem;
  padding: 0; }

#selectors li {
  flex: 1;
  list-style-type: none;
  text-align: center;
  background-color: white;
  color: #333; }

#selectors li:nth-of-type(odd) {
  background: #da0;
  color: #FFF; }

:root {
  font-size: 162.5%; }

body {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, 'Droid Sans';
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #333333;
  color: #ddd; }

dt {
  background-color: #444; }

.title h1,
.intro header h1 {
  color: #da0; }

.slide:after {
  color: #d0a; }

.icons {
  clear: both; }

.icons li,
.icons .browser {
  width: 68px;
  height: 14px;
  float: left;
  background-image: url(../assets/img/icons.png);
  border-radius: 32px;
  font-size: 0.8rem;
  padding-top: 60px;
  text-align: center;
  position: relative;
  background-repeat: no-repeat;
  list-style-type: none;
  font-size: 0.5rem; }

.icons li.text {
  font-size: 1rem;
  width: auto;
  height: auto;
  background: none;
  padding: 30px; }

.icons .firefox {
  background-position: -80px 0; }

.icons .ie {
  background-position: -280px 0; }

.icons .safari {
  background-position: -210px 0; }

.icons .chrome {
  background-position: 0 0; }

.icons .opera {
  background-position: -140px 0; }

.icons .blackberry {
  background-position: -430px 0; }

.icons .android {
  background-position: -360px 0; }

.icons .new:after {
  content: "";
  width: 40px;
  height: 28px;
  display: block;
  position: absolute;
  top: -8px;
  right: -10px;
  background-image: url(../assets/img/new.gif); }

.icons .no {
  opacity: 0.25; }

.icons .bad,
.icons .iffy {
  opacity: 0.60; }

.icons .bad {
  margin-right: 10px;
  margin-left: 10px; }

.icons .bad:after {
  position: absolute;
  top: -10px;
  left: -15px;
  content: "";
  -webkit-box-sizing: padding-box;
  background: -webkit-linear-gradient(135deg, transparent 45%, red 45%, red 55%, transparent 55%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 10px solid red;
  display: block; }

.icons .half:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #DCe7f3;
  width: 33px;
  border-radius: 0 0 50% 0;
  height: 65px;
  display: block; }

.icons .half.new:after {
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../assets/img/new.gif), -webkit-linear-gradient(0deg, transparent 30%, #DCe7f3 30%);
  background-image: url(../assets/img/new.gif), -moz-linear-gradient(0deg, transparent 30%, #DCe7f3 30%);
  background-image: url(../assets/img/new.gif), -ms-linear-gradient(0deg, transparent 30%, #DCe7f3 30%);
  background-image: url(../assets/img/new.gif), -o-linear-gradient(0deg, transparent 30%, #DCe7f3 30%);
  background-image: url(../assets/img/new.gif), linear-gradient(0deg, transparent 30%, #DCe7f3 30%);
  width: 40px; }

.icons .txt {
  background-image: none;
  width: auto;
  font-size: 1.5rem; }

/* Browser history */
div.divider, .icons {
  clear: both; }

div.divider .icons,
div.divider p {
  float: left; }

.divider p {
  font-weight: bold;
  margin: 0; }

figure > :not(figcaption) {
  width: calc(100% - 40px); }

/* box-sizing */
.boxsizing div {
  width: 200px;
  height: 100px;
  padding: 20px;
  border: 5px dashed #da0;
  margin: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: content-box;
  white-space: nowrap; }

.boxsizing:first-of-type {
  margin: 0 10px 0 0; }

.boxsizing {
  float: left;
  border: 1px solid #da0;
  margin: 20px 0 20px 20px; }

.boxsizing div.bb {
  box-sizing: border-box; }

/*# sourceMappingURL=flex.css.map */
