table.itemlist {
  width: 95%;
  border-collapse:separate;
  border-spacing: 0;
}

/*table.itemlist tr:first-child td:first-child {
  border-radius: 5px 0 0 0;
}*/

/*table.itemlist tr:first-child td:last-child {
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}*/

table.itemlist th{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
}

table.itemlist td{
  text-align: center;
  border-left: 1px solid #953735;
  border-bottom: 1px solid #953735;
  border-top: 1px solid #953735;
  box-shadow: 0px -3px 5px 1px #eee inset;
  padding: 10px 0;
}

table.itemlist td:last-child {
  text-align: left;
  background: linear-gradient(#ffffff,#ffe8e8);
  border-radius: 0 5px 5px 0;
  border-right: 1px solid #953735;
}

table.itemlist td:first-child {
  border-radius: 5px 0 0 5px;
}

/*table.itemlist tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

table.itemlist tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}*/


/*table itemtopic*/

.item-topic {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #953735;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.44);
}

.item-topic .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #953735;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.item-topic p {
    margin: 0; 
    padding: 0;
}

