/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Raleway:400,500,600,700,800);


 */
.screen {
    cursor: pointer;
    background-color: #0d0d0d !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.progress {
    background-color: #333 !important;
}

.controls {
    background: #333333;
    color: #FFFFFF;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.controls .btn {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.controls .icon-play-circled2-1 {
    color: #28a745;
}

.controls .icon-stop-6 {
    color: #dc3545;
}

.controls .icon-pause-5 {
    color: #fff;
}

.controls .timestamp {
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
}

.btn:focus {
    outline: 0;
}

@media (max-width: 800px) {
    .screen,
    .controls {
        width: 100%;
    }
}


/* cart styles */
.imagened {
    width: 40px;
    margin: 0;
    padding: 0;
    height: 40px;
}
