*, ::after, ::before {
    box-sizing: border-box;
}
ul li {
    text-align: center;
    list-style: none;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
}

table {
    background-color: 
    transparent;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0px !important;
    line-height: 1.42857143;
    vertical-align: middle !important;
    border-top: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.col-sm-3 {
    width: 25%;
    pading-right: 0px !important;
    pading-left: 0px !important;
}

.wrapper {
    max-width: 723px;
    margin: 0 auto;
}

.wrapper-match {
    max-width: 262px;
    margin: 0 auto;
}

.match-front {
    height: 303px;
    display: block;
}

.box-bigmatch {
    height: 225px;
    display: block;
}

.big-home {
    margin: 20px 0 0 0px;
}

.name-home {
    background: linear-gradient(to right, #1c4e06, transparent);
    height: 40px;
    margin: 5px 0 0 0;
    padding: 10px 0;
    width: 100%;
    background-size: 100%;
}

.name-home span {
    vertical-align: middle;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}

.big-away {
    margin: 20px 0px 0 0px;
}

.name-away {
    background: linear-gradient(to right, transparent, #1c4e06);
    height: 40px;
    margin: 5px 0 0 0;
    padding: 10px 0;
    width: 100%;
    background-size: 100%;
}

.name-away span {
    vertical-align: middle;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
}

.big-board {
    background: transparent url('../../img/scoreboard.png') no-repeat center;
    height: 177px;
    text-align: center;
    margin: 12px 0 0 0px;
}

.up {
    margin: 0;
    padding: 0;
}

.up li:first-child {n
    padding: 1px 0;
    font-size: 15px;
    font-weight: 900;
}

.up li:last-child {
    text-transform: uppercase;
    padding: 4px 0;
    font-size: 15px;
    font-weight: 900;
    color: white;
}

.bottom {
    margin: 0;
    padding: 0;
    margin: 45px 0 0 0;
}

.bottom li:first-child {
    padding: 3px 0;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    font-style: inherit;
    color: white;
}

.bottom li {
    padding: 3px 0;
    font-size: 16px;
    font-weight: 900;
    font-style: italic;
}

.bottom li:last-child {
    padding: 2px 0;
    color: white;
    font-size: 13px;
    font-style: inherit;
    font-weight: 900;
}

.title-match {
    height: 40px;
    background: linear-gradient(to bottom,#01b0f0 0,#0082b2 100%);
    background-color: #ffe418;
    text-align: center;
    padding: 10px 5px;
}

.title-match span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 900;
}

.match-front {
    background: black;
}

.streamingItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 18px 0 0 0;
}

.streamingItem .left {
    width: 262px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #30283dc9;
    padding: 3px 0;
}

.streamingItem .left > div:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 3px;
}

.streamingItem .left .teamBox {
    width: 90px;
}

.streamingItem .left .teamBox > span {
    font-size: 12px;
    color: white;
    font-family: inherit;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.streamingItem .left .time {
    margin: 0 10px;
}

.streamingItem .left .time > span {
    display: inline-block;
    width: 56px;
    height: 16px;
    color: #0c0c0c;
    font-size: 14px;
    background: #01b0f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
}

.streamingItem .left .time > .waktu {
    padding-top: 5px;
}

.streamingItem .left .time > .tanggal-match {
    font-size: 7.5px;
}

.streamingItem .left > div:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 3px;
}

img {
    height: auto;
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}

.live {
    position: absolute;
    z-index: 99;
    color: white;
    font-size: 8px;
    background: transparent;
    padding: 0px 0px 42px 5px;
    font-weight: bold;
    margin: 0;
}

.star-icon {
    vertical-align: middle;
    animation: shadow-pulse 2s infinite;
}

@keyframes shadow-pulse
{
     0% {
          opacity: 1;
          animation: 0.5s ease-in;
          transform: scale(1);
     }
     100% {
          opacity: 0.5;
          animation: 0.5s ease-out;
          transform: scale(0.7);
     }
}