




.card {
  color: #636363;

}


a:hover {
  text-decoration: underline;
}
a.actions {
  margin: 0px 3px 0px 3px;
  padding: 2px 5px 2px 5px;
  border: 1px solid #eee;
  border-radius: 5px;
  color: #888;
}
a.actions:hover {
  text-decoration: none;
  background-color: #c3dbee;
  
}
a.btn:hover { text-decoration:none; }



#main {
  font-size: 14px;
}
.btn {
  font-size: 14px;
}


li a.aside-tags-active {
  background-color: #f2f2f2;
}
li a.aside-tags-rounded {
  border-radius: 20px;
}
li a.aside-tags-rounded-active {
  border-radius: 20px;
  background-color: #f2f2f2;
}





div.card {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: none;
  /*box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);*/
  box-shadow: 0 0 9px 0 rgba(18, 66, 101, 0.08);
  border-radius: 8px;
}
div.card-header {
  background: #fff;
  border: none;
}

div.card.scndrm {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-right: none;
}
div.card.scndr {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-left: none;
}


a.opt_lnk {
    color: #aeaeae;
}
a.opt_lnk.active {
    color: #5f5f5f;
}
a.opt_lnk:hover {
    opacity: 0.8;
}


