﻿body {
    font-family :Calibri;
    font-size:14pt;
    background-color :#fff;
    padding:0;
    margin:0;
}

.List {
    font-size:40pt;
    font-weight:bold;
    font-family : Calibri ;
    text-align :center;
    border:none;
}

.CallButton {
    -moz-box-shadow: inset 0px 0px 22px 3px #3dc21b;
    -webkit-box-shadow: inset 0px 0px 22px 3px #3dc21b;
    box-shadow: inset 0px 0px 22px 3px #3dc21b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
    background: -moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: -ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
    background: linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
    background-color: #44c767;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    border: 4px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
    text-shadow: 2px 3px 0px #2f6627;
    margin: 5px;
}

    .CallButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
        background: -moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: -ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
        background: linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
        background-color: #5cbf2a;
    }

    .CallButton:active {
        position: relative;
        top: 1px;
    }
