/* Add additional stylesheets below
-------------------------------------------------- */
/*
  Bootstrap's documentation styles
  Special styles for presenting Bootstrap's documentation and examples
*/



/* Body and structure
-------------------------------------------------- */

body {
  position: relative;
  padding-top: 40px;
}

/* Code in headings */
h3 code {
  font-size: 14px;
  font-weight: normal;
}



/* Tweak navbar brand link to be super sleek
-------------------------------------------------- */

body > .navbar {
  font-size: 13px;
}

/* Change the docs' brand */
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.125);
  -webkit-transition: all .2s linear;
     -moz-transition: all .2s linear;
          transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,.1), 0 0 30px rgba(255,255,255,.4);
}


/* Sections
-------------------------------------------------- */

/* padding for in-page bookmarks and fixed navbar */
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

/* Separators (hr) */
.bs-docs-separator {
  margin: 40px 0 39px;
}

/* Faded out hr */
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}


/* Index
-------------------------------------------------- */
/* Index Page
------------------------- */
.index-unit {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FFF;
  background-color: #000;
  background-image: -webkit-gradient(
                      linear,
                      left top,
                      left bottom,
                      from(          rgba(255,255,255, .1)),
                      color-stop(.5, rgba(255,255,255, .1)),
                      color-stop(.5, rgba(  0,  0,  0, .1)),
                      to(            rgba(  0,  0,  0, .1))),
                   -webkit-gradient(
                      linear,
                      left top,
                      right top,
                      from(          rgba(255,255,255, .1)),
                      color-stop(.5, rgba(255,255,255, .1)),
                      color-stop(.5, rgba(  0,  0,  0, .1)),
                      to(            rgba(  0,  0 , 0, .1)));
  background-image: -moz-linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    -moz-linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -ms-linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    -ms-linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -o-linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    -o-linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  -webkit-background-size: 6px 6px;
  -moz-background-size:    6px 6px;
  -ms-background-size:    6px 6px;
  -o-background-size:      6px 6px;
  background-size:         6px 6px;
  opacity: 1;
}
.prefectures-btn {margin: 0px 7px 7px 0px;width: 100px;padding: 10px;}

/* Jumbotrons
-------------------------------------------------- */

/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background-color: #000;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}

/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,1);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}
.page-header h3 a {
  color: #fff;
}
.page-header h3 a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}
.td-date {
  white-space: nowrap;
}

/* .jumbotron prefectures */
.jumbotron_hokkaido {background-image:url("/img/prefectures/hokkaido.jpg");}
.jumbotron_aomori {background-image:url("/img/prefectures/aomori.jpg");}
.jumbotron_iwate {background-image:url("/img/prefectures/iwate.jpg");}
.jumbotron_miyagi {background-image:url("/img/prefectures/miyagi.jpg");}
.jumbotron_akita {background-image:url("/img/prefectures/akita.jpg");}
.jumbotron_yamagata {background-image:url("/img/prefectures/yamagata.jpg");}
.jumbotron_fukushima {background-image:url("/img/prefectures/fukushima.jpg");}
.jumbotron_ibaraki {background-image:url("/img/prefectures/ibaraki.jpg");}
.jumbotron_tochigi {background-image:url("/img/prefectures/tochigi.jpg");}
.jumbotron_gunma {background-image:url("/img/prefectures/gunma.jpg");}
.jumbotron_saitama {background-image:url("/img/prefectures/saitama.jpg");}
.jumbotron_chiba {background-image:url("/img/prefectures/chiba.jpg");}
.jumbotron_tokyo {background-image:url("/img/prefectures/tokyo.jpg");}
.jumbotron_kanagawa {background-image:url("/img/prefectures/kanagawa.jpg");}
.jumbotron_niigata {background-image:url("/img/prefectures/niigata.jpg");}
.jumbotron_toyama {background-image:url("/img/prefectures/toyama.jpg");}
.jumbotron_ishikawa {background-image:url("/img/prefectures/ishikawa.jpg");}
.jumbotron_fukui {background-image:url("/img/prefectures/fukui.jpg");}
.jumbotron_yamanashi {background-image:url("/img/prefectures/yamanashi.jpg");}
.jumbotron_nagano {background-image:url("/img/prefectures/nagano.jpg");}
.jumbotron_gifu {background-image:url("/img/prefectures/gifu.jpg");}
.jumbotron_shizuoka {background-image:url("/img/prefectures/shizuoka.jpg");}
.jumbotron_aichi {background-image:url("/img/prefectures/aichi.jpg");}
.jumbotron_mie {background-image:url("/img/prefectures/mie.jpg");}
.jumbotron_shiga {background-image:url("/img/prefectures/shiga.jpg");}
.jumbotron_kyoto {background-image:url("/img/prefectures/kyoto.jpg");}
.jumbotron_osaka {background-image:url("/img/prefectures/osaka.jpg");}
.jumbotron_hyogo {background-image:url("/img/prefectures/hyogo.jpg");}
.jumbotron_nara {background-image:url("/img/prefectures/nara.jpg");}
.jumbotron_wakayama {background-image:url("/img/prefectures/wakayama.jpg");}
.jumbotron_tottori {background-image:url("/img/prefectures/tottori.jpg");}
.jumbotron_shimane {background-image:url("/img/prefectures/shimane.jpg");}
.jumbotron_okayama {background-image:url("/img/prefectures/okayama.jpg");}
.jumbotron_hiroshima {background-image:url("/img/prefectures/hiroshima.jpg");}
.jumbotron_yamaguchi {background-image:url("/img/prefectures/yamaguchi.jpg");}
.jumbotron_tokushima {background-image:url("/img/prefectures/tokushima.jpg");}
.jumbotron_kagawa {background-image:url("/img/prefectures/kagawa.jpg");}
.jumbotron_ehime {background-image:url("/img/prefectures/ehime.jpg");}
.jumbotron_kochi {background-image:url("/img/prefectures/kochi.jpg");}
.jumbotron_fukuoka {background-image:url("/img/prefectures/fukuoka.jpg");}
.jumbotron_saga {background-image:url("/img/prefectures/saga.jpg");}
.jumbotron_nagasaki {background-image:url("/img/prefectures/nagasaki.jpg");}
.jumbotron_kumamoto {background-image:url("/img/prefectures/kumamoto.jpg");}
.jumbotron_oita {background-image:url("/img/prefectures/oita.jpg");}
.jumbotron_miyazaki {background-image:url("/img/prefectures/miyazaki.jpg");}
.jumbotron_kagoshima {background-image:url("/img/prefectures/kagoshima.jpg");}
.jumbotron_okinawa {background-image:url("/img/prefectures/okinawa.jpg");}
/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  background-image: -webkit-gradient(
                      linear,
                      left top,
                      left bottom,
                      from(          rgba(255,255,255, .1)),
                      color-stop(.5, rgba(255,255,255, .1)),
                      color-stop(.5, rgba(  0,  0,  0, .1)),
                      to(            rgba(  0,  0,  0, .1))),
                   -webkit-gradient(
                      linear,
                      left top,
                      right top,
                      from(          rgba(255,255,255, .1)),
                      color-stop(.5, rgba(255,255,255, .1)),
                      color-stop(.5, rgba(  0,  0,  0, .1)),
                      to(            rgba(  0,  0 , 0, .1)));
  background-image: -moz-linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    -moz-linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -ms-linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    -ms-linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -o-linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    -o-linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: linear-gradient(
                      top,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%),
                    linear-gradient(
                      left,
                      rgba(255,255,255, .1)   0,
                      rgba(255,255,255, .1)  50%,
                      rgba(  0,  0,  0, .1)  50%,
                      rgba(  0,  0,  0, .1) 100%);
  -webkit-background-size: 6px 6px;
  -moz-background-size:    6px 6px;
  -ms-background-size:    6px 6px;
  -o-background-size:      6px 6px;
  background-size:         6px 6px;
  opacity: .6;
}

