html
{
    color: black;
    /* the next two are importend - otherwise normal text scales dramatically BIGGER than captions on mobile phones */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body
{
    margin: 0 auto;
    padding: 1%;
    line-height: normal;
    font-weight: normal;
    font-size: 1.0em;
    background: white;
    font-family: Calibri, Georgia, "Baloo 2", sans-serif, Serif, Arial;
}

h1
{
  font-size: 1.75em;
  color: #0099CC;
  font-weight: normal;
  line-height: 0.8em;
  padding: 1.0em 0 0.6em 0.1%;
  margin: 0;
}

h2
{
  font-size: 1.5em;
  color: #0099CC;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.9em 0 0.4em 0.1%;
  margin: 0;
}

h3
{
  font-size: 1.2em;
  color: #0099CC;
  font-weight: normal;
  line-height: 0.8em;
  padding: 0.6em 0 0.3em 0.1%;
  margin: 0;
}


p
{
    line-height: 30px;
}

input.rounded
{
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 0.8em;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
}

input.rounded:focus
{
  border-color: #339933;
}

a, a:visited, a:hover, a:active
{
  color: blue;
  text-decoration: none;
}
a:hover
{
    color: green;
}
td
{
    vertical-align: middle;
    white-space: nowrap;
}
td:last-child
{
    /*border-right: 0px;*/
}

.boxed
{
   border: 1px solid green;
} 

table
{
    border-collapse: collapse;
/*    border-spacing: 0px 2px;*/
    border-color: #ccc;
}

tr:nth-child(odd)
{
    /*background-color: #ffffff;*/
}
tr:nth-child(even)
{
    /*background-color: #e6e6e6;*/
}

th, td
{
    vertical-align: top;
/*    padding: 5px;*/
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom:2px;  
}

th
{
    /*font-size: 12px;*/
    font-weight: bold;
    background-color: #cef;
}
