body {
    background-color: #48883f;
}

h1 {
    color: white;
    font-size: 36px;
    font-size: 7.8vw;  
    text-align: center;
}

h2 {
    color: white;
    font-size: 24px;
    font-size: 5.2vw;
    text-align: center;
}

h3 {
    color: black;
    text-align: center;
}

a {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: LightGreen;
    text-decoration: none;
}

table.wide {
    width: 100%;
}

table.lineup {
    margin-top: 0.1rem;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border: 1px solid transparent;
    font-size: 32px;
    font-size: 4.2vw;
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 2.0vw;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 2.0vw;
}

table tr:first-child td:first-child {
    border-top-left-radius: 2.0vw;
}

table tr:first-child td:last-child {
    border-top-right-radius: 2.0vw;
}

td.centered {
    text-align: center;
}

td.middle {
    vertical-align: middle;
}

td.button {
    border-bottom-left-radius: 2.0vw;
    border-bottom-right-radius: 2.0vw;
    border-top-left-radius: 2.0vw;
    border-top-right-radius: 2.0vw;
    margin-top: 0;
    border: 1px solid transparent;
    color: white;
    font-size: 3.2vw;
    font-weight: bold;
}

td.por {
    background-color: ForestGreen;
}

td.def {
    background-color: MidnightBlue;
}

td.med {
    background-color: GoldenRod;
}

td.del {
    background-color: DarkRed;
}

td.sus {
    background-color: Black;
}

tr.blue {
    background-color: LightSkyBlue;
}

tr.green {
    background-color: #7dffa0;
}

tr.yellow {
    background-color: #fffd75;
}

tr.red {
    background-color: #ff6e6e;
}

img.team {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

img.player-status {
    height: 65%;
    padding-left: .35em;
    padding-bottom: .1em;
}

img.social {
    width: 18.5%;
    padding: .5em;
}

.textbox input {
    width: 33%;
    max-width: 50vw;
}

.footer-heart {
    text-align: center;
    font-family: open sans, sans-serif;
    color: lightgrey;
}

.footer-heart a {
    border-bottom: 1px solid #453886;
    color: #ff6e6e;
    padding-bottom: .25em;
    text-decoration: none;
}

.footer-heart a:hover{color:#2196f3; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23453886' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 20%;
  border-bottom: 0;
  padding-bottom: .3em;
  text-decoration: none;}

.emoji{vertical-align: middle;}
