
.plusOrReduce {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 15px;
}

.plusOrReduce:hover {
    opacity: 0.7;
}

.plusOrReduce.plus {
    background-image: url(../img/icons/plus.svg);
}

.plusOrReduce.reduce {
    background-image: url(../img/icons/reduce.svg);
}






/*************************************  myArticles *************************************/

.myArticles .oneArticles{
/*    border-bottom: 1px solid #C4C4C4;*/
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.7;
}


.myArticles a .myBtn{
    color: #5DC2D0;
    border:1px solid #5DC2D0;
    font-size: 15px;
    padding: 7px 30px;
}

.myArticles a:hover .myBtn{
    background-color: #5DC2D0;
    color: #fff;
    opacity: 1;
}


.myArticles .teamTitle {
    font-weight: lighter;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C4C4C4;
    height: 38px;
}



.myArticles .onePerson{
    background-color: #FAF8F5;
    margin-bottom: 30px;
}

.myArticles .onePerson .textArea{
    padding: 8px;
}
.myArticles .onePerson .myTitle{
    font-size: 14px;
    color: #727272;
    margin-bottom: 0px;
}

.myArticles .onePerson .myName{
    margin-top: -3px;
    font-size: 18px;
    color: #070707;
    margin-bottom: 0px;
}
