/* Definitions in header */

#header ul#level-1 li.parl-definitions-toggle-list {
    border-right: 0;
}

#header #navigation UL LI.parl-definitions-toggle-list {
    float: right;
}

#header ul#level-1 li a.parl-definitions {
    color: #512d6d;
    cursor: help;/* url(question-icon-2.svg), auto;*/
    border-bottom: 1px dotted #512d6d;
    padding: 0;
}

#header ul#level-1 li .parl-definitions:hover, #header ul#level-1 li .parl-definitions:focus {
    text-decoration: none;
    color: #512d6d;
    background-color: #ffffff;
}

.parl-definitions:visited {
    text-decoration: none;
    color: #512d6d;
}

#header img.info-icon {
    float: right;
    width: 13px;
    height: 13px;
    margin-bottom: 0;
    margin-left: 3px;
}

/* Right hand module */
#panel .parl-definitions-right-hand-module {
    border-top: 7px solid #512d6d;
    background-color: #fbf7ff;
    position: relative;
}

#panel .parl-definitions-right-hand-module h2 {
    color: #512d6d;
    border-bottom: 0;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

#panel .parl-definitions-right-hand-module .beta-tag {
    border: 1px solid rgba(81, 45, 109, 0.5);
    border-radius: 3px;
    padding: 1px 5px;
    position: absolute;
    top: 6px;
    right: 11px;
    font-size: 11px;
    color: #512d6d;
}

#panel .parl-definitions-right-hand-module .local-module-content div {
    padding-bottom: 10px;
}

#panel .parl-definitions-right-hand-module .local-module-content .definitions-example {
  color: #512d6d;
  cursor: help;/* url(question-icon-2.svg), auto;*/
  border-bottom: 1px dotted #512d6d;
}

#panel .parl-definitions-right-hand-module .local-module-content .definitions-example:hover, #panel .parl-definitions-right-hand-module .local-module-content .definitions-example:focus {
  text-decoration: none;
  color: #512d6d;
}

#panel .parl-definitions-right-hand-module .local-module-content .definitions-example:visited {
    text-decoration: none;
    color: #512d6d;
}

/* Fix for visited links */

#content .definition:visited {
    text-decoration: none;
    color: #512d6d;
}

#modal {
    width: 500px;
}