a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }



a.download_button {
    font-size: 1.5em;
}

a:hover {
    opacity: 0.6;
}

.dav-download-text-btn {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.dav-margin {
    margin: 30px;
}

.dav-cool-gradient {
    background-color: #583abc;
    background-image: linear-gradient(43deg, #583abc 0%, #FF5900 46%, #583abc 100%);
}

.dav-tosca-radius {
    border-radius: 15px;
}

.dav-tosca-radius-sm {
    border-radius: 10px;
}

.dav-tosca-radius-xs {
    border-radius: 7px;
}

.dav-color-orange {
    color: #FF5900;
}

.dav-bw-orange {
    background-color: #FF5900;
}

.dav-bw-orange:hover {
    background-color: #FF5900;
}

.dav-useless-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.dav-jumbotron {
    font-size: xxx-large;
}

.dav-gif-div {
    width:100%;
    height:0;
    padding-bottom:56%;
    position:relative;
}

.uk-icon {
    color: #FF5900;
}

/*.dav-file-list-wrapper {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*.dav-file-list  {*/
/*    list-style-type: disc;*/
/*    color: #FF5900;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    !*margin: 0;*!*/
/*    !*padding: 0;*!*/
/*    !*position: relative;*!*/
/*}*/

/*.dav-file-list li {*/

/*    margin: 0;*/
/*    padding: 0;*/
/*    flex: 1 100%;*/


/*    !*width: fit-content;*!*/
/*    !*word-break: break-all;*!*/
/*    !*white-space: nowrap;*!*/
/*    !*overflow: hidden;*!*/
/*    !*text-overflow: ellipsis;*!*/
/*}*/

/*.dav-file-list li a {*/
/*    display: block;*/
/*    white-space: nowrap;*/

/*    text-decoration: none;*/
/*    !*color: #FF5900;*!*/
/*    !*line-height: 0;*!*/
/*}*/
