﻿/* HTML tags */

em {color:#F00; font-weight:bold;padding:0px;margin:0px; font-style:normal;}

td.btnBox { text-align:center; padding-top:20px;}
.form-control{ display:inline;}
form a.yong {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  text-decoration:none;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  font-weight: 300;
}

td { word-break: keep-all;}
td.num { text-align:right;}
td.add { background-color:Green; color:White;}
td.decrease { background-color:Red; color:White;}
td.blue { color:#00F;}
a.s { background-color:Transparent; color:Blue; white-space:normal; text-decoration:underline;}
a.s:hover, a.s:active { color:#F30;}

