/* websax.CSS  2017 by Euy Shick Hong*/
    audio {
        width: 270px;
        height: 60px;
        background: black;
        padding: 15px;
        margin-top:20px;
    }

    ul li {
        list-style-type: none;
        color: black;
    }

    #recordingslist {
        padding-left: 0%;
        background: black;
    }

    a {
        color: gray;
        text-decoration: none;
        font-size: 30px;
    }



    div#canvas1>canvas {
        width: 190px;
        height: 70px;
        background: black;
        float: left;
    }
    /* vusual canvas */

    body {
        margin: 0;
        font-family: 'Lato', sans-serif;
    }

    .overlay {
        height: 30%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 600px;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        /*top: 25%;*/
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .overlay a {
        padding: 8px;
        text-decoration: none;
        font-size: 36px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

    .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 30px !important;
    }

    @media screen and (max-height: 450px) {
        .overlay a {
            font-size: 20px
        }
        .closebtn {
            font-size: 40px !important;
            top: 15px;
            right: 35px;
        }
    }

    .ver {
            top: 40%;
            transform: rotate(270deg);
        }

    .ver {
        -webkit-appearance: none;
        margin: 10px;
        width: 20%;
    }

    .ver:focus {
        outline: none;
    }

    .ver::-webkit-slider-runnable-track {
        width: 100%;
        height: 3px;
        cursor: pointer;
        background: gray;
    }

    .ver::-webkit-slider-thumb {
        height: 20px;
        width: 15px;
        border-radius: 3px;
        background: black;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.6px;
    }
}

body {
        background-color: black;
    }

    .ver {
        position: absolute;
        top: 40%;
        transform: rotate(270deg);
    }

    .ver {
        -webkit-appearance: none;
        margin: 10px;
        width: 35px;
    }

    .ver:focus {
        outline: none;
    }

    s .ver::-webkit-slider-runnable-track {
        width: 5px;
        height: 3px;
        cursor: pointer;
        background: gray;
    }

    .ver::-webkit-slider-thumb {
        height: 20px;
        width: 10px;
        border-radius: 3px;
        background: #50b4ff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.6px;
    }
}

    .button {
        display: inline-block;
        padding: 10px 17px;
        font-size: 24px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        color: white;
        background-color: black;
        border: none;
        border-radius: 15px;
        box-shadow: 0 9px #999;
    }

    .button:hover {
        background-color: #242424
    }

    .button:active {
        background-color: #484848;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }
    /*.mic_input {border:1px solid red;position:absolute;height:200px;width:200px;border-radius: 25px;}
    .mic_input #sax__led_on{position:relative;left:0px;top:0px;}
    .mic_input #saxmic_on{position:relative;left:0px;top:20px;}
    .mic_input #saxmic_gain{float:left;position:relative;left:80px;top:-80px;}*/

    .marg-left-20{
     margin-left:20px;
    }
