body, td, th {
    font-family: "Droid Sans", sans-serif;
    background-image: url('../img/background0001.jpg');
}

.navbar {
    background-color: #333;
    border-radius: 0;
}

.navbar .brand img {
    max-width: 50px;
    border-radius: 50%;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline;
    margin-right: 15px;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

.profile {
    margin-top: 20px;
    border-radius: 25px;
    border: 4px solid #444;
    background: #333;
    padding: 20px;
    color: #fff;
}

.footer {
    background-color: #222;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}