.capFontSize1       {font-size: 0.9em;}
.capResText         {width: 100px; height: 20px; margin-top: 10px;}
.psyCapResultOK     {font-size: 1.1em; font-weight: bold; color: #009900;}
.psyCapResultFalse  {font-size: 1.0em; font-weight: bold; color: #FF3300;}
.psyResultTdClass   {background-color: #FFFFFF;}
.psyCapTableClass   {width: 100%;}
.psyCapTableDiv     {width: calc(100% - 20px); padding-left: 10px; padding-right: 10px;}



.buttonstandardPysCap	{
  color:#000 !important;
  border-color:#000000!important;
  background-color:#fec107 !important;
  -moz-box-shadow:inset 0 0 1px #fec107;
  -ms-box-shadow:inset 0 0 1px #fec107;
  -webkit-box-shadow:inset 0 0 1px #fec107;
  box-shadow:inset 0 0 1px #fec107;
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fffafafa,EndColorStr=#fec107);
  background-image:-moz-linear-gradient(top,#fec107 0,#fec107 100%);
  background-image:-ms-linear-gradient(top,#fec107 0,#fec107 100%);
  background-image:-o-linear-gradient(top,#fec107 0,#fec107 100%);
  background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fec107),color-stop(100%,#fec107));
  background-image:-webkit-linear-gradient(top,#fec107 0,#fec107 100%);background-image:linear-gradient(to bottom,#fec107 0,#fec107 100%);
  height: 2.2em;
  padding: 5px;
  border: 1px solid;
  outline: 0;
  font-weight: normal;
  font-size: 1.0em !important;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 4px;
  text-decoration:none ! Important;
  }