*, *:before, *:after {
    box-sizing: border-box;
}
body {
    padding: 1em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 24px;
    margin: 0;
    color: #2f8fff;
    padding: 4px;
    font-weight: normal;
}
a{
    color: white;
}
#logo {
    max-width: 100%;
}
.maincontainer {
    max-width: 480px;
    padding: 1em;
    margin: 0em auto;
    background-color: #000;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}
.interim {
    color: tomato;
}
#final {
    color: white;
    padding-left: 12px;
}
.dvoption {
    clear: none;
    display: inline-flex;
    min-width: 32%;
}
.clear {
    clear: both;
}
.clear:after {
    content: "";
    display: table;
    clear: both;
}
input[type=text] {
    padding: 10px;
    margin: 10px 4px;
 

        box-shadow: 3px 3px 7px #eee;
    border-radius: 10px;
    border: 4px solid #eee;
}
.inpbox {
    width: 94%;
    max-width: 400px;
    margin: 4px 0;
    border-radius: 6px;
    float: left;
}
.button, .lbutton, button {
    width: 100%;
    max-width: 400px;
    margin: 11px 4px;
    padding: 16px 0;
    cursor: pointer;
    background-color: #50C878;
    color: #fff;
    -webkit-appearance: button;
    border: 0;
    text-decoration: none;
    text-align: center;
    font-size: 21px;
    box-shadow: 3px 3px 7px #eee;
    border-radius: 10px;
    border: 4px solid #eee;
    font-weight: bold;
     float: left;
       -webkit-transition : all 500ms ease-out;
  -moz-transition : all 500ms ease-out;
  -o-transition : all 500ms ease-out;
  transition : all 500ms ease-out;
}
.button:hover, button:hover {
    background-color: #23aaf2;

}
button:disabled, button[disabled] {
    background-color: #eee;
}
.disabled {
    background-color: #eee;
}
.active {
    background-color: #c00;
}

.dvPreset .button{
    background-color: #c00;
    color: #fff;
    width: 17%;
    font: 1em sans-serif;

    font-weight: normal;
    display: block;
    float: left;
  
    width: auto;
    padding: 3px 4px;
    border-width: 2px;
    margin: 4px;
    min-width: 70px;
    box-shadow: 2px 2px 5px #eee;
}

.dvPreset .button:hover{
background-color: #0060df;
}
.dvPreset h2{
    clear: both;
    font-weight: bold;
    font-size: 1.1em;
    margin: 4px 0 0;
    color: #23aaf2;
}
.dvkeylinks{
    margin: 6px 0 4px;
    float: left;
}
#butGoogle {
    color: transparent;
    background:white url('../images/google256.png') no-repeat center center;
    background-size: contain;
}
#butBing {
    color: transparent;
    background: white url('../images/bing256.png') no-repeat center center;
    background-size: contain;
}
#butBaidu {
    color: transparent;
    background: white url('../images/baidu256.png') no-repeat center center;
    background-size: contain;
}
#butYoutube {
    color: transparent;
    background: white url('../images/youtube256.png') no-repeat center center;
    background-size: contain;
}
#butDuckDuckGo {
    color: transparent;
    background: #dd5732 url('../images/duckduckgo256.png') no-repeat center center;
    background-size: contain;
}
#butAsk {
    color: transparent;
    background: white url('../images/ask256.png') no-repeat center center;
    background-size: contain;
}
.lbutton {}
.lbutton:hover {
    background-color: #23aaf2;
     border: 4px solid #50C878;
}
#speak {
    width: 94%;
}
#stop {
    display: none;
}
#searchlink {
    display: none;
}
#mic {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 9999;
    background: url(./mic-off-24.png);
    height: 24px;
    width: 24px;
}
#mic.micon {
    background: url('./mic-on-24.png');
}