.mydrawer {
    bottom: 0;
    max-height: 250px;
    overflow: hidden;
    position: fixed;
    width: 200px;
    height:82px;
    z-index: 100;
    right:20px;
}
.mydrawer > headerdrawer {
    cursor: pointer;
    color: white;
    background: #BE1238;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;  
    border-radius: 10px 0 0 0;
    display: block;
    line-height: 25px;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
}
.drawer-content {
    height: 60px;
    width: 198px;
    color: #BE1238;
    text-align: center;
    background: #FFF; 
    border: 1px solid #BE1238; 
    margin: 0px 1px;
}
.mydrawer-cro {
    bottom: 0;
    max-height: 250px;
    overflow: hidden;
    position: fixed;
    width: 200px;
    height:82px;
    z-index: 100;
    right:20px;
}
.mydrawer-cro > headerdrawer {
    cursor: pointer;
    color: white;
    background: #004C8B;
    border-style: solid;
    border-width: 1px;
    border-bottom: none;  
    border-radius: 10px 0 0 0;
    display: block;
    line-height: 25px;
    margin:0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
}
.drawer-content-cro {
    height: 60px;
    width: 198px;
    color: #BE1238;
    text-align: center;
    background: #FFF; 
    border: 1px solid #004C8B; 
    margin: 0px 1px;
}
