body {
padding:0;
margin:0;
font-family:Arial;
}

.tr_div {
box-sizing: border-box;
margin-bottom: 0;
}

.tr_div:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}

.tr_div div a {
margin-top: 0;
display: block;
font-size: 18px;
line-height: 17px;
color:#000;
font-weight:bold;
text-decoration:none;
letter-spacing:-1px;
}

.tr_div div:nth-child(even) a {
margin-top: 5px;
display: block;
font-size: 12px;
line-height: 14px;
color:#1B1B1B;
font-weight:normal;
text-decoration:none;
letter-spacing:0;
}

.tr_div div img {
float:left;
margin:0;
margin-right:20px;
width:70px;
height:70px;
}

.tr_div:nth-of-type(2) div {
padding-left:90px;
}

.tr_div:nth-of-type(2) div img,
.tr_div:nth-of-type(3) div img {
display:none;
}

.tr_div:nth-of-type(2) div a,
.tr_div:nth-of-type(3) div a {
font-size: 12px;
line-height: 13px;
font-weight:normal;
letter-spacing:normal;
}

.tr_div:nth-of-type(2) div a {
margin-top:4px;
}

.tr_div:nth-of-type(3),
.tr_div:nth-of-type(4)	{
width: 100%;
display: block;
clear: both;
padding-top: 10px;
}

.tr_div:nth-of-type(3) div a:nth-child(2),
.tr_div:nth-of-type(4) div a:nth-child(2)	{
padding-left:15px;
position:relative;
padding-top:10px;
border-top:1px solid #e3e3e3; 
}

.tr_div:nth-of-type(3) div a:nth-child(2):before,
.tr_div:nth-of-type(4) div a:nth-child(2):before	{
content:'';
position:absolute;
width:8px;
height:8px;
border-radius:4px;
background:red;
left:0;
top:12px;
}

.tr_div div:nth-child(even) img {
display:none;
}

div.title {
display:none;
}

hr {
height: 4px;
border: 0;
border-bottom: 1px #e3e3e3 solid;
border-top: 1px #e3e3e3 solid;
clear: both;
margin: 0;
padding: 0;
position: relative;
top: -12px;
}

.hr_logo {
position: relative;
height: 38px;
padding-top: 6px;
text-align: center;
}

.hr_logo_img {
position: relative;
top: 1px;
padding: 0 5px;
background: #fff;
margin: 0 auto;
display: inline-block;
z-index: 2;
}

a {transition: all 0.3s ease;}
a:hover {color:#CC0000!important;text-decoration:underline!important}

img.logo_img {
float: none;
width: auto;
height: 12px;
margin: 0;
}