body {
background-color: #eeeeee;
font-size: medium;
font-family: 'Laila', sans-serif;
}
.active {font-style: italic; background-color: #dddddd;}
.icon-bar {background-color: #dddddd;}
.navbar-brand{padding-bottom: 50px;}
.foo {
    background-color: beige;
    border-radius: 10px;
    border: 3px solid rgb(75,75,75);
    box-shadow: 0 0 15px 5px rgba(44,82,100,.75);
    padding: 50px
}
.foo h3 {
    text-align: center;
}
img.thumbnail {
    border: 1px solid #666;
    border-radius: 0%;
    background-color: #fff;
    padding: 10px;
}
figure {
    display: inline-block;
    vertical-align: top;
    margin: 15px 30px 10px 10px;
}
.warn {
    font-style: italic;
    color: red;
    background-color: white;
}

ul.scroll {
    list-style-type: none;
    background-position: center;
    padding-left: 0;
}

table {
    width: 100%;
    margin: 5%;
}

td.title {
    font-style: italic;
    text-align: right;
}

.outer {
    width: 100%;
    padding-bottom: 141.83%;
    position: relative;
}

.inner {
    position: absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    color:white:
    text-align:center;
}
