* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

#tip {
	width: 100%;
	font-family: Verdana;
	font-size: 15px;
	background: #0071a3;
	margin-bottom: 30px;
}

#tip td {
    border: 1px solid #0071a3;
    text-align: center;
    height: 35px;
    color: #000000;
    font-size: 12px;
    padding: 5px;
}

#tip .liga-match img {
    width: 25px;
    position: relative;
    top: 9px;
    left: 5px;
}

#tip .liga-match {
    border: 1px solid #0071a3;
    height: 35px;
    line-height: 0;
    color: #fff;
    width: 100%;
    font-weight: 700;
}

#tip .liga-match span {
    position: relative;
    left: 35px;
    bottom: 11px;
    font-size:12px;
}

#tip .liga-list {
	border: 1px solid #0071a3;
	background: #d3d3d3;
	width: 100%
}

#tip .liga-list th {
	height: 25px;
	border: 1px solid #0071a3;
	color: #000000;
}

table {
        background: #ffffff;
}

table div {
    color: #000;
    font-size: 12px;
    line-height: 25px;
}

table td span img {
    position: relative;
    float: left;
    left: 19px;
    top: 4px;
}