

/* CUSTOM */
.listen {
    width: 30px;
    height: 30px;
    background-image:url("/img/play.png");
    display: inline;
    position: absolute;
    left: 10px;
    cursor: pointer;
}
.btn-audio {
    width: 30px;
    height: 30px;
    display: inline;
    position: absolute;
    left: 10px;
}


ol li{
    margin-top: 15px;
}
#main {
    position: relative;
    padding-left: 70px;
    padding-right: 50px;
    border: solid 1px black;
    background-color: #eee;
}

ul, ol {
    padding: 0;
    margin: 0;
}

ul, ol {
    margin-bottom: 15px;
}

body {
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase > p > .btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}