.wrap-download-all {
position: relative;
display: flex;
justify-content: right;
}
.wrap-download-all a{
background: #0020db !important;
color: #ff0000 !important;
border: 0px solid #f4f6ff !important;
border-radius: 15px !important;
box-shadow: none !important;
text-shadow: none !important;
transition: all 0.2s ease 0s !important;
display: inline-block !important;
margin: 0px 0px 0px 0px !important;
padding: 6px 12px;
text-decoration: none !important;
position: relative;
font-size: 14px !important;
cursor: pointer;
}
.wrap-download-all a:hover{
background: #00137f !important;
box-shadow: 1px 1px 12px #ccc !important;
color: #ffffff !important;
}