div.gallery {
    margin: 5px;
    border: 2px solid #c9c9ff;
    float: left;
    width: 180px;
}

div.gallery:hover {
    border: 2px solid #f14545;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    text-align: center;
}

/* Aparência que terá o seletor de arquivo */
.labelImgemGrafico {
  background-color: #3498db;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  margin: 10px;
  padding: 6px 20px
}

.labelformstakeholder
{
    display: inline-block;
    width: 90px;
    text-align: right;
}

.labelformusuarios
{
    display: inline-block;
    width: 90px;
    text-align: right;
}

.labelformInfo
{
    overflow: hidden;
    padding: 1px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:9px;
    color:#000000;
}

.labelformusuariosBig
{
    display: inline-block;
    width: 170px;
    text-align: right;
}
.labelLegenda
{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.icon_help {
    background-image:url(../img/help.gif) !important;
}