/**
 * @author Jrain Lau
 * @email jrainlau@163.com
 * @date 2016-05-03
 */
/*
 * Init
 */
/* *{box-sizing: content-box;} */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
  color: #333;
}
.elf {
  height: 100%;
}
.elf code {
  padding: 0 .5rem;
  background: #eee;
  color: #d9534f;
  font-family: Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
.elf code pre {
  color: #333;
  font-family: Avenir, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
/*
 * Grid
 */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
.elf .row-sm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.elf .row-sm.inside {
  margin: 0;
  padding: 0;
}
.elf .row-sm.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.elf .row-sm.centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elf .row-sm.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.elf .row-sm.vertical-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 568px) {
  .elf .row-sm {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elf .row-sm .width-1,
  .elf .row-sm .width-2,
  .elf .row-sm .width-3,
  .elf .row-sm .width-4,
  .elf .row-sm .width-5,
  .elf .row-sm .width-6,
  .elf .row-sm .width-7,
  .elf .row-sm .width-8,
  .elf .row-sm .width-9,
  .elf .row-sm .width-10,
  .elf .row-sm .width-11,
  .elf .row-sm .width-5-1,
  .elf .row-sm .width-5-2,
  .elf .row-sm .width-5-3,
  .elf .row-sm .width-5-4 {
    box-sizing: border-box;
    width: 100%;
    margin-right: 1rem;
    margin-right: 0;
  }
  .elf .row-sm .width-1:last-child,
  .elf .row-sm .width-2:last-child,
  .elf .row-sm .width-3:last-child,
  .elf .row-sm .width-4:last-child,
  .elf .row-sm .width-5:last-child,
  .elf .row-sm .width-6:last-child,
  .elf .row-sm .width-7:last-child,
  .elf .row-sm .width-8:last-child,
  .elf .row-sm .width-9:last-child,
  .elf .row-sm .width-10:last-child,
  .elf .row-sm .width-11:last-child,
  .elf .row-sm .width-5-1:last-child,
  .elf .row-sm .width-5-2:last-child,
  .elf .row-sm .width-5-3:last-child,
  .elf .row-sm .width-5-4:last-child {
    margin-right: 0;
  }
  .elf .row-sm.between,
  .elf .row-sm.centered,
  .elf .row-sm.around,
  .elf .row-sm.vertical-center {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.elf .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.elf .row.inside {
  margin: 0;
  padding: 0;
}
.elf .row.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.elf .row.centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elf .row.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.elf .row.vertical-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .elf .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elf .row .width-1,
  .elf .row .width-2,
  .elf .row .width-3,
  .elf .row .width-4,
  .elf .row .width-5,
  .elf .row .width-6,
  .elf .row .width-7,
  .elf .row .width-8,
  .elf .row .width-9,
  .elf .row .width-10,
  .elf .row .width-11,
  .elf .row .width-5-1,
  .elf .row .width-5-2,
  .elf .row .width-5-3,
  .elf .row .width-5-4 {
    box-sizing: border-box;
    width: 100%;
    margin-right: 1rem;
    margin-right: 0;
  }
  .elf .row .width-1:last-child,
  .elf .row .width-2:last-child,
  .elf .row .width-3:last-child,
  .elf .row .width-4:last-child,
  .elf .row .width-5:last-child,
  .elf .row .width-6:last-child,
  .elf .row .width-7:last-child,
  .elf .row .width-8:last-child,
  .elf .row .width-9:last-child,
  .elf .row .width-10:last-child,
  .elf .row .width-11:last-child,
  .elf .row .width-5-1:last-child,
  .elf .row .width-5-2:last-child,
  .elf .row .width-5-3:last-child,
  .elf .row .width-5-4:last-child {
    margin-right: 0;
  }
  .elf .row.between,
  .elf .row.centered,
  .elf .row.around,
  .elf .row.vertical-center {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.elf .row-m {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.elf .row-m.inside {
  margin: 0;
  padding: 0;
}
.elf .row-m.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.elf .row-m.centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elf .row-m.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.elf .row-m.vertical-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .elf .row-m {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elf .row-m .width-1,
  .elf .row-m .width-2,
  .elf .row-m .width-3,
  .elf .row-m .width-4,
  .elf .row-m .width-5,
  .elf .row-m .width-6,
  .elf .row-m .width-7,
  .elf .row-m .width-8,
  .elf .row-m .width-9,
  .elf .row-m .width-10,
  .elf .row-m .width-11,
  .elf .row-m .width-5-1,
  .elf .row-m .width-5-2,
  .elf .row-m .width-5-3,
  .elf .row-m .width-5-4 {
    box-sizing: border-box;
    width: 100%;
    margin-right: 1rem;
    margin-right: 0;
  }
  .elf .row-m .width-1:last-child,
  .elf .row-m .width-2:last-child,
  .elf .row-m .width-3:last-child,
  .elf .row-m .width-4:last-child,
  .elf .row-m .width-5:last-child,
  .elf .row-m .width-6:last-child,
  .elf .row-m .width-7:last-child,
  .elf .row-m .width-8:last-child,
  .elf .row-m .width-9:last-child,
  .elf .row-m .width-10:last-child,
  .elf .row-m .width-11:last-child,
  .elf .row-m .width-5-1:last-child,
  .elf .row-m .width-5-2:last-child,
  .elf .row-m .width-5-3:last-child,
  .elf .row-m .width-5-4:last-child {
    margin-right: 0;
  }
  .elf .row-m.between,
  .elf .row-m.centered,
  .elf .row-m.around,
  .elf .row-m.vertical-center {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.elf .row-l {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.elf .row-l.inside {
  margin: 0;
  padding: 0;
}
.elf .row-l.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.elf .row-l.centered {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elf .row-l.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.elf .row-l.vertical-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .elf .row-l {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elf .row-l .width-1,
  .elf .row-l .width-2,
  .elf .row-l .width-3,
  .elf .row-l .width-4,
  .elf .row-l .width-5,
  .elf .row-l .width-6,
  .elf .row-l .width-7,
  .elf .row-l .width-8,
  .elf .row-l .width-9,
  .elf .row-l .width-10,
  .elf .row-l .width-11,
  .elf .row-l .width-5-1,
  .elf .row-l .width-5-2,
  .elf .row-l .width-5-3,
  .elf .row-l .width-5-4 {
    box-sizing: border-box;
    width: 100%;
    margin-right: 1rem;
    margin-right: 0;
  }
  .elf .row-l .width-1:last-child,
  .elf .row-l .width-2:last-child,
  .elf .row-l .width-3:last-child,
  .elf .row-l .width-4:last-child,
  .elf .row-l .width-5:last-child,
  .elf .row-l .width-6:last-child,
  .elf .row-l .width-7:last-child,
  .elf .row-l .width-8:last-child,
  .elf .row-l .width-9:last-child,
  .elf .row-l .width-10:last-child,
  .elf .row-l .width-11:last-child,
  .elf .row-l .width-5-1:last-child,
  .elf .row-l .width-5-2:last-child,
  .elf .row-l .width-5-3:last-child,
  .elf .row-l .width-5-4:last-child {
    margin-right: 0;
  }
  .elf .row-l.between,
  .elf .row-l.centered,
  .elf .row-l.around,
  .elf .row-l.vertical-center {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.elf .width-1,
.elf .width-flex-1 {
  box-sizing: border-box;
  width: 8.33333333%;
  margin-right: 1rem;
}
.elf .width-1:last-child,
.elf .width-flex-1:last-child {
  margin-right: 0;
}
.elf .width-2,
.elf .width-flex-2 {
  box-sizing: border-box;
  width: 16.66666667%;
  margin-right: 1rem;
}
.elf .width-2:last-child,
.elf .width-flex-2:last-child {
  margin-right: 0;
}
.elf .width-3,
.elf .width-flex-3 {
  box-sizing: border-box;
  width: 25%;
  margin-right: 1rem;
}
.elf .width-3:last-child,
.elf .width-flex-3:last-child {
  margin-right: 0;
}
.elf .width-4,
.elf .width-flex-4 {
  box-sizing: border-box;
  width: 33.33333333%;
  margin-right: 1rem;
}
.elf .width-4:last-child,
.elf .width-flex-4:last-child {
  margin-right: 0;
}
.elf .width-5,
.elf .width-flex-5 {
  box-sizing: border-box;
  width: 41.66666667%;
  margin-right: 1rem;
}
.elf .width-5:last-child,
.elf .width-flex-5:last-child {
  margin-right: 0;
}
.elf .width-6,
.elf .width-flex-6 {
  box-sizing: border-box;
  width: 50%;
  margin-right: 1rem;
}
.elf .width-6:last-child,
.elf .width-flex-6:last-child {
  margin-right: 0;
}
.elf .width-7,
.elf .width-flex-7 {
  box-sizing: border-box;
  width: 58.33333333%;
  margin-right: 1rem;
}
.elf .width-7:last-child,
.elf .width-flex-7:last-child {
  margin-right: 0;
}
.elf .width-8,
.elf .width-flex-8 {
  box-sizing: border-box;
  width: 66.66666667%;
  margin-right: 1rem;
}
.elf .width-8:last-child,
.elf .width-flex-8:last-child {
  margin-right: 0;
}
.elf .width-9,
.elf .width-flex-9 {
  box-sizing: border-box;
  width: 75%;
  margin-right: 1rem;
}
.elf .width-9:last-child,
.elf .width-flex-9:last-child {
  margin-right: 0;
}
.elf .width-10,
.elf .width-flex-10 {
  box-sizing: border-box;
  width: 83.33333333%;
  margin-right: 1rem;
}
.elf .width-10:last-child,
.elf .width-flex-10:last-child {
  margin-right: 0;
}
.elf .width-11,
.elf .width-flex-11 {
  box-sizing: border-box;
  width: 91.66666667%;
  margin-right: 1rem;
}
.elf .width-11:last-child,
.elf .width-flex-11:last-child {
  margin-right: 0;
}
.elf .width-12,
.elf .width-flex-12 {
  box-sizing: border-box;
  width: 100%;
  margin-right: 1rem;
}
.elf .width-12:last-child,
.elf .width-flex-12:last-child {
  margin-right: 0;
}
.elf .width-5-1,
.elf .width-flex-5-1 {
  box-sizing: border-box;
  width: 20%;
  margin-right: 1rem;
}
.elf .width-5-1:last-child,
.elf .width-flex-5-1:last-child {
  margin-right: 0;
}
.elf .width-5-2,
.elf .width-flex-5-2 {
  box-sizing: border-box;
  width: 40%;
  margin-right: 1rem;
}
.elf .width-5-2:last-child,
.elf .width-flex-5-2:last-child {
  margin-right: 0;
}
.elf .width-5-3,
.elf .width-flex-5-3 {
  box-sizing: border-box;
  width: 60%;
  margin-right: 1rem;
}
.elf .width-5-3:last-child,
.elf .width-flex-5-3:last-child {
  margin-right: 0;
}
.elf .width-5-4,
.elf .width-flex-5-4 {
  box-sizing: border-box;
  width: 80%;
  margin-right: 1rem;
}
.elf .width-5-4:last-child,
.elf .width-flex-5-4:last-child {
  margin-right: 0;
}
.elf .width-5-5,
.elf .width-flex-5-5 {
  box-sizing: border-box;
  width: 100%;
  margin-right: 1rem;
}
.elf .width-5-5:last-child,
.elf .width-flex-5-5:last-child {
  margin-right: 0;
}
.elf .offset-1 {
  margin-left: 8.33333333%;
}
@media (max-width: 768px) {
  .elf .offset-1 {
    margin-left: 0;
  }
}
.elf .offset-2 {
  margin-left: 16.66666667%;
}
@media (max-width: 768px) {
  .elf .offset-2 {
    margin-left: 0;
  }
}
.elf .offset-3 {
  margin-left: 25%;
}
@media (max-width: 768px) {
  .elf .offset-3 {
    margin-left: 0;
  }
}
.elf .offset-4 {
  margin-left: 33.33333333%;
}
@media (max-width: 768px) {
  .elf .offset-4 {
    margin-left: 0;
  }
}
.elf .offset-5 {
  margin-left: 41.66666667%;
}
@media (max-width: 768px) {
  .elf .offset-5 {
    margin-left: 0;
  }
}
.elf .offset-6 {
  margin-left: 50%;
}
@media (max-width: 768px) {
  .elf .offset-6 {
    margin-left: 0;
  }
}
.elf .offset-7 {
  margin-left: 58.33333333%;
}
@media (max-width: 768px) {
  .elf .offset-7 {
    margin-left: 0;
  }
}
.elf .offset-8 {
  margin-left: 66.66666667%;
}
@media (max-width: 768px) {
  .elf .offset-8 {
    margin-left: 0;
  }
}
.elf .offset-9 {
  margin-left: 75%;
}
@media (max-width: 768px) {
  .elf .offset-9 {
    margin-left: 0;
  }
}
.elf .offset-10 {
  margin-left: 83.33333333%;
}
@media (max-width: 768px) {
  .elf .offset-10 {
    margin-left: 0;
  }
}
.elf .offset-11 {
  margin-left: 91.66666667%;
}
@media (max-width: 768px) {
  .elf .offset-11 {
    margin-left: 0;
  }
}
.elf .offset-12 {
  margin-left: 100%;
}
@media (max-width: 768px) {
  .elf .offset-12 {
    margin-left: 0;
  }
}
.elf .offset-5-1 {
  margin-left: 20%;
}
@media (max-width: 768px) {
  .elf .offset-5-1 {
    margin-left: 0;
  }
}
.elf .offset-5-2 {
  margin-left: 40%;
}
@media (max-width: 768px) {
  .elf .offset-5-2 {
    margin-left: 0;
  }
}
.elf .offset-5-3 {
  margin-left: 60%;
}
@media (max-width: 768px) {
  .elf .offset-5-3 {
    margin-left: 0;
  }
}
.elf .offset-5-4 {
  margin-left: 80%;
}
@media (max-width: 768px) {
  .elf .offset-5-4 {
    margin-left: 0;
  }
}
.elf .offset-5-5 {
  margin-left: 100%;
}
@media (max-width: 768px) {
  .elf .offset-5-5 {
    margin-left: 0;
  }
}
.elf .width-fixed {
  box-sizing: border-box;
  -webkit-flex: 0 0 20rem;
  -ms-flex: 0 0 20rem;
  flex: 0 0 20rem;
}
@media (max-width: 768px) {
  .elf .width-fixed {
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 100%;
  }
}
/*
 * Blocks
 */
.elf .blocks-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elf .blocks-2 > div,
.elf .blocks-2 > p,
.elf .blocks-2 > h1,
.elf .blocks-2 > h2,
.elf .blocks-2 > h3,
.elf .blocks-2 > h4,
.elf .blocks-2 > h5,
.elf .blocks-2 > h6,
.elf .blocks-2 > section,
.elf .blocks-2 > aside,
.elf .blocks-2 > article {
  box-sizing: border-box;
  padding: 1rem;
}
.elf .blocks-2 > div {
  width: 50%;
}
.elf .blocks-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elf .blocks-3 > div,
.elf .blocks-3 > p,
.elf .blocks-3 > h1,
.elf .blocks-3 > h2,
.elf .blocks-3 > h3,
.elf .blocks-3 > h4,
.elf .blocks-3 > h5,
.elf .blocks-3 > h6,
.elf .blocks-3 > section,
.elf .blocks-3 > aside,
.elf .blocks-3 > article {
  box-sizing: border-box;
  padding: 1rem;
}
.elf .blocks-3 > div {
  width: 33.3%;
}
.elf .blocks-4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elf .blocks-4 > div,
.elf .blocks-4 > p,
.elf .blocks-4 > h1,
.elf .blocks-4 > h2,
.elf .blocks-4 > h3,
.elf .blocks-4 > h4,
.elf .blocks-4 > h5,
.elf .blocks-4 > h6,
.elf .blocks-4 > section,
.elf .blocks-4 > aside,
.elf .blocks-4 > article {
  box-sizing: border-box;
  padding: 1rem;
}
.elf .blocks-4 > div {
  width: 25%;
}
.elf .blocks-5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elf .blocks-5 > div,
.elf .blocks-5 > p,
.elf .blocks-5 > h1,
.elf .blocks-5 > h2,
.elf .blocks-5 > h3,
.elf .blocks-5 > h4,
.elf .blocks-5 > h5,
.elf .blocks-5 > h6,
.elf .blocks-5 > section,
.elf .blocks-5 > aside,
.elf .blocks-5 > article {
  box-sizing: border-box;
  padding: 1rem;
}
.elf .blocks-5 > div {
  width: 20%;
}
.elf .blocks-6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.elf .blocks-6 > div,
.elf .blocks-6 > p,
.elf .blocks-6 > h1,
.elf .blocks-6 > h2,
.elf .blocks-6 > h3,
.elf .blocks-6 > h4,
.elf .blocks-6 > h5,
.elf .blocks-6 > h6,
.elf .blocks-6 > section,
.elf .blocks-6 > aside,
.elf .blocks-6 > article {
  box-sizing: border-box;
  padding: 1rem;
}
.elf .blocks-6 > div {
  width: 16.6%;
}
@media (max-width: 768px) {
  .elf .blocks-2 {
    display: block;
  }
  .elf .blocks-2 > div {
    width: 100%;
  }
  .elf .blocks-3 {
    display: block;
  }
  .elf .blocks-3 > div {
    width: 100%;
  }
  .elf .blocks-4 {
    display: block;
  }
  .elf .blocks-4 > div {
    width: 100%;
  }
  .elf .blocks-5 {
    display: block;
  }
  .elf .blocks-5 > div {
    width: 100%;
  }
  .elf .blocks-6 {
    display: block;
  }
  .elf .blocks-6 > div {
    width: 100%;
  }
}
/*
 * Tables
 */
.elf table {
  max-width: 100%;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse;
}
.elf table caption {
  text-transform: uppercase;
  padding: 0;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
}
.elf table th,
.elf table td {
  font-size: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.2rem;
  padding-bottom: 15px;
  text-align: left;
}
.elf table th:first-child,
.elf table td:first-child {
  padding-left: 0;
}
.elf table th:last-child,
.elf table td:last-child {
  padding-right: 0;
}
.elf table tfoot th,
.elf table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}
.elf table.table-bordered {
  margin-top: -1px;
}
.elf table.table-bordered td,
.elf table.table-bordered th {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.elf table.table-bordered caption {
  padding-left: 1.2rem;
}
.elf table.table-bordered td:first-child,
.elf table.table-stripped td:first-child,
.elf table.table-bordered th:first-child,
.elf table.table-stripped th:first-child {
  padding-left: 1.2rem;
}
.elf table.table-bordered td:last-child,
.elf table.table-stripped td:last-child,
.elf table.table-bordered th:last-child,
.elf table.table-stripped th:last-child {
  padding-right: 1.2rem;
}
.elf table.table-stripped tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .elf table.table-responsive {
    border: 0;
  }
  .elf table.table-responsive thead {
    display: none;
  }
  .elf table.table-responsive tr {
    display: block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  }
  .elf table.table-responsive td,
  .elf table.table-responsive td:last-child,
  .elf table.table-responsive td:first-child {
    display: block;
    text-align: right;
    padding: 1rem;
  }
  .elf table.table-responsive.table-flat td {
    padding: 0;
  }
  .elf table.table-responsive.table-bordered td:last-child,
  .elf table.table-responsive td:last-child {
    border-bottom: 0;
  }
  .elf table.table-responsive td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
  }
}
/*
 * Tools
 */
.elf .curtain {
  box-sizing: border-box;
  display: block;
  min-height: 100%;
}
.elf .curtain.centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*
 * Pictures
 */
.elf .pics-contain {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.elf .pics-contain img {
  object-fit: contain;
  -o-object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.elf .pics-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.elf .pics-center img {
  object-fit: cover;
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
}
