/**
  * 2015 DMConcept 
  * 
  * Proaccount Front Office Feature
  *
  * @authors DMConcept.fr <support@dmconcept.fr>
  * @copyright DMConcept 2015
  * +
  * +Languages: EN, FR
  * +PS version: 1.6
  **/

.header_proaccount {
    float: right;
    border-left: none;
    border-right: none;
}

.header_proaccount a,
.header_proaccount button.btn.btn-link {
    color: #fff;
    font-weight: normal;
    display: block;
    padding: 6px 13px 6px 13px;
    cursor: pointer;
    line-height: 14px;
}

.header_proaccount button.btn.btn-link {
    padding: 6px 13px 6px 13px;
    border-bottom: none;
    border-top: none;
    font-size: 14px;
}

@media (max-width: 479px) {
    .header_proaccount a,
    .header_proaccount button.btn.btn-link {
        font-size: 12px;
    }
}

.header_proaccount a:hover, .header_proaccount a.active,
.header_proaccount button.btn.btn-link:hover, .header_proaccount button.btn.btn-link.active {
    text-decoration: underline;
}