/**
 * www.munin-for-android.com
 */
.elevation-medium, .gcm-stats .hits .hit-digit, .gcm-stats, .steps .step .round, .gplay_container .gplay_cont_fixed, .button.button-elevated:hover, .content {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.elevation-high, .content-top img.header-right {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.elevation-low, .aside-img, .button.button-elevated {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.elevation-inset, .button.button-elevated:focus, .button.button-elevated:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}

.elevation-none {
  box-shadow: none;
}

.clear-after:after, header .menu:after {
  display: table;
  content: " ";
  clear: both;
}

body {
  margin-top: 0;
  background-color: #f9f9f9;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3 {
  color: #1565C0;
  font-weight: normal;
}

header {
  padding-bottom: 45px;
}

.content {
  margin-top: -45px;
}

header {
  color: #fff;
  padding-bottom: 45px;
  background-color: #2196F3;
}
header .header-wrap {
  margin: 25px 0;
}
header .logo-wrap {
  float: left;
}
header .logo-wrap h1 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 35px;
  margin-left: 10px;
  margin-top: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
}
header .logo-wrap img {
  display: inline-block;
}
header .menu {
  padding-top: 14px;
  cursor: default;
  text-align: right;
}
header .menu a {
  display: inline-block;
  color: #fff;
  margin: 0 2px;
  padding: 6px 11px;
  border-radius: 2px;
  transition-duration: 150ms;
}
header .menu a:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}
header .menu a i {
  font-size: 17px;
  margin: 0 4px 0 -4px;
  vertical-align: middle;
}

.content {
  margin-bottom: 15px;
  background-color: #fff;
  border-radius: 2px;
}

.mainContent {
  padding: 0 15px;
}
@media screen and (max-width: 645px) {
  .mainContent {
    padding: 0 5px;
  }
}

.content-top {
  color: #fff;
  padding: 10px 20px;
  background: url("../img/bg.jpg") no-repeat left bottom;
  background-size: cover;
  border-radius: 2px 2px 0 0;
}
.content-top img.header-right {
  margin: 25px 0;
  max-width: 100%;
  border-radius: 2px;
}
.content-top .slogan {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  font-size: 2em;
  margin-top: 15px;
  line-height: 30px;
}
.content-top .asterix {
  font-size: 0.8em;
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
}
.content-top .header-features {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.content-top .header-features ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.content-top .header-features ul li {
  font-size: 18px;
}

.button {
  border-radius: 2px;
  transition-duration: 200ms;
}
.button:hover {
  color: inherit;
  text-decoration: none;
}
.button:focus, .button:active {
  text-decoration: none;
  outline: none;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
.gplay_container .gplay {
  background-color: #2196F3;
  text-align: center;
}
.gplay_container .gplay_cont_fixed {
  position: fixed;
  top: 0;
  z-index: 2;
}
.gplay_container .gplay_link {
  color: #444444;
  background-color: #ffffff;
  padding: 5px 16px;
  position: relative;
  display: inline-block;
  margin: 5px 12px;
  font-size: 17px;
}
.gplay_container .gplay_link i {
  float: left;
  font-size: 36px;
  margin: 3px 10px 0 -10px;
  color: #2196F3;
}
.gplay_container .gplay_link small {
  display: block;
  text-align: left;
  opacity: 0.7;
  font-size: 13px;
}

@media (min-width: 645px) {
  .gplay_container {
    height: 64px;
  }

  .gplay {
    height: 64px;
  }
}
.share {
  padding: 10px;
  width: 300px;
  max-width: 100%;
  min-height: 45px;
  margin: auto;
}

p {
  text-align: justify;
  color: #555;
}

.steps .step {
  margin-bottom: 20px;
}
.steps .step .round {
  float: left;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 26px;
  line-height: 46px;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
}
.steps .step .green {
  background-color: #0f9d58;
}
.steps .step h3 {
  line-height: 26px;
  margin-left: 10px;
  margin-top: 10px;
  display: inline-block;
  color: inherit;
  letter-spacing: -1px;
  font-size: 21px;
}
.steps .step .stepText {
  text-align: justify;
  margin-top: 10px;
  font-size: 13px;
}

.space {
  height: 32px;
}

.features {
  width: 100%;
  margin: auto;
  max-width: 810px;
  color: #555;
}
.features thead, .features thead tr {
  border-radius: 2px 2px 0 0;
}
.features thead td:first-child {
  border-radius: 2px 0 0 0;
}
.features thead td:last-child {
  border-radius: 0 2px 0 0;
}
.features thead td {
  width: 33%;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.3em;
}
.features tfoot {
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.features tfoot td {
  font-size: 1.3em;
  padding: 5px;
}
.features tfoot, .features tfoot tr {
  border-radius: 0 0 2px 2px;
}
.features tfoot td:first-child {
  border-radius: 0 0 0 2px;
}
.features tfoot td:last-child {
  border-radius: 0 0 2px 0;
}
.features thead, .features tfoot {
  background-color: #2196F3;
}
.features tbody tr:nth-child(odd) {
  background-color: #F5F5F5;
}
.features tbody tr td {
  text-align: center;
  border-right: 1px solid rgba(216, 216, 216, 0.9);
}
.features tbody tr td:first-child {
  text-align: left;
  border: 1px solid rgba(216, 216, 216, 0.9);
  border-width: 0 1px;
  font-size: 0.9em;
  padding: 8px 15px;
  vertical-align: middle;
}

.notice {
  font-size: 0.8em;
  color: #888;
  text-align: center;
}

.aside-img {
  float: right;
  width: 50%;
  margin-left: 15px;
  border-radius: 2px;
}

@media screen and (max-width: 635px) {
  .aside-img {
    float: none;
    margin: auto;
    display: block;
  }
}
.i18n_container {
  width: 300px;
  margin: 200px auto 0 auto;
}

.gitHubButtons {
  float: right;
  margin: 0 0 10px 20px;
}
.gitHubButtons > iframe {
  width: 95px;
}

.copyright p {
  padding: 10px 0;
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
}

.gcm-stats {
  cursor: default;
  font-family: "Roboto Slab", serif;
  color: #fff;
  background-color: #2196F3;
  padding: 5px 10px;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.gcm-stats span {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block;
}
.gcm-stats small {
  font-family: "Roboto", sans-serif;
  opacity: 0.8;
}
.gcm-stats .hits {
  float: right;
  margin-top: 15px;
  margin-left: 10px;
}
.gcm-stats .hits .hit-digit {
  display: inline-block;
  background-color: #080808;
  font-size: 40px;
  width: 35px;
  overflow-x: hidden;
  text-align: center;
  border-radius: 3px;
}

.gcm-disclaimer {
  cursor: default;
  display: block;
  text-align: right;
  font-style: italic;
  font-size: 12px;
  padding-right: 15px;
  opacity: 0.5;
}
