/* Portable Infoboxes - Design */
.portable-infobox {
    border: 1px solid;
    border-color: #999;
    width: 270px;
    overflow: hidden;
    float: right;
}

.portable-infobox .pi-title {
    text-align: center;
    color: white;
    background-color: #5E6C4C;
}

.portable-infobox .pi-header {
    text-align: center;
    background-color: #7A8968;
    color: white;
}

.portable-infobox .pi-navigation {
    text-align:center;
    font-style:italic;
}