/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}

/* Footer
-------------------------------------------------- */

.footer {
  padding: 10px 0;
  margin-top: 5px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}

/* mailmaga detail */
.pt-slash .pull-right {
  padding-right:10px;
  text-align:right;
}

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
       -o-border-radius: 6px;
      -ms-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
       -o-box-shadow: 0 1px 4px rgba(0,0,0,.065);
      -ms-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
       -o-border-radius: 6px 6px 0 0;
      -ms-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
       -o-border-radius: 0 0 6px 6px;
      -ms-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
       -o-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
      -ms-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

/* Pager Bottom for Docs
-------------------------------------------------- */
.bs-docs-pager {
  position: fixed;
  top: auto;
  bottom: 10px;
  margin: 0 0 0 10px;
}
.bs-docs-pager.affix {
  bottom: 20px;
}
.bs-docs-pager.affix-bottom {
  bottom: 60px;
}
blockquote {
  margin-bottom: 50px;
}
/* Button 
-------------------------------------------------- */
.text-white {color: #fff;}
.bg-black {
	background-color: #08c;
	border-color: #009;
	color: #fff;
	padding-left: 10px;
}
.pt-slash {
  background-image: -webkit-gradient(
                      linear,
                      left  top,
                      right bottom,
                      from(           rgba(  0,  0,  0, .1)),
                      color-stop(.05, rgba(  0,  0,  0, .1)),
                      color-stop(.05, rgba(255,255,255, .1)),
                      color-stop(.45, rgba(255,255,255, .1)),
                      color-stop(.45, rgba(  0,  0,  0, .1)),
                      color-stop(.55, rgba(  0,  0,  0, .1)),
                      color-stop(.55, rgba(255,255,255, .1)),
                      color-stop(.95, rgba(255,255,255, .1)),
                      color-stop(.95, rgba(  0,  0,  0, .1)),
                      to(             rgba(  0,  0,  0, .1)));
  background-image: -moz-linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -o-linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: -ms-linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);
  background-image: linear-gradient(
                      -45deg,
                      rgba(  0,  0,  0, .1)   0,
                      rgba(  0,  0,  0, .1)   5%,
                      rgba(255,255,255, .1)   5%,
                      rgba(255,255,255, .1)  45%,
                      rgba(  0,  0,  0, .1)  45%,
                      rgba(  0,  0,  0, .1)  55%,
                      rgba(255,255,255, .1)  55%,
                      rgba(255,255,255, .1)  95%,
                      rgba(  0,  0,  0, .1)  95%,
                      rgba(  0,  0,  0, .1) 100%);

  -webkit-background-size: 5px 5px;
  -moz-background-size:    5px 5px;
  -o-background-size:      5px 5px;
  background-size:         5px 5px;
}



/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 60px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 20px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }

  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  
  /* index */
  .hero-unit h1 {font-size:x-large;text-align: center;}
  .hero-unit small {font-size:x-small;text-align: center;}
  .index-unit {padding:20px 10px 40px 10px;}
  /* mailmaga detail */
  .pt-slash .pull-right {
    width:80px;
  }
  .pt-slash h3 {
    font-size: medium;
  }
  .mailmaga-detail-subject {
    font-size: medium;
    line-height: 120%;
  }
  .bs-docs-pager {
    left: 20px;
  }
  /* mailmaga list */
  .td-date {
    white-space: normal;
    width: 70px;
  }

  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
}