@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  /*vertical-align: baseline;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../fonts/HelveticaNeueLT-Condensed_gdi.svg#HelveticaNeueLT-Condensed") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../fonts/HelveticaNeueLT-BoldExt_gdi.svg#HelveticaNeueLT-BoldExt") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
@font-face {
  font-family: "HelveticaNeueLT";
  src: url("../fonts/HelveticaNeueLT-BoldCond_gdi.svg#HelveticaNeueLT-BoldCond") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0-10FFFF;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.uppercase {
  text-transform: uppercase !important;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

body {
  font-family: "HelveticaNeueLT", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

.left {
  float: left;
}

.right {
  float: right !important;
}

ul {
  list-style: none;
}

.a4-format {
  -webkit-print-color-adjust: exact;
  width: 192mm;
  height: 279mm;
  background: #ffffff;
  margin: 0 auto;
}

.a3-format {
  -webkit-print-color-adjust: exact;
  width: 297mm;
  height: 420mm;
  background: #ffffff;
  margin: 0 auto;
}

.header {
  float: left;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
}
.header .dkb-logo-holder {
  float: left;
  width: 100px;
}
.header .dkb-logo-holder img {
  height: 140px;
}
.header .dkb-logo-holder.wide-logo {
  width: 130px;
}
.header .match-info {
  float: left;
  border-left: 1px solid #1a1a1a;
  padding-left: 20px;
}
.header .match-info ul li {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #808080;
}
.header .match-info ul li span {
  color: #1a1a1a;
  margin-left: 0.4em;
}
.header .match-headig {
  float: right;
}
.header .match-headig ul li h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1em;
}
.header .match-headig ul li h3 {
  font-size: 1.4em;
  margin-top: 0.3em;
  font-weight: 400;
}
.header .match-headig ul li h4 {
  font-size: 1.4em;
  margin-top: 0.3em;
  font-weight: 700;
  color: #003570;
}

.result-banner {
  float: left;
  width: 100%;
  height: 145px;
  background: #ef3648;
}
.result-banner .team-logo-holder {
  width: 460px;
  height: 100%;
  float: left;
}
.result-banner .team-logo-holder h2 {
  color: #ffffff;
  font-size: 2em;
  margin-top: 50px;
  display: block;
}
.result-banner .team-logo-holder img {
  height: 80px;
  width: auto;
  padding: 35px 26px;
}
.result-banner .team-logo-holder.right .team-logo {
  margin-left: 10px;
}
.result-banner .match-result {
  display: inline-block;
  margin: 0 auto;
  width: 200px;
  height: inherit;
  text-align: center;
  color: #ffffff;
}
.result-banner .match-result ul {
  margin-top: 20px;
}
.result-banner .match-result ul li {
  font-size: 1.2em;
}
.result-banner .match-result ul li.score {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.5em;
}
.result-banner .team-logo-holder.left .team-logo {
  margin-right: 10px;
}

.timeline {
  width: 100%;
  float: left;
  height: 165px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}
.timeline .team-logos-holder {
  position: absolute;
  z-index: 100;
  float: left;
  left: 0;
  top: 43px;
  width: 45px;
}
.timeline .team-logos-holder img {
  float: left;
  width: 40px;
  height: auto;
  padding: 5px 5px 0;
}
.timeline .team-logos-holder img:first-of-type {
  border-bottom: 1px solid #B0192B;
}
.timeline .line-chart {
  float: right;
  height: 165px;
  margin-top: 5px;
  width: 1077px;
}

.match-details {
  margin-top: 0;
}
.match-details .team-header {
  background: #B0192B;
  width: 49.7%;
  height: 32px;
}
.match-details .team-header h4 {
  color: #ffffff;
  line-height: 32px;
  margin-left: 10px;
  font-size: 0.87em;
}
.match-details .team-header .scorer {
  width: 86%;
  float: left;
  border-right: 1px solid #ffffff;
  overflow: hidden;
}
.match-details .team-header .scorer .top-player {
  margin-right: -4px;
}
.match-details .team-header .scorer .top-player::before {
  content: ", ";
}
.match-details .team-header .scorer .top-player:first-of-type::before {
  content: "";
}
.match-details .team-header .scorer.full-width {
  width: 100%;
}
.match-details .team-header .suspension {
  width: 13%;
  float: left;
}
.match-details .team-header .box {
  color: #B0192B;
  background: #ffffff;
  padding: 2px 7px;
  margin-left: 5px;
  margin-right: 5px;
}
.match-details .team-details {
  width: 50%;
  margin-top: 20px;
}
.match-details .team-details.right .attack {
  float: left;
  border: 0;
}
.match-details .team-details.right .attack .unsuccessful {
  float: left;
  margin-left: 30px;
}
.match-details .team-details.right .scoring {
  float: right;
}

.overview {
  height: auto;
}
.overview h4 {
  font-size: 1.1em;
  line-height: 3.5em;
  margin-top: -15px;
}

.scoring {
  width: 305px;
  float: left;
}
.scoring .line-chart-holder {
  margin-bottom: 15px;
}
.scoring .line-chart-holder .line-chart {
  width: 100%;
  height: 32px;
  margin-top: 2px;
  background: #d9d9d9;
}
.scoring .line-chart-holder .line-chart.full {
  background: #B0192B;
}
.scoring h4 span {
  font-size: 1.5em;
  font-weight: 700;
  padding-left: 5px;
}

.attack {
  width: 230px;
  float: right;
  height: 450px;
  border-right: 1px solid #d9d9d9;
}
.attack .donut-holder .donut {
  margin-top: 15px;
}
.attack .donut-holder .data-holder {
  float: left;
  margin-bottom: 0;
}
.attack .unsuccessful {
  float: right;
  margin-right: 30px;
  width: 165px;
  height: auto;
  border-top: 1px solid #ef3648;
}
.attack .unsuccessful h4 {
  float: left;
  margin: 5px;
  line-height: 1em;
  font-size: 0.9em;
  width: 100%;
}
.attack .unsuccessful ul {
  margin-left: 5px;
  float: left;
}
.attack .unsuccessful ul li {
  line-height: 1.8em;
  font-size: 0.87em;
}
.attack .unsuccessful .player {
  text-transform: uppercase;
}
.attack .unsuccessful .extra {
  font-size: 12px;
  text-transform: uppercase;
}
.attack.inline {
  width: 100%;
  height: 195px;
}
.attack.inline h4 {
  line-height: 2.5em;
  margin-left: 20px;
}
.attack.inline .data-holder {
  margin-left: 5px;
  margin-right: 5px;
}
.attack.inline .data-holder h5 {
  text-align: center;
  line-height: 54px;
}
.attack.inline .donut-holder .donut {
  margin-top: 0;
}
.attack.inline .data {
  width: 99px;
}
.attack.inline .data.left {
  padding-left: 3px;
  padding-right: 0;
}
.attack.inline .data.right {
  padding-left: 0;
  padding-right: 3px;
}
.attack.inline .counter .right.dark, .attack.inline .counter .right.light {
  margin: 0;
}
.attack.inline .subheading {
  float: right;
  margin-right: 5px;
  line-height: 30px;
}
.attack.inline .subheading-wrapper {
  position: absolute;
  width: 56px;
  height: 45px;
  text-align: center;
  margin-left: 24px;
}
.attack.inline .subheading-wrapper .subheading {
  line-height: 18px;
  height: 45px;
  margin-top: 4px;
}

.penalties {
  width: 100%;
}
.penalties .team {
  height: 85px;
  border-top: 1px solid #d9d9d9;
}
.penalties .left {
  width: 50%;
}
.penalties .left .data-holder {
  border-right: 1px solid #d9d9d9;
}
.penalties .right {
  width: 50%;
}
.penalties .data-holder {
  height: 45px;
  padding: 20px 35px 20px 10px;
  margin: 0;
}
.penalties .data {
  width: 166px;
}
.penalties .subheading {
  line-height: 45px;
  float: right;
  margin-right: -5px;
}
.penalties .subheading.line-break {
  line-height: 18px;
  word-spacing: 24px;
  margin-top: 5px;
  text-align: center;
}

.powerplay {
  width: 100%;
}
.powerplay .team {
  height: 104px;
  border-top: 1px solid #d9d9d9;
  width: 50%;
}
.powerplay .team.left .data-holder {
  border-right: 1px solid #d9d9d9;
}
.powerplay .data-holder {
  padding: 12px 55px 0px 65px;
  height: 38px;
}
.powerplay .data {
  width: 196px;
}
.powerplay .subheading {
  line-height: 30px;
  float: right;
  margin-right: -5px;
}
.powerplay .subheading.line-break {
  line-height: 18px;
  word-spacing: 24px;
  margin-top: 5px;
  text-align: center;
}

.donut-holder .donut {
  position: relative;
}
.donut-holder .donut .chart {
  height: 140px;
  width: 140px;
  margin: 0 auto;
}
.donut-holder .donut .value {
  position: absolute;
  font-size: 1.3em;
  text-align: center;
  width: 100%;
  z-index: 100;
  top: 58px;
  font-weight: 500;
  font-weight: 700;
}
.donut-holder .data-holder .top {
  padding-bottom: 20px;
}
.donut-holder .data-holder .data {
  padding-top: 15px;
  width: 49.5%;
}
.donut-holder .data-holder .data:first-of-type {
  border-right: 1px solid #ef3648;
}
.donut-holder .data-holder .data .subheading {
  font-size: 0.9em;
  margin: 0 15px;
}

.counter {
  width: 100%;
}
.counter span {
  font-size: 1em;
  font-weight: 700;
  width: 40px;
  height: 30px;
  line-height: 30px;
  margin: 0 15px 15px;
}
.counter span.light {
  background: #d9d9d9;
  color: #000000;
}
.counter span.dark {
  background: #B0192B;
  color: #ffffff;
}
.counter .big {
  height: 45px;
  width: 74px;
  font-size: 1.6em;
  line-height: 45px;
}
.counter .big.partial {
  width: 35px;
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.efficiency {
  width: 100%;
  float: left;
}
.efficiency .donut-charts {
  padding-bottom: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-top: 1px solid #d9d9d9;
}
.efficiency .donut-charts:first-of-type {
  border-right: 1px solid #d9d9d9;
}
.efficiency .donut-charts .donut-holder {
  width: 33%;
  float: left;
}
.efficiency .donut-charts .donut-holder h4 {
  margin: 15px 0;
  font-size: 1.2em;
  line-height: 1.2em;
}
.efficiency .donut-charts .donut-holder .donut .chart {
  width: 115px;
  height: 115px;
}
.efficiency .donut-charts .donut-holder .donut .value {
  top: 47px;
  font-size: 1.2em;
}
.efficiency .donut-charts .donut-holder .data {
  padding-top: 15px;
  width: 49.5%;
}
.efficiency .donut-charts .donut-holder .data .subheading {
  width: auto;
  font-size: 0.9em;
  margin: 0 15px;
}
.efficiency .donut-charts .attack-count {
  float: left;
  font-size: 0.9em;
  margin-top: 20px;
  line-height: 1em;
  margin-left: 10px;
}

.offence .team .field .offence-counter .chart, .offence .team .field .offence-counter .circle {
  margin-right: 0;
  width: 30px;
  height: 30px;
}

.offence {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #d9d9d9;
}
.offence .team {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.offence .team:first-of-type {
  border-right: 1px solid #d9d9d9;
}
.offence .team .team-logo {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
}
.offence .team .team-logo img {
  width: 30px;
  height: auto;
  float: left;
}
.offence .team .team-logo h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
}
.offence .team .field {
  position: relative;
  width: 100%;
  height: 230px;
  background: url("../img/pitch.svg") no-repeat;
  background-position: center bottom;
  background-size: 550px auto;
}
.offence .team .field .goal-logo {
  position: absolute;
  left: 50%;
  margin-left: -14px;
  bottom: 5px;
  width: 28px;
}
.offence .team .field .goal-logo img {
  width: 100%;
  height: auto;
}
.offence .team .field .offence-counter {
  width: 85px;
  float: left;
  position: absolute;
  height: 30px;
}
.offence .team .field .offence-counter .counter {
  width: auto;
  float: left;
  line-height: 30px;
  font-size: 1.2em;
  font-weight: 400;
  margin-left: 5px;
  margin-right: 5px;
}
.offence .team .field .offence-counter .counter.circle {
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  color: white;
}
.offence .team .field .offence-counter .position-chart-holder {
  float: left;
}
.offence .team .field .offence-counter.r {
  float: left;
}
.offence .team .field .offence-counter.r .counter {
  float: right;
}
.offence .team .field .offence-counter.r .position-chart-holder {
  float: right;
}
.offence .team .field .offence-counter.r .circle {
  margin-left: 0;
}
.offence .team .field .offence-counter.r .chart {
  margin-left: 0;
}

.offence-counter span {
  float: right;
  margin-top: 0;
  margin-right: 5px;
}
.offence-counter.p10 {
  width: 110px !important;
  width: 125px;
  bottom: 170px;
  right: 90px;
}
.offence-counter.p11 {
  width: 110px !important;
  bottom: 170px;
  left: 90px;
}
.offence-counter.p12 {
  width: 110px !important;
  bottom: 170px;
  left: 240px;
}
.offence-counter.p9 {
  right: 35px;
  bottom: 10px;
}
.offence-counter.p9 .position-chart-holder {
  float: right;
}
.offence-counter.p1 {
  left: 35px;
  bottom: 10px;
}
.offence-counter.p2 {
  left: 65px;
  bottom: 100px;
}
.offence-counter.p8 {
  right: 55px;
  bottom: 100px;
}
.offence-counter.p3 {
  left: 125px;
  bottom: 75px;
}
.offence-counter.p3 .counter {
  margin-top: 10px;
}
.offence-counter.p7 {
  right: 125px;
  bottom: 75px;
}
.offence-counter.p7 .counter {
  margin-top: 10px;
}
.offence-counter.p6 {
  right: 145px;
  bottom: 30px;
}
.offence-counter.p4 {
  left: 50%;
  margin-left: -22px;
  bottom: 81px;
}
.offence-counter.p5 {
  left: 50%;
  margin-left: -22px;
  bottom: 130px;
}
.offence-counter.single.p2 {
  left: 80px;
}
.offence-counter.single.p10 {
  width: 110px !important;
  width: 125px;
  bottom: 170px;
  right: 90px;
}
.offence-counter.single.p11 {
  width: 110px !important;
  bottom: 170px;
  left: 90px;
}
.offence-counter.single.p12 {
  width: 110px !important;
  bottom: 170px;
  left: 240px;
}
.offence-counter.single.p9 {
  right: 35px;
  bottom: 10px;
}
.offence-counter.single.p9 .position-chart-holder {
  float: right;
}
.offence-counter.single.p8 {
  right: 74px;
}
.offence-counter.single.p7 {
  right: 125px;
  bottom: 75px;
}
.offence-counter.single.p7 .counter {
  margin-top: 10px;
}
.offence-counter.single.p6 {
  right: 145px;
  bottom: 30px;
}
.offence-counter.single.p4 {
  margin-left: -18px;
}
.offence-counter.single.p5 {
  margin-left: -18px;
}

.circle {
  width: 30px;
  height: 30px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #B0192B;
  margin: 0 auto;
}

.legend-field {
  float: left;
  margin-left: 10px;
  height: 30px;
}
.legend-field li {
  float: left;
  line-height: 30px;
  font-size: 0.9em;
  margin-right: 15px;
}

.header-info {
  height: 32px;
  line-height: 32px;
  text-align: center;
}

.current {
  background: #E52D3B;
  height: 100%;
}

.team-logo-holder.left .current {
  float: left;
  margin-right: 5px;
}
.team-logo-holder.right .current {
  float: right;
  margin-left: 5px;
}

.arrow {
  float: left;
  border-style: solid;
  border-width: 15px 65px 0 65px;
  border-color: #E52D3B transparent transparent transparent;
}

.goalkeepers-holder,
.overall-holder {
  width: 100%;
  float: left;
}
.goalkeepers-holder .legend,
.overall-holder .legend {
  margin-top: 20px;
  float: right;
  width: 270px;
}
.goalkeepers-holder .legend.double,
.overall-holder .legend.double {
  width: 310px;
}
.goalkeepers-holder .legend.double .legend-left,
.goalkeepers-holder .legend.double .legend-right,
.overall-holder .legend.double .legend-left,
.overall-holder .legend.double .legend-right {
  width: 155px;
}
.goalkeepers-holder .legend.double .legend-left,
.overall-holder .legend.double .legend-left {
  float: left;
}
.goalkeepers-holder .legend.double .legend-right,
.overall-holder .legend.double .legend-right {
  float: right;
}
.goalkeepers-holder .legend h4,
.overall-holder .legend h4 {
  text-align: center;
  margin-bottom: 5px;
  font-size: 0.9em;
}
.goalkeepers-holder .legend ul li,
.overall-holder .legend ul li {
  font-size: 0.8em;
  line-height: 1.3em;
}
.goalkeepers-holder .legend ul li:nth-of-type(2n-1),
.overall-holder .legend ul li:nth-of-type(2n-1) {
  background: #f2f2f2;
}
.goalkeepers-holder .legend ul li span,
.overall-holder .legend ul li span {
  float: left;
  width: 50px;
}

table.players tr td:nth-child(3) {
  width: 46px !important;
}
table.players tr td:nth-child(4) {
  background: #e5e5e5;
  width: 104px;
}
table.players tr td:first-child {
  width: 40px;
}
table.players tr td:nth-child(n+5) {
  width: 46px;
}
table.players tr td.subheading:nth-child(2) {
  padding-left: 5px;
}
table.players tr:nth-of-type(2n) td:nth-of-type(4) {
  background: #d9d9d9;
}
table.goalkeepers tr td:nth-child(3) {
  background: #e5e5e5;
}
table.goalkeepers tr td:first-child {
  width: 40px;
}
table.goalkeepers tr td.subheading:nth-child(2) {
  padding-left: 5px;
}
table.goalkeepers tr:nth-of-type(2n) td:nth-of-type(3) {
  background: #d9d9d9;
}
table.goalkeepers tr:nth-child(n+2) {
  width: 104px;
}

table.overall {
  float: left;
  width: 820px;
}
table.overall tr:nth-of-type(2n) td:nth-of-type(n+7) {
  background: #d9d9d9;
}
table.overall tr td:nth-of-type(n+2) {
  width: 90px;
}
table.overall tr td:nth-of-type(n+7) {
  background: #e5e5e5;
  font-weight: 600;
}
table.overall tr td:nth-of-type(7) {
  border-left: 2px solid #333333;
}
table.overall tr:nth-of-type(6) {
  border-top: 2px solid #aaa;
}

table.goalkeepers.hsa1 {
  float: left;
  width: 780px;
}
table.goalkeepers.hsa1 tr td:nth-child(5) {
  width: 150px;
}
table.goalkeepers.hsa1 tr:not(.total) td:nth-child(4),
table.goalkeepers.hsa1 tr.total td:nth-child(3) {
  padding-left: 5px;
}

table.players .goal-flag {
  float: right;
  margin-right: 50px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #aaa;
  float: left;
  margin-top: 20px;
}
table tr:nth-of-type(2n) {
  background: #f2f2f2;
}
table tr th {
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  word-break: normal;
  border: 1px solid #aaa;
  color: #ffffff;
  background: #B0192B;
  font-size: 0.9em;
  font-weight: 500;
}
table tr td {
  text-align: center;
  height: 31px;
  line-height: 31px;
  border: 1px solid #aaa;
  overflow: hidden;
  word-break: normal;
  color: #333333;
  font-size: 0.9em;
}
table tr td .percent {
  font-weight: 600;
  padding-right: 5px;
}
table tr td.subheading {
  background: #808080 !important;
  color: #ffffff;
  font-size: 0.9em;
  font-weight: 500;
}
table tr td.subheading.uni {
  width: 66px;
}
table tr td:nth-child(2) {
  width: 254px;
}
table tr span.timespan {
  padding-left: 5px;
}
table tr span.surname {
  padding: 0 5px;
}
table tr.total {
  border-top: 2px solid #333333;
}
table tr.total td {
  border-right: 1px solid #aaa !important;
  background: #ffffff !important;
}
table tr.total td:nth-child(2) {
  width: 104px;
}
table tr.support {
  border-top: 2px solid #333333;
}
table.players tr td:nth-of-type(8) {
  border-right: 2px solid #aaa;
}

tr.support:nth-of-type(2) {
  border-top: 2px solid #333333;
}

.row-charts-holder {
  position: relative;
}
.row-charts-holder .row-chart {
  width: 100%;
  height: 325px;
  margin: 0;
}
.row-charts-holder ul.chart-labels {
  position: absolute;
  z-index: 100;
  top: 67px;
  left: 0;
}
.row-charts-holder ul.chart-labels li {
  margin-bottom: 48px;
}

.timeline {
  width: 100%;
  float: left;
  height: 165px;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative;
}
.timeline .team-logos-holder {
  position: absolute;
  z-index: 100;
  float: left;
  left: 0;
  top: 27px;
  width: 98px;
}
.timeline .team-logos-holder img {
  float: left;
  width: 55px;
  height: auto;
  padding: 2px 23px 3px 22px;
}
.timeline .team-logos-holder img:first-of-type {
  border-bottom: 1px solid #dfdfdf;
}

.min:nth-of-type(30) {
  border-right: 1px solid #dfdfdf;
}
.min:first-of-type {
  border-left: 1px solid #dfdfdf;
}
.min:last-of-type {
  border-right: 1px solid #dfdfdf;
}

.minute-separator {
  position: absolute;
  height: 65px;
  border-right: 1px solid #dfdfdf;
}

.home .minute-separator {
  top: 22px;
}
.home .minute-separator.long {
  top: 0;
  height: 85px;
}
.home .timestamp {
  position: absolute;
  top: 0;
  display: block;
  font-size: 14px;
  width: 16.5px;
  text-align: right;
}

.guest .minute-separator.long {
  height: 85px;
}

.events {
  margin-top: 3px;
  width: 1022px;
  float: right;
  height: 172px;
}
.events .home {
  height: 80px;
  float: left;
}
.events .guest {
  height: 80px;
  float: left;
}
.events .min {
  height: 85px;
  width: 16.5px;
  display: table-cell;
}
.events .min .event {
  display: block;
  height: 15px;
  margin: 2px auto;
}
.events .min img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.events .middle-line {
  float: left;
  height: 4px;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}

.type-holder {
  margin: 2px 0;
}

.home .min {
  vertical-align: bottom;
}

.guest .min {
  vertical-align: top;
}

.position-chart-holder {
  -webkit-box-shadow: inset 0 0 0 7px #f5f5f5;
  -moz-box-shadow: inset 0 0 0 7px #f5f5f5;
  box-shadow: inset 0.5px 0 0 7px rgba(238, 238, 238, 0.5);
  border-radius: 100px;
  height: 30px;
  width: 30px;
}

.quality-notice {
  float: left;
  margin-top: 5px;
}
.quality-notice p {
  font-size: 0.87em;
}

.officials-lite {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  float: left;
  font-size: 87%;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  width: 100%;
}
.officials-lite .officials-title {
  float: left;
  margin-left: 5px;
}
.officials-lite .official {
  font-weight: 600;
  float: left;
  margin: 0 10px 0 5px;
}

.offence .team .field {
  background-image: url("../img/hla/pitch.svg");
}

.header .match-headig, .header .match-info {
  padding-top: 10px;
}
.header .match-headig ul li h4 {
  color: #B0192B;
}

/*# sourceMappingURL=reports_hla.css.map */
