﻿@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: #444;
}

.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: white;
    padding: 1px 25px 2px 25px;
    height: 35px;
    border-radius: 8px;
    border:none;
    font-family: Hel !important;
    font-size: 20px
}

.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
}



