/* 
    Document   : taxonomia
    Created on : Jul 4, 2014, 5:54:23 PM
    Author     : cuacharas
    Description:
        Purpose of the stylesheet follows.
*/

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

.vernacular-names-data{
  background:transparent;
  display:block;
  width:100%;
  margin:30px 0 10px 0;
  border:1px solid #D9A066;
  padding:5px 8px;
  border-radius:6px;
}

#tax{
  width: 100%;
  display: block;
}

#head-tax{
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight:bold;
}


.div-ver-mas{
  display: inline-block;
  width: 100%;
}

.ver-mas{
  padding-left: 40%;
  text-align: center;
  text-decoration: underline;
  font-size: 12px;
  color: #1565c0;
  cursor:pointer;
}

.source-link {
  text-align:center;
  font-size: 11px;
  color:black;
  padding:4px 3px 5px 3px;
  margin-bottom:5px;
  font-weight:normal;
  border-bottom:1px solid #ccc;
}

.source-link a,
.source-link a:visited {
  color:royalblue;
}

.source-link a:hover {
  text-decoration:underline;
}

.lang-lists{
  padding-bottom: 5px;
  width: 100%;
  overflow:visible;
}

.lang-title{
  width: 98.5%;
  font-size: 13px;
  background-color: white;
  color:#333;
  font-style:italic;
  padding:4px 0 3px 1.5%;
}

.lang-names{
  width:100%;
  display:block;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  background:#fff;
}

.lang-names > ul li{
  text-indent: 0px;
  padding-left: 0;
}