.formule-1-template-f1-stand-team .site-inner {
	max-width: 1140px;
}

.formule-1-template-f1-stand-team.full-width-content .content {
	width: 1120px;
}

.AutoblogF1TeamRankTable {
	width: 100%;
    color: #000;
    font-size: 14px;
    border-top: 2px solid #ed1c24;
    margin-top: 10px;
    padding-top: 10px;
    border-spacing: 0;
}

thead tr:nth-of-type(1) {
	background: #eee
}

.team {
    display: grid;
    grid-template-columns: 60px 2fr;
    column-gap: 10px;
}

tr img {
	display: block;
    margin-left: 0;
    margin-right: auto;
	border: 1px solid #eee;
    max-width: 50px
}

.entry-content table h2 {
    font-size: 14px;
    margin: 0;
	text-transform: uppercase;
	    height: 80%;
    width:100%;
    display:flex;
    align-items: center;
    justify-content: left;
}

.entry-content table h3 {
    font-size: 12px;
    margin: 0;
}

.driver {
    width: 240px;
	text-align: left;
}

.points {
	width: 60px
}

td {
	border-top: none;
	border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
	text-align: center
}

.entry-content table h2 {
    font-size: 14px;
    margin: 0;
    text-align: left;
}

.entry-content table h3 {
    font-size: 12px;
    margin: 0;
}

.pos {
	width: 35px;
	text-align: center;
}

.driver {
    width: 240px;
	text-align: left;
}

.points {
	width: 60px
}

td {
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	text-align: center
}