
abbr:hover::after {
  text-decoration: none;
}
abbr{
  text-decoration: none;
  color: #777;
}
[data-tooltip] {
  position: relative;
  text-decoration: none;
  color: #fff;

}

.hidden[role="tooltip"] {
 display: none;
}

[role="tooltip"] {
 position: absolute;
 z-index: 10;
 left: 0px;
 bottom: 16px;
 width: auto;
 white-space: pre;
 background-color: #eaeaea;
 color: #777;
 border-radius: 4px;
 font-size: 0.9em;
 padding-top: 2px;
 padding-right: 2px;
 padding-bottom: 2px;
 padding-left: 2px;
}

.hidden[role="tooltip"] {
display: none;
}

.panel{
  font-family: "Lato", Arial, sans-serif;
  border:none;
}
.panel-heading{
 border:none;
}
.panel-body{
 border:none;
 padding-bottom: 2px!important;
}

.panel-title{
 font-size: 21px;
 font-weight: 400;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  background-color: #f5f5f5;
}
.panel-default{
  border:0;
  box-shadow: none;
}
.panel-default>.panel-heading>a {
text-decoration: none;
}
.panel-default>.panel-heading>a:link {
text-decoration: none;
}

.panel-default>.panel-heading>a:visited {
 text-decoration: none;
}

.panel-default>.panel-heading>a:hover,a:focus {
 text-decoration: none;
}

.panel-default>.panel-heading>a:active {
 text-decoration: none;
}


.panel-default>.panel-heading>.panel-title>a:link {
text-decoration: none;
}

.panel-default>.panel-heading>.panel-title>a:visited {
 text-decoration: none;
}

.panel-default>.panel-heading>.panel-title>a:hover {
 text-decoration: none;
}

.panel-default>.panel-heading>.panel-title>a:active {
 text-decoration: none;
}


.panel-default>.panel-heading {
 background-color: inherit;
}
.panel-default>.panel-heading-second {
 background-color: #ddd;
}

.fa, .fab, .fal, .far, .fas {
 -moz-osx-font-smoothing: grayscale;
 -webkit-font-smoothing: antialiased;
 display: inline-block;
 font-style: normal;
 font-variant: normal;
 text-rendering: auto;
 line-height: 1;
}
.fa-width-40 {
 min-width: 40px;
}
.fa, .fas {
   font-weight: 900;
}
