.uutiset .leftcontent hr {
  display: none;
}

.uutinen
{
  display: block;
  position: relative;
  width: 100%;
  margin: 2em 0;
  border-bottom: 1px solid #ddd;
}

.uutinen .odd td
{
  background: #fafafa;
}

.uutinen .header h2 {
   margin: 0 2.5% 0 150px;
}
.uutinen .header p {
   font-size: 90%;
   margin: 0 2.5% 2em 150px;
   color: #777;
}

.uutinen .more,
.uutinen .text
 {
   margin: 0 0 1.2em 150px;
}

.uutinen table {
  margin: 0 -1em;
  width: 100%;
  border-collapse: collapse;
}

.uutinen td {
  padding: 0.3em 1em;
}

.uutinen img
{
  position: absolute;
  top: 0;
  left: 0;
}


.uutinen table .pvm
{
  text-align: right;
}
