﻿
#general-list
{
  text-align:center;
  font-size:90%;
  }
  
#general-list .item 
{
  position:relative;

  margin:5px;
  display:inline-block;
  }
  
#general-list .item.herbar, #general-list .item.kdoradi
{
  background-color:#fff;
  font-size:80%;
  color:#6F90DF;
  border:1px solid #a8a8a8;
  
  }
  
#general-list .item.herbar
{
  width:200px;
  height:200px;  
  }  
  
#general-list .item.kdoradi
{

  height:295px;
  width:200px;
  }  
  
#general-list .item.herbar span.itemdesc
{
  text-align:left;
  border-bottom:1px solid #a8a8a8;
  padding-left: 5px !important;    
  width:191px;
  }
  
#general-list .item.kdoradi span.itemdesc        
{
  text-align:left;
  padding-left: 5px !important;    
  height:50px;  
  border-bottom:1px solid #a8a8a8;
  width:191px;
  }  
  
#general-list .item.kdoradi span.itemdesc span
{
  color:#75a30a;
  }          
  
#general-list .item.dotazy
{
  text-align:left;
  background-color:#fff;
  font-size:80%;
  color:#000;
  border:1px solid #1684a3;
  width:96%;
  
  }  
  
#general-list .item.dotazy .description   
{
  
  padding:5px;
  }
  
#general-list .item.dotazy .description , #general-list .item.dotazy .answer-content 
{
  font-size:130%;
  }     
  
#general-list .item.dotazy .author  
  {
    font-weight:bold;
    text-align:right;
    font-style:italic;
    color:#1684a3;
    padding:5px;
    }
    
#general-list .item.dotazy .answer-content
{
  margin-top:5px;
  padding:5px;
  }    
  
#general-list .item.dotazy .title
{
  color:#94b301;
  cursor:pointer;
  margin-bottom:5px;
  font-weight:bold;
  border-bottom:1px solid #1684a3;
  padding:5px;
  }  
  
#general-list span.itemdesc  
{
  position:absolute;
  top:3px;
  left:0px;
  width:200px;
  height:18px;
  padding:5px;
  }
  
#general-list .item img
{
  margin-top:35px;
  border:1px solid #a8a8a8;
  }  
  
#general-list .item.kdoradi img  
{
  margin-top:47px;
  border:1px solid #a8a8a8;  
  }
  
#general-list .moudro
{
  text-align:left;
  }  
  
#general-list .moudro-item
{
  color:#077DA3;
  font-size:120%;
  margin:2em 0 0.5em 0;
  }  
  
#general-list .moudro-author
{
  font-weight:bold;
  font-style:italic;
  color:#5F5F5F;
  text-align:right;
  }  
  