﻿@font-face {
    font-family: Hel;
    src: url('/fonts/Helvetica Light.ttf');
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #444;
    cursor:pointer;
}

p {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.mx {
    margin-left: auto;
    margin-right: auto;
}

.flex{display:flex}
.wrap{flex-wrap:wrap}

.text {
    font-family: Verdana, Arial;
    color: #444;
}

.texth {
    font-family: Hel, Verdana, Arial;
    color: black;
}

.texthw {
    font-family: Hel, Verdana, Arial;
    color: #eee;
}

.box {
    padding: 5px 5px 5px 5px;
    border-radius: 3px;
    border: none;
}

.mybuttonblue {
    background-color: blue !important;
    color: #eee;
    padding: 1px 15px 2px 15px;
    box-sizing: border-box;
    height: 30px;
    border-radius: 4px;
    border: none;
    font-family: Hel !important;
    font-size: 16px;
    cursor: pointer
}

.mybuttonclear {
    background-color: #eee;
    padding: 1px 15px 2px 15px;
    height: 35px;
    text-align: center;
    border: solid 1px #888;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 18px ;
    color: #333
}

.mybuttonwhite {
    background-color: #fff;
    padding: 1px 15px 2px 15px;
    height: 35px;
    text-align: center;
    border: solid 1px #888;
    border-radius: 4px;
    font-family: Hel !important;
    font-size: 18px !important;
    color: #333
}

.letter {
    width: 100px;
    font-size: 90px;
    text-align: center;
    padding-top: 15px;
    height: 120px;
    background-color: white;
    font-family: Hel;
    color: #888;
    border-radius: 8px;
}

