* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
}
main {
  display: block;
}
a {
  -webkit-tap-highlight-color: black;
  transition: color 0.15s ease-in-out;
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  color: #2b4d70;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.5px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 23px;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0.71052632 0 0 0;
}
nav.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  nav.main-nav .wrapper {
    height: 40px;
    padding: 10px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  width: 310px;
  height: 70px;
  max-height: 100%;
}
@media (max-width: 768px) {
  nav.main-nav .logo img {
    height: 24px;
    width: auto;
  }
}
nav.main-nav .share {
  position: absolute;
  top: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  nav.main-nav .share {
    top: 10px;
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share label {
  background: white !important;
}
@media (max-width: 575px) {
  nav.main-nav .share label span {
    display: none;
  }
  nav.main-nav .share .left {
    margin-left: -275px !important;
  }
}
body {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}
.chatter {
  max-width: 750px;
  margin: 0 auto;
}
.chatter h1 {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.chatter p {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  text-align: left;
}
#container {
  height: 500px;
  overflow: scroll;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid black;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 768px) {
  #container {
    width: 100%;
  }
}
.mariners-table {
  border-collapse: collapse;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .mariners-table {
    width: 100%;
  }
}
.mariners-table th {
  background-color: #ffffff;
  color: #333333;
  padding: 6px 10px 6px 10px;
  border-right: #cccccc;
  border-width: 1px;
  border-style: none solid none none;
  line-height: 1.2;
}
th:hover {
  background: rgba(28, 139, 133, 0.5);
  color: white;
}
.down {
  color: yellow;
}
.mariners-table td {
  padding: 5px 10px 5px 10px;
  border-right: #cccccc;
  border-width: 1px;
  border-style: none solid none none;
  vertical-align: top;
}
.mariners-table tr:nth-child(even) {
  background-color: #FFFFFF;
}
.mariners-table tr:nth-child(odd) {
  background-color: #E6E6E6;
}
.box {
  width: 30px;
  height: 10px;
  display: inline-block;
  background: rgba(0, 49, 102, 0.3);
  padding: 0 6px 2px 0;
  margin: 0 6px 2px 0;
  vertical-align: middle;
}
.key {
  font-style: italic;
  width: 80%;
  text-align: left;
  padding-bottom: 10px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .key {
    width: 100%;
  }
}
.header {
  cursor: pointer;
  border-bottom: 3px solid black;
  font-size: 85%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .header {
    font-size: 12px;
    letter-spacing: -1px;
  }
}
.homers {
  text-align: right;
  font-weight: bold;
}
@media (max-width: 768px) {
  .homers {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .homers {
    text-align: left;
  }
}
.runsin {
  font-weight: bold;
}
@media (max-width: 768px) {
  .runsin {
    font-size: 13px;
  }
}
.hrs {
  color: #1C8B85;
  background: #1C8B85;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .hrs {
    margin-left: 4px;
  }
}
@media (max-width: 768px) {
  .salary {
    font-size: 13px;
  }
}
.ba {
  text-align: center;
}
@media (max-width: 768px) {
  .ba {
    font-size: 13px;
  }
}
.name {
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .name {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .year {
    font-size: 12px;
  }
}
.rbis {
  color: #003166;
  background: #003166;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .rbis {
    margin-right: 4px;
  }
}
.repeat {
  background: rgba(0, 49, 102, 0.3);
}
.norepeat {
  font-weight: normal;
  color: #4C4C4C;
}
.segment {
  vertical-align: inherit;
  clear: both;
  overflow: hidden;
  height: 19px;
  display: inline-block;
  background-size: 5px 5px;
  background-image: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 6px), repeating-linear-gradient(-90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 6px);
}
@media (max-width: 575px) {
  .segment {
    display: none;
  }
}
