@import url("./tsh4asa.css");
body{
    font-family: 'proxima-nova';
    background: #eaeaea;
    margin: 0px;
}
.container{
    max-width: 600px;
    width: 90%;
    margin: 0px auto;
    padding: 20px 5% 20px;
    display: block;
}
h1{
    color: #15304b;
}
.content{
    float: left;
    margin-bottom: 100px;
}

.help-block{
    margin: 30px 0px 0px;
    width: 100%;
    background: #eaeaea;
    color: #15304b;
    font-size: 18px;
    font-weight: 600;
    display: grids; 
    float: left;
    position: relative;
    text-align: center;
}

.button {
    background-color: #Ed1D25; /* Green */
    border: none;
    color: white;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 4px 4px 4px;
    cursor: pointer;
    border-radius: 8px;
  }

.block{
    margin: 15px 0px 0px;
    width: 100%;
    background: #fbfbfb;
    color: #15304b;
    font-size: 18px;
    display: block;
    float: left;
    position: relative
}
.block .que{
    padding: 15px 20px;
    background: none;
    color: #15304b;
    font-size: 18px;
    font-weight: 600;
    width: 80%;
}
.block .ans{
    padding: 20px;
    background: none;
    color: #15304b;
    font-size: 18px;
    font-weight: 400;
    border-top: 2px solid #Ed1D25;
    display: none;
}
.block .drop-icon{
    position: absolute;
    right: 20px;
    top: 15px;
}
.active{
    background: #fff !important;
}
.wallet-logo {
    padding: 15px 20px;
}
.wallet-logo img {
    width: 65%;
    margin: auto;
    display: block;
}
.terms a {
    margin-top: 30px;
    font-size: 13px;
    color: dimgrey;
    text-align: center;
    display: block;
}