.opportunity-phases {
    margin-top: 1em;
}

.opportunity-phases li {
    margin-bottom:.5em;
    list-style: none;
}

.opportunity-phases li a{
   color: #fff;
   text-decoration: none;
}
.opportunity-phases button a{
   color: #fff;
   text-decoration: none;
}

.opportunity-phases li.active {
    padding: .5em;
    background: rgba(0,0,0,.05);
}

ul.evaluation-methods {
    margin: 0;
}
ul.evaluation-methods li {
    list-style: none;
    font-size: .8em;
    padding: 0 .5em;
}

ul.evaluation-methods li a {
    text-decoration: none;
    font-weight: normal;
}

ul.evaluation-methods li p {
    margin-bottom: .5em;
}

ul.evaluation-methods li:hover {
    background: #f1f1f1;
}

ul.evaluation-methods li a span {
    font-weight: bold;
}

.btn-access {
    color: #fff;
    background-color: #249243;
    border: 1px solid #1a6930;
}

.margin-phase-name {
    margin-left: 8px;
}