.boxSolution{
    /*border: solid 1px #0f0;*/
    flex-wrap: wrap;
    min-width: 400px;
    display: none;
}

.boxSolution.current{
    display: flex;
    justify-content: space-around;
}    

.boxSolution .boxModule{
    width: 319px;
    margin: 50px 40px 0 40px;
}

.boxSolution .boxModule.filler{
    min-height : 0;
    height : 0;
}

.boxSolution .boxModule .boxSolutionTitle{
    font-size: 24px;
    font-family: sfDisplayHeavy, Verdana, Arial, Helvetica, sans-serif;
    color: #5c5c5c;
}

.boxSolution .boxModule ul{
    margin: 0;
    padding: 0;
}

.boxSolution .boxModule ul li{
    margin: 20px 0;
    padding: 0;
}

.boxSolution .boxModule ul li a{
    display: block;
    padding: 14px 0 14px 58px;
    font-family: sfTextRegularItalic, Verdana, Arial, Helvetica, sans-serif; 
    color: #04B5EB;
    font-size: 20px;
    background: url(../../img/help/archivo.png) no-repeat;
    background-position-y: center;
    background-position-x: 18px;
    background-size: 26px;

    border: solid 1px #DBDBDB;
    border-left: none;
    border-right: none;
}

#tabs{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#tabs a{
    display: block;
    text-align: center;
    padding: 37px 25px 9px;
    border-left: 1px #dbdbdb solid;
    font-family: sfTextRegular, Verdana, Arial, Helvetica, sans-serif; ;
    font-size: 14px;
    color:#7D8C9D;
    background-position: top;
    background-repeat: no-repeat;
}

#tabs a.current{
    color:#04B5EB;
}

#tabs a:nth-child(1){
    border-left: none;
}

#tabTitlebase{  background-image: url(../../img/help/base.png);}
#tabTitlesgc{   background-image: url(../../img/help/bsc.png);}
#tabTitlebsc{   background-image: url(../../img/help/sgc.png);}
#tabTitlerevo{    background-image: url(../../img/help/io.png);}
#tabTitlebase.current{  background-image: url(../../img/help/base-hover.png);}
#tabTitlesgc.current{   background-image: url(../../img/help/bsc-hover.png);}
#tabTitlebsc.current{   background-image: url(../../img/help/sgc-hover.png);}
#tabTitlerevo.current{    background-image: url(../../img/help/io-hover.png);}

/* css boxy for manuals */
.boxy-content .question {
    height: 100%;
    padding-bottom: 0;
}

.boxy-content .answers {
    padding: 0;
    margin: 0;
    height: 0;
}