*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

html {
  font-size: 20px; }

@media only screen and (min-width: 320px) {
  html {
    font-size: 17.06666666px !important; } }

@media only screen and (min-width: 375px) {
  html {
    font-size: 20px !important; } }

@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important; } }

@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important; } }

@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important; } }

.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column; }

.scroll-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  background-color: #197aff;
  font-size: 0.7rem;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  line-height: 0.7rem;
  min-width: 4rem;
  padding: 0.4rem 0.7rem; }

.btn-secondary {
  color: #197aff;
  background-color: #fff;
  border-color: #197aff; }

.btn-small {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem; }

.btn-info {
  color: #666;
  background-color: #fff;
  border-color: #ccd0d6; }

.btn-large {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.55rem 0;
  line-height: 0.8rem; }

.btn-warning {
  color: #fff;
  background-color: #ffaa00;
  border-color: #ffaa00; }

.btn-danger {
  color: #fff;
  background-color: #ff2200;
  border-color: #ff2200; }

.btn-success {
  color: #fff;
  background-color: #2dc12d;
  border-color: #2dc12d; }

.btn-disabled, button[disabled] {
  color: #F5F5F5;
  background-color: #bbb;
  border-color: #bbb; }

.btn-group {
  font-size: 0; }

.btn-group .btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  width: 5rem; }

.form-field.date-picker {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  border-top: 1px solid #e5e9ee;
  border-bottom: 1px solid #e5e9ee;
  padding: 0.7rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  text-align: left; }

.form-field.date-picker .field-label {
  font-size: 0.7rem;
  color: #333;
  width: 4rem; }

.form-field.date-picker .field-control {
  font-size: 0.7rem;
  color: #197aff;
  -webkit-flex: 1;
  flex: 1; }

.form-field.date-picker .field-control input[type="text"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #666;
  outline: 0; }

.form-field.date-field {
  position: relative; }

.form-field.date-field .iconpm {
  position: absolute;
  right: 10px;
  font-size: 1rem; }

.time-out {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

.shadow {
  height: 100%;
  width: 100%;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.shadow.hide {
  display: none; }

.timer-picker {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.timer-picker .timer-name {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.8rem;
  border-bottom: 1px solid #ccd0d6; }

.timer-picker .timer-name .time-confirm {
  position: absolute;
  left: 10px;
  width: 2.5rem;
  border: 1px solid #197aff;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.2rem;
  font-size: 0.6rem;
  color: #197aff; }

.timer-picker .timer-name span.red {
  color: #ff2200; }

.timer-picker .timer-name .iconpm {
  position: absolute;
  right: 10px;
  font-size: 0.8rem;
  width: 2.5rem; }

.timer-picker ::-webkit-scrollbar {
  width: 0px !important; }

.timer-picker .timer {
  height: 12rem;
  background-color: #ccd0d6;
  display: -webkit-flex;
  display: flex; }

.timer-picker .timer .time-row {
  height: 100%;
  -webkit-flex: 1;
  flex: 1;
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: 0.7rem;
  overflow: auto;
  height: 100%; }

.timer-picker .timer .time-row ul {
  margin: 0px;
  padding: 5rem 0 4.5rem; }

.timer-picker .timer .time-row ul li {
  line-height: 0.8rem;
  height: 2.5rem; }

.timer-picker .timer .what-day {
  font-size: 0.6rem;
  color: #994500; }

.timer-picker .timer .choose-time {
  border: 1px solid #e5e9ee;
  height: 2.4rem;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #ccd0d6;
  pointer-events: none;
  z-index: 1;
  display: -webkit-flex;
  display: flex; }

.timer-picker .timer .choose-time .choose, .timer-picker .timer .choose-time .choose-day {
  vertical-align: middle;
  display: inline-block;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #333; }

.timer-picker .timer .choose-time .choose {
  line-height: 2.4rem; }

.timer-picker .timer .choose-time .choose-day span {
  display: block; }

.form .form-field {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 0.7rem 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  text-align: left; }

.form .form-field.last {
  border-bottom: 0; }

.form .form-field .field-label {
  font-size: 0.7rem;
  color: #333;
  width: 3rem; }

.form .form-field .field-control {
  font-size: 0.7rem;
  color: #197aff;
  -webkit-flex: 1;
  flex: 1; }

.form .form-group {
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff; }

.form .form-group .form-field {
  margin: 0 0.5rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 0; }

input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #666;
  outline: 0; }

.row {
  position: relative; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  min-height: 1px;
  vertical-align: top;
  font-size: 0.6rem; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.col-offset-12 {
  margin-left: 100%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-0 {
  margin-left: 0; }

.header-fixed {
  width: 100%;
  top: 0px;
  left: 0px; }

.header-fixed .header {
  background-color: #197aff;
  height: 2.2rem;
  line-height: 2.2rem; }

.header-fixed .header .header-wrap {
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #fff;
  font-size: 0.9rem; }

.header-fixed .header .icon-pokeball {
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  right: 1rem; }

.header-fixed .header .icon-pokeball.icon-left {
  left: 0;
  right: auto;
  width: 2.9rem; }

.header-fixed .header-secondary {
  background-color: #fff;
  border-bottom: 1px solid #e5e9ee;
  height: 2.2rem;
  line-height: 2.2rem; }

.header-fixed .header-secondary .header-wrap {
  text-align: center;
  color: #333;
  font-size: 0.9rem; }

.header-fixed .header-secondary .header-wrap .header-link-name {
  color: #197aff;
  font-size: 0.7rem;
  position: absolute;
  right: 1rem; }

.header-fixed .header-secondary .header-wrap .icon-pokeball {
  color: #197aff;
  font-size: 1.2rem;
  position: absolute;
  right: auto; }

.bottom-fixed {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-top: 1px solid #e5e9ee;
  background-color: #f4f4f4;
  bottom: 0px;
  left: 0px; }

.bottom-fixed .nav-item {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #333; }

.bottom-fixed .nav-item p {
  margin: 0;
  font-size: 0.6rem; }

.bottom-fixed .icon-pokeball {
  font-size: 0.85rem; }

.bottom-fixed .active .icon-pokeball, .bottom-fixed .active p {
  color: #197aff; }

.search-placeholder {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  border: 1px solid #dfdfdf;
  height: 1.6rem;
  line-height: 1.6rem; }

.search-placeholder .search-text {
  font-size: 0.7rem;
  color: #bbbbbb;
  height: 30px; }

.search-placeholder .search-text .icon-pokeball-search {
  margin-right: 0.25rem; }

.search-wrap {
  display: -webkit-flex;
  display: flex;
  margin-left: 1rem;
  line-height: 1.5rem; }

.search-wrap .search-info {
  border: 1px solid #dfdfdf;
  flex: 1;
  display: -webkit-flex;
  display: flex; }

.search-wrap .search-info .icon-pokeball-search {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #bbbbbb; }

.search-wrap .search-info .icon-pokeball-del {
  margin-right: 0.5rem;
  color: #bbbbbb; }

.search-wrap .search-info .search-input {
  border: none;
  height: 1.5rem;
  font-size: 0.7rem;
  -webkit-flex: 1;
  flex: 1;
  padding: 0;
  color: #666;
  outline: 0; }

.search-wrap .search-info .hide {
  display: none; }

.search-wrap .search-btn {
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 0.7rem;
  color: #197aff; }

.switch {
  width: 3rem;
  height: 1.6rem;
  position: relative;
  background-color: #ccd0d6;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 1rem;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none; }

.switch:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  border-radius: 1rem;
  background-color: #fff; }

.switch:checked {
  border-color: #2dc12d;
  background-color: #2dc12d; }

.switch:checked:before {
  left: 1.5rem; }

.switch.switch-anim {
  transition: background-color ease 0.4s; }

.switch.switch-anim:before {
  transition: left 0.3s; }

.switch.switch-anim:checked {
  background-color: #2dc12d;
  transition: border-color 0.4s, background-color ease 0.4s; }

.switch.switch-anim:checked:before {
  transition: left 0.3s; }

.tabs, .tabs-card {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #e5e9ee;
  background-color: #F5F5F5; }

.tabs .tabs-tab, .tabs-card .tabs-tab {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 0.1rem solid #F5F5F5; }

.tabs .tabs-tab.active, .tabs-card .tabs-tab.active {
  color: #197aff;
  border-bottom-color: #197aff; }

.tabs-card {
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  border-top: 0; }

.tabs-card .tabs-tab {
  font-size: 0.7rem;
  color: #197aff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border: 1px solid #197aff;
  border-right: 0; }

.tabs-card .tabs-tab:last-child {
  border-right: 1px solid #197aff; }

.tabs-card .tabs-tab.active {
  color: #fff;
  background-color: #197aff;
  border-bottom: none; }

.tabs-content .tabs-tabpane {
  display: none; }

.tabs-content .tabs-tabpane.active {
  display: block; }

.toast-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: transparent;
  display: none; }

.toast-mask.active {
  display: block; }

.toast-mask .toast {
  max-width: 80%;
  min-width: 60%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Opera */
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1rem;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.toast-mask .toast .icon-pokeball-loading {
  margin-right: 5px;
  vertical-align: inherit;
  line-height: 0.8rem;
  border-width: 0; }

html, body {
  height: 100%; }

body {
  color: #333;
  font-family: "San Francisco", "Hiragino Sans GB", "Roboto", "Droid Sans Fallback", "Helvetica Neue", Arial, "Droid Sans"; }

a {
  cursor: pointer;
  text-decoration: none; }

.text-center {
  text-align: center; }

[class^="icon-"],
[class*=" icon-"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

ul {
  padding: 0;
  list-style-type: none; }

/* Spin animation*/
.loading {
  display: inline-block;
  -webkit-animation: loding-spin 2s infinite linear;
  animation: loding-spin 2s infinite linear;
  text-align: center; }

@-webkit-keyframes loding-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes loding-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

html {
  font-size: 20px; }

@media only screen and (min-width: 320px) {
  html {
    font-size: 17.06666666px !important; } }

@media only screen and (min-width: 375px) {
  html {
    font-size: 20px !important; } }

@media only screen and (min-width: 400px) {
  html {
    font-size: 21.33333333px !important; } }

@media only screen and (min-width: 414px) {
  html {
    font-size: 22.08px !important; } }

@media only screen and (min-width: 480px) {
  html {
    font-size: 25.6px !important; } }

.wrap {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column; }

.scroll-wrap {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  color: #fff;
  background-color: #197aff;
  font-size: 0.7rem;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: inherit;
  cursor: pointer;
  outline: 0;
  line-height: 0.7rem;
  min-width: 4rem;
  padding: 0.4rem 0.7rem; }

.btn-secondary {
  color: #197aff;
  background-color: #fff;
  border-color: #197aff; }

.btn-small {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem; }

.btn-info {
  color: #666;
  background-color: #fff;
  border-color: #ccd0d6; }

.btn-large {
  width: 100%;
  font-size: 0.8rem;
  padding: 0.55rem 0;
  line-height: 0.8rem; }

.btn-warning {
  color: #fff;
  background-color: #ffaa00;
  border-color: #ffaa00; }

.btn-danger {
  color: #fff;
  background-color: #ff2200;
  border-color: #ff2200; }

.btn-success {
  color: #fff;
  background-color: #2dc12d;
  border-color: #2dc12d; }

.btn-disabled, button[disabled] {
  color: #F5F5F5;
  background-color: #bbb;
  border-color: #bbb; }

.btn-group {
  font-size: 0; }

.btn-group .btn {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  width: 5rem; }

.form-field.date-picker {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  border-top: 1px solid #e5e9ee;
  border-bottom: 1px solid #e5e9ee;
  padding: 0.7rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  text-align: left; }

.form-field.date-picker .field-label {
  font-size: 0.7rem;
  color: #333;
  width: 4rem; }

.form-field.date-picker .field-control {
  font-size: 0.7rem;
  color: #197aff;
  -webkit-flex: 1;
  flex: 1; }

.form-field.date-picker .field-control input[type="text"] {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #666;
  outline: 0; }

.form-field.date-field {
  position: relative; }

.form-field.date-field .iconpm {
  position: absolute;
  right: 10px;
  font-size: 1rem; }

.time-out {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

.shadow {
  height: 100%;
  width: 100%;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.shadow.hide {
  display: none; }

.timer-picker {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%; }

.timer-picker .timer-name {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.8rem;
  border-bottom: 1px solid #ccd0d6; }

.timer-picker .timer-name .time-confirm {
  position: absolute;
  left: 10px;
  width: 2.5rem;
  border: 1px solid #197aff;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-top: 0.2rem;
  font-size: 0.6rem;
  color: #197aff; }

.timer-picker .timer-name span.red {
  color: #ff2200; }

.timer-picker .timer-name .iconpm {
  position: absolute;
  right: 10px;
  font-size: 0.8rem;
  width: 2.5rem; }

.timer-picker ::-webkit-scrollbar {
  width: 0px !important; }

.timer-picker .timer {
  height: 12rem;
  background-color: #ccd0d6;
  display: -webkit-flex;
  display: flex; }

.timer-picker .timer .time-row {
  height: 100%;
  -webkit-flex: 1;
  flex: 1;
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: 0.7rem;
  overflow: auto;
  height: 100%; }

.timer-picker .timer .time-row ul {
  margin: 0px;
  padding: 5rem 0 4.5rem; }

.timer-picker .timer .time-row ul li {
  line-height: 0.8rem;
  height: 2.5rem; }

.timer-picker .timer .what-day {
  font-size: 0.6rem;
  color: #994500; }

.timer-picker .timer .choose-time {
  border: 1px solid #e5e9ee;
  height: 2.4rem;
  width: 100%;
  position: absolute;
  top: 50%;
  background-color: #ccd0d6;
  pointer-events: none;
  z-index: 1;
  display: -webkit-flex;
  display: flex; }

.timer-picker .timer .choose-time .choose, .timer-picker .timer .choose-time .choose-day {
  vertical-align: middle;
  display: inline-block;
  -webkit-flex: 1;
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: 0.8rem;
  color: #333; }

.timer-picker .timer .choose-time .choose {
  line-height: 2.4rem; }

.timer-picker .timer .choose-time .choose-day span {
  display: block; }

.form .form-field {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 0.7rem 0.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
  text-align: left; }

.form .form-field.last {
  border-bottom: 0; }

.form .form-field .field-label {
  font-size: 0.7rem;
  color: #333;
  width: 3rem; }

.form .form-field .field-control {
  font-size: 0.7rem;
  color: #197aff;
  -webkit-flex: 1;
  flex: 1; }

.form .form-group {
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff; }

.form .form-group .form-field {
  margin: 0 0.5rem;
  padding-left: 0;
  padding-right: 0;
  border-top: 0; }

input:not([type=checkbox]):not([type=radio]),
textarea {
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #666;
  outline: 0; }

.row {
  position: relative; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: baseline;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  min-height: 1px;
  vertical-align: top;
  font-size: 0.6rem; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

.col-offset-12 {
  margin-left: 100%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-0 {
  margin-left: 0; }

.header-fixed {
  width: 100%;
  top: 0px;
  left: 0px; }

.header-fixed .header {
  background-color: #197aff;
  height: 2.2rem;
  line-height: 2.2rem; }

.header-fixed .header .header-wrap {
  text-align: center;
  height: 2.2rem;
  line-height: 2.2rem;
  color: #fff;
  font-size: 0.9rem; }

.header-fixed .header .icon-pokeball {
  color: #fff;
  font-size: 0.9rem;
  position: absolute;
  right: 1rem; }

.header-fixed .header .icon-pokeball.icon-left {
  left: 0;
  right: auto;
  width: 2.9rem; }

.header-fixed .header-secondary {
  background-color: #fff;
  border-bottom: 1px solid #e5e9ee;
  height: 2.2rem;
  line-height: 2.2rem; }

.header-fixed .header-secondary .header-wrap {
  text-align: center;
  color: #333;
  font-size: 0.9rem; }

.header-fixed .header-secondary .header-wrap .header-link-name {
  color: #197aff;
  font-size: 0.7rem;
  position: absolute;
  right: 1rem; }

.header-fixed .header-secondary .header-wrap .icon-pokeball {
  color: #197aff;
  font-size: 1.2rem;
  position: absolute;
  right: auto; }

.bottom-fixed {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-top: 1px solid #e5e9ee;
  background-color: #f4f4f4;
  bottom: 0px;
  left: 0px; }

.bottom-fixed .nav-item {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  color: #333; }

.bottom-fixed .nav-item p {
  margin: 0;
  font-size: 0.6rem; }

.bottom-fixed .icon-pokeball {
  font-size: 0.85rem; }

.bottom-fixed .active .icon-pokeball, .bottom-fixed .active p {
  color: #197aff; }

.search-placeholder {
  margin-left: 1rem;
  margin-right: 1rem;
  text-align: center;
  border: 1px solid #dfdfdf;
  height: 1.6rem;
  line-height: 1.6rem; }

.search-placeholder .search-text {
  font-size: 0.7rem;
  color: #bbbbbb;
  height: 30px; }

.search-placeholder .search-text .icon-pokeball-search {
  margin-right: 0.25rem; }

.search-wrap {
  display: -webkit-flex;
  display: flex;
  margin-left: 1rem;
  line-height: 1.5rem; }

.search-wrap .search-info {
  border: 1px solid #dfdfdf;
  flex: 1;
  display: -webkit-flex;
  display: flex; }

.search-wrap .search-info .icon-pokeball-search {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  color: #bbbbbb; }

.search-wrap .search-info .icon-pokeball-del {
  margin-right: 0.5rem;
  color: #bbbbbb; }

.search-wrap .search-info .search-input {
  border: none;
  height: 1.5rem;
  font-size: 0.7rem;
  -webkit-flex: 1;
  flex: 1;
  padding: 0;
  color: #666;
  outline: 0; }

.search-wrap .search-info .hide {
  display: none; }

.search-wrap .search-btn {
  margin-right: 1rem;
  margin-left: 1rem;
  font-size: 0.7rem;
  color: #197aff; }

.switch {
  width: 3rem;
  height: 1.6rem;
  position: relative;
  background-color: #ccd0d6;
  box-shadow: #dfdfdf 0 0 0 0 inset;
  border-radius: 1rem;
  background-clip: content-box;
  display: inline-block;
  -webkit-appearance: none;
  user-select: none;
  outline: none; }

.switch:before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  border-radius: 1rem;
  background-color: #fff; }

.switch:checked {
  border-color: #2dc12d;
  background-color: #2dc12d; }

.switch:checked:before {
  left: 1.5rem; }

.switch.switch-anim {
  transition: background-color ease 0.4s; }

.switch.switch-anim:before {
  transition: left 0.3s; }

.switch.switch-anim:checked {
  background-color: #2dc12d;
  transition: border-color 0.4s, background-color ease 0.4s; }

.switch.switch-anim:checked:before {
  transition: left 0.3s; }

.tabs, .tabs-card {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-top: 1px solid #e5e9ee;
  background-color: #F5F5F5; }

.tabs .tabs-tab, .tabs-card .tabs-tab {
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  border-bottom: 0.1rem solid #F5F5F5; }

.tabs .tabs-tab.active, .tabs-card .tabs-tab.active {
  color: #197aff;
  border-bottom-color: #197aff; }

.tabs-card {
  background-color: #fff;
  width: 90%;
  margin-left: 5%;
  border-top: 0; }

.tabs-card .tabs-tab {
  font-size: 0.7rem;
  color: #197aff;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  border: 1px solid #197aff;
  border-right: 0; }

.tabs-card .tabs-tab:last-child {
  border-right: 1px solid #197aff; }

.tabs-card .tabs-tab.active {
  color: #fff;
  background-color: #197aff;
  border-bottom: none; }

.tabs-content .tabs-tabpane {
  display: none; }

.tabs-content .tabs-tabpane.active {
  display: block; }

.toast-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10001;
  background-color: transparent;
  display: none; }

.toast-mask.active {
  display: block; }

.toast-mask .toast {
  max-width: 80%;
  min-width: 60%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 1rem;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  /* Opera */
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1rem;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 6px;
  -webkit-border-radius: 6px; }

.toast-mask .toast .icon-pokeball-loading {
  margin-right: 5px;
  vertical-align: inherit;
  line-height: 0.8rem;
  border-width: 0; }

html, body {
  height: 100%; }

body {
  color: #333;
  font-family: "San Francisco", "Hiragino Sans GB", "Roboto", "Droid Sans Fallback", "Helvetica Neue", Arial, "Droid Sans"; }

a {
  cursor: pointer;
  text-decoration: none; }

.text-center {
  text-align: center; }

[class^="icon-"],
[class*=" icon-"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

ul {
  padding: 0;
  list-style-type: none; }

/* Spin animation*/
.loading {
  display: inline-block;
  -webkit-animation: loding-spin 2s infinite linear;
  animation: loding-spin 2s infinite linear;
  text-align: center; }

@-webkit-keyframes loding-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@keyframes loding-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }
