

.q_list ul li {font-size: 15px;}

.q_list.circle ul>li:before {left: 2px; width: 5px; height: 5px; top: 10px;}

.q_message a.close i {display: none;}

a[target="_blank"]:after {
    font-family: 'FontAwesome';
    content: " \f08e";
}

  nav.main_menu>ul>li:last-child>a:after {
      display: none;
  } 

ul, ol {
    list-style-position: outside;
    padding: 17px;
}

nav.main_menu.right {
    margin-right: 0px;
}

.title .title_content_background {
    padding-top: 0px;
}

:target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:-120px 0 0; /* negative fixed header height */
}

sup{
  font-size: 6pt;
  vertical-align: text-top;
  position: relative;
  top: 0.85em;
}

.title.has_background {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
}