.parfum{
    border: transparent solid 1px;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 10px;
}
.parfum table{
    border: transparent solid 1px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    color:rgb(255, 255, 255);
}
.parfum thead th{
    border: transparent solid 1px;
    border-bottom-color: rgba(218, 165, 32, 0.575);
    margin-bottom: 10px;
}
.parfum tbody td{
    font-size:15px;
    width:1%;
    padding-top: 5px;
    padding-bottom: 5px;
    border: transparent solid 1px;
    border-bottom-color: rgba(218, 165, 32, 0.384);
}
.parfum tbody tr:hover{
    color: rgb(218,165, 32);
    background-color: rgba(53, 53, 53, 0.267);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.parfum button{
    background-color: transparent;
    color:rgb(255, 255, 255);
    border: solid rgb(255, 255, 255) 1px;
    border-radius: 5px;
    font-size: 13px;
    padding:5px;
    width:31%;
    padding-left:2px;
    padding-right:2px;
    margin-top: 8px;
    margin-bottom: 3px;
    box-shadow: rgb(255, 255, 255) 0px 1px 4px;
}
.parfum button:hover{
    background-color: #ffffff48;
    color:rgb(218,165, 32);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}