﻿body {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.container {
    width: 960px;
    margin: 0 auto;
}
    #the-form{float:left; width:300px;}
    #the-form .the-data{width:280px;height:300px;}
    #cohort-table table th,#cohort-table table td{width:20px;height:20px;min-width: 20px;min-height: 20px;text-align: center;padding: 3px 2px;white-space: nowrap;}
    #cohort-table table tbody th{text-align:left;white-space:nowrap;}
    #cohort-table table tbody td{text-align:center;}
    #cohort-table table tbody td.total{background: #A67700;font-weight:bold;color:#fff;}
    #cohort-table table tbody td.p100{background:#ffb700;}
    #cohort-table table tbody td.p90{background:#FFBE19;}
    #cohort-table table tbody td.p80{background:#FFC533;}
    #cohort-table table tbody td.p70{background:#FFCC4C;}
    #cohort-table table tbody td.p60{background:#FFD466;}
    #cohort-table table tbody td.p50{background:#FFD773;}
    #cohort-table table tbody td.p40{background:#FFDB7F;}
    #cohort-table table tbody td.p30{background:#FFE299;}
    #cohort-table table tbody td.p20{background:#FFE9B2;}
    #cohort-table table tbody td.p10{background:#FFF1CC;}
    #cohort-table table tbody td.c0{background:#A67700;color:#fff;}

.tipsy { font-size: 10px; position: absolute; padding: 5px; z-index: 100000; }
  .tipsy-inner { background-color: #000; color: #fff; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  
  /* Uncomment for shadow */
  .tipsy-inner { box-shadow: 0 0 5px #fff; -webkit-box-shadow: 0 0 5px #fff; -moz-box-shadow: 0 0 5px #fff; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
  
  /* Rules to colour arrows */
      .tipsy-arrow-w { border-right-color: #000; }
    .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }
