.bags-wrapper{
    width: 100%;
    min-width: 300px;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 10px;
}
.bonds-wrapper{
    width: 100%;
    margin-left: 16px;
    min-width: 300px;
    border: 1px solid #BCBCBC;
    box-sizing: border-box;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.13);
    border-radius: 4px;
    padding: 10px;
}
.bags-title{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
}
.table-title{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.bags-and-bonds-wrapper{
    display: flex;
}
.bags-table-titles{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
.bags-table-wrapper:nth-child(odd){
    background: #F7F7F7;
}

.bags-table-item{
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}
.table-actual-and-variation{
    display: flex;
    align-items: center;
}
.actual-title{
    margin-right: 30px;
    color:#606060;

}
.variation-title{
    color:#606060
}
.table-actual{
    margin-right:20px;
}
.table-variation{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    width: 67px;
    mix-blend-mode: multiply;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.positive-percent{
    background-color: rgba(166, 1, 37, 0.2);
}

.negative-percent{
    background-color:#D3E7CC;
}
.table-date{
    font-size: 10px;
    line-height: 12px;
    color: #606060;
}
/* BONDS CSS*/
.bonds-title{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    font-weight: bold;
}
.bonds-table-titles{
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}
.bonds-table-close-actual-variation{
    display: flex;
    width: 220px;
    justify-content: space-between;
    align-items: center;
}
.bonds-table-wrapper:nth-child(odd){
    background: #F7F7F7;
}
.bonds-close-title{
    margin-right: 40px;
    color: #606060;
}
.bonds-actual-title{
    margin-right: 40px;
    color: #606060;
}
.bonds-variation-title{
    color: #606060;
}
.bonds-table-close{
    font-size: 16px;
    line-height: 20px;
}
.bonds-table-actual{
    font-size: 16px;
}
.bonds-table-variation{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    width: 67px;
    mix-blend-mode: multiply;
    border-radius: 3px;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
}
.equal-percent{
    color: #606060;
}
.bonds-table-item{
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
}

@media (max-width: 820px) {
    .bags-and-bonds-wrapper {
        display: flex;
        flex-direction: column;
    }
    .bonds-wrapper{
        margin-left: 0;
        margin-top: 16px;
    }
}

@media (max-width: 400px) {
    .table-actual{
        font-size: 14px;
    }
    .table-variation{
        font-size: 14px
    }
    .bonds-table-close {
        font-size: 14px;
    }
    .bonds-table-actual {
        font-size: 14px;
    }
    .bonds-table-variation {
        font-size: 14px;
    }
    .bonds-table-close-actual-variation {
        width: 190px;
    }
    .bonds-close-title {
        margin-right: 25px;
    }
    .bonds-actual-title {
        margin-right: 25px;
    }
}
@media (max-width: 370px) {
    .actual-title{
        font-size: 14px;
        margin-right: 40px;
    }
    .variation-title{
        font-size: 14px;
    }
    .bonds-close-title{
        font-size: 14px;
        margin-right: 16px;
    }
    .bonds-actual-title{
        font-size: 14px;
        margin-right: 16px;
    }
    .bonds-variation-title{
        font-size: 14px;
    }
    .bonds-table-close-actual-variation {
        width: 150px;
    }
    .bonds-table-variation{
        width: 60px;
    }
}