﻿@charset "UTF-8";

#input[type="submit"] {
#-webkit-appearance: none;
#border-radius: 0;
#}

.btn {
    -webkit-appearance: none;
    display: inline-block;
    padding: 0.2em 0.6em;
    text-decoration: none;
    color: #000000;
    #background: #000000;
    border: solid 1px #000000;
    border-radius: 3px;
    transition: .1s;
}
.btn:active {background: #808080;}

.red    {background: #ffe0e0; }
.green  {background: #e0ffe0; }
.blue   {background: #e0e0ff; }
.magenta{background: #ffe0ff; }
.yellow {background: #ffffe0; }
.cyan   {background: #e0ffff; }
.gray   {background: #f0f0f0; }


