/*Infobox*/
.portable-infobox {
    clear:right; 
    float:right; 
    margin:3px 0 1em 1em; 
    border:3px outset #ffd500;
    background-color:#110761; 
    border-radius: 0; 
}

.portable-infobox .pi-navigation {
        background: none;
        padding: 0px;
}

.portable-infobox .pi-secondary-font {
   font-size: 10px;
}

.portable-infobox .pi-header {
    text-align:center;
    background:none;
    padding: 10px 0px -20px 0px;
    font-size: 12px;
}

.portable-infobox .pi-navigation .article-thumb {
     margin-bottom: 0;
     margin-top: 0;
}

.portable-infobox .pi-title {
    text-align:center; 
    color: white;
    background-color:#0b0438; 
    font-size:18px; 
    text-shadow:0 2px 2px #000; 
    font-weight:bolder; 
    line-height:1.5em;
    font-style:normal;
}

.portable-infobox .pi-image .pi-caption {
    text-align: center;
}
 .portable-infobox .pi-secondary-background {
    color: #ffd500;
}