#map_canvas {
    width: 100%;
    height: 300px;
}

.avatar {
    width: 50px;
    height: 50px;
}

.big-links {
    box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7), -1px 2px 20px rgba(255, 255, 255, 0.6) inset;
    border-radius: 20px;
}

.big-logo {
    margin-top: 20px;
}

.app-links {
    margin: 20px;
}

.notyet {
    opacity: 0.3;
}

body {
    background: #efefef;
}

.container {
    background: white;
}

.avatar-link {
    margin-top: 15px;
}