.notice-component {
}
.notice-component h2 {
color: #ffffff;
text-align: left;
font-size: 14px;
text-transform: uppercase;
}
.notice-component h3 {
color: #ffffff;
line-height: 18px;
font-size: 14px;
padding: 5px 0px;
}
.notice-component table {
line-height: 18px;
border-collapse: collapse;
width: 100%;
margin-top: 15px;
}
.notice-component table tr {
border-bottom: solid 1px #13212d;
}
.notice-component table tr td {
vertical-align: top;
padding: 10px 0px;
}
.notice-component table tr td.title {
font-weight: bold;
color: #13212d;
}
.notice-component table tr td ul {
list-style: none;
margin: 0;
padding: 0;
}