@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

#sub-prompt {
  opacity: 0;
  background-color:#F1F1F1;
  padding:10px;
  top: 10px;
  left: 10px;
  right: 10px;
  position: fixed;


  max-width:450px;
  max-height: 155px;

  z-index: 10000;
  bottom: 125px;
  box-shadow: 0px 10px 20px #888888 ;
  font-family: "Lucida Grande", sans-serif;
  text-align: left;
  display: block;


}

@media screen and (max-width: 420px) {
    #sub-prompt {
        max-height: 172px;
    }
}
@media screen and (max-width: 353px) {
    #sub-prompt {
        max-height: 184px;
    }
}
@media screen and (max-width: 312px) {
    #sub-prompt {
        max-height: 196px;
    }
}



#sub-x {
    border: none;
    background: none;
    font-size: 15px;
    margin-top: -10px;
    margin-right: -10px;
    color: black;
    float: right;
}

#sub-logo {
    float: left;
    padding-top: 17px;
    padding-right: 10px;
}

.sub-sub-text {
    margin-top: 10px;
    font-size: 13px;
    margin-right: 6px;
    line-height: 110%;
}


.sub-title {
    clear: right;
    padding-top: 0px;
    margin-top: -10px;
    font-size: 14px;
}



.learn-link {
    text-decoration: none;
    font-size: 13px;
    margin-right: 6px;
    line-height: 105%;
    font-family: "Lucida Grande", sans-serif;
}

.learn-link:active{
    color: blue;
}





button.prompt-button {
    padding:4px 12px;
    border-radius: 3px;
    font-size: 14px;
    background-color: #FFFFFF;
    font-family: "Lucida Grande", sans-serif;
    transition-property: background-color, border;
    transition-duration: .4s, .2s;
    transition-timing-function: linear;
    border: 0.25px solid #DFDFDF;
}




#sub-button{
    position: absolute;
    right: 10px;
    background-color: #009DDC;
    background: linear-gradient(#50ADF9, #057FEF);
    color: white;
    border-color: #B0D2EE;
    margin-top: 10px;
}


#no-button{
    padding: 4px 18px;
    position: absolute;
    right: 125px;
    margin-top: 10px;
    background-color: #ababab;
    color: white;
}