table.infobox {
    min-width:200px;
    width:100%;  
    background-color: #fff;
   
}
table.infobox img{
    background-color:#000;
    text-align:center;
}

table.infobox .title{
    text-align:center;

}
table.infobox th{
    text-align:center;
    background-color:#eee;
    color:#333;
    font-weight:bold;
    border-bottom:2px solid #778898;
}
table.infobox td.img{
    background-color:#000;
    text-align:center;
    padding:3px;
}
table.infobox img{
    width:100%;  
}
 

table.infobox tr td:nth-of-type(2n+1) {
   color: #999;
   text-align: right;
   font-size: 0.8em;
}

.article  li{
    margin-top:10px;
    margin-bottom:10px;
}


table.infobox td {
   border: 1px solid #ddd;
}

table.infobox li, .infobox ul {
   margin: 1px;
}

table.infobox td:only-child {
   text-align: center;
}

table.infobox tr td:nth-child(1) {
   font-weight: bold;
}


.portlet {
    border: 2px solid #369;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding:7px;
    margin:5px;
}
.portlet > h2, .portlet > h3, .portlet > h1 {
    background-color:#369;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding:5px;
    margin:-5px -5px 5px -5px;
    text-align:left;
}

.portlet > h2 a, .portlet > h3 a, .portlet > h1 a{
    color:#fff;
}