/*Write your custom css in this file.*/
.row_div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.update_button_div{
    margin-top: 10px;
}
.update_button_div button a{
   color: #333;
}
.update_button_div button {
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #f2f2f2;
}
.descHeigh{
    height: 150px;
}