1div.outdated {
2  margin: 2em auto;
3  width: 70% !important;
4  min-height: 40px;
5  clear: both;
6  text-align: justify;
7  vertical-align: middle;
8  border-collapse: collapse;
9  padding: 15px 20px 15px 80px;
10  background-position: 30px 50%;
11  background-repeat: no-repeat;
12  -moz-border-radius: 10px;
13  -khtml-border-radius: 10px;
14  border-radius: 10px;
15  background-color: #fdd;
16}
17
18div.outdated em {
19  font-weight: bold;
20}
21
22div.outdated span {
23  display: block;
24}
25
26