﻿.NormalButton {
  font-size: 18px;
  color: #202020;
  text-decoration: none;
  border: 0;
  margin-left: 0;
  margin-right: 5px;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  width: 85%; }
  .NormalButton:hover {
    border-color: #202020; }
  .NormalButton.Selected {
    background-color: #14479e;
    color: white;
    border-color: #202020; }
  .NormalButton.Highlight {
    background-color: #14479e;
    background-image: none;
    color: #ffffff;
    border-color: #202020; }
  .NormalButton.WarningButton {
    background-color: #CC000D;
    background-image: none;
    color: #ffffff;
    border-color: #202020; }

a.NormalButton {
  padding: 10px; }

.SmallButton {
  font-size: 16px;
  color: #202020;
  text-decoration: none;
  border: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  width: 85%; }
  .SmallButton:hover {
    border-color: #202020; }
  .SmallButton.Selected {
    background-color: #14479e;
    color: white;
    border-color: #202020; }
  .SmallButton.Highlight {
    background-color: #14479e;
    background-image: none;
    color: #ffffff;
    border-color: #202020; }
  .SmallButton.WarningButton {
    background-color: #CC000D;
    background-image: none;
    color: #ffffff;
    border-color: #202020; }

a.SmallButton {
  padding: 10px; }

.vex .NormalButton, .vex .SmallButton {
  border: solid 1px black; }

@media screen and (max-width: 999px) {
  .NormalButton {
    height: 60px;
    font-size: 40px;
    line-height: 65px; } }
