/* 
    Document   : docs
    Created on : 22.11.2011, 11:53:56
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/




/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 10px;
  
}
.show-grid [class*="span"] {
    padding: 50px;
    color: #999;
    
    
  background-color: whitesmoke;
  text-align: center;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  min-height: 30px;
  line-height: 30px;

}

.show-grid .show-grid {
    
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #fff;
}


.select {
  font-size: 20px;
}

.select:hover {
  font-size: 25px;
}
.no-border td{
   border: none;
    
}
.comment_topic{
   margin-bottom: 20px;
    
}
.comment {
    padding: 20px;
}
.right {
    text-align: right;
}
