﻿body {
    background-color: transparent;
}
@font-face {
    font-family: 'GilroydBold';
    src: url('/assets//fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family: 'GilroydMedium';
    src: url('/assets//fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
.row-flex {
    display:flex;
    margin:0;
    padding:0;
}
#team_row {
    width:245px;
}
.row.no-gutters {
    margin-left: 0;
    margin-right: 0;
}
#base_container {
    display: flex;
    flex-direction: column;
    width: 498px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#logoContainer {
    background-image: url('/assets/img/Boxscore/CG25/cg25_3.png');
    width: 184px;
    height: 100px;
}
#teamContainer {
    width: 236px;
}
#sportLogoContainer {
    background-image: url('/assets/img/Boxscore/CG25/cg25_7.png');
    width: 73px;
    height: 100px;
}
.teamName {
    color: white;
    font-family:GilroydBold;
    font-size: 40px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}
.points {
    color: white;
    font-family: GilroydMedium;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
}
.score {
    color: black;
    font-family: GilroydBold;
    font-size: 36px;
    height: 50px;
    line-height: 50px;
}
#leftteamname {
    background-image: url('/assets/img/Boxscore/CG25/cg25_4.png');
    width: 102px;
    height: 50px;
}
#leftteampoints {
    background-image: url('/assets/img/Boxscore/CG25/cg25_5.png');
    width: 67px;
    height: 50px;
    text-align: center;
}
#leftteamscore {
    background-image: url('/assets/img/Boxscore/CG25/cg25_6.png');
    width: 67px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}
#rightteamname {
    background-image: url('/assets/img/Boxscore/CG25/cg25_9.png');
    width: 102px;
    height: 50px;
}
#rightteampoints {
    background-image: url('/assets/img/Boxscore/CG25/cg25_10.png');
    width: 67px;
    height: 50px;
    text-align: center;
}
#rightteamscore {
    background-image: url('/assets/img/Boxscore/CG25/cg25_6.png');
    width: 67px;
    height: 50px;
    text-align: center;
    font-weight:bold;
}

