body {
    font-family: 'Arial';
}

a {
    color: black;
    text-decoration: underline;
    font-style: italic;
    cursor: pointer;
}

a:hover {
    font-weight: bold;
}

.wpagetitle {
    height: fit-content;
    font-weight: normal;
}

.wlogo {
    height: 128px;
}

.wheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wheaderbloq {
    display: inherit;
    align-items: inherit;
}

.uploadform {
    display: flex;
    flex-flow: column;
    max-width: 40%;
    gap: 24px;
    margin-left: auto;
    margin-right: auto;
}

.uploadformentry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tablelist {
    border-collapse: collapse;
    width: 100%;
}

.tablelist th, .tablelist td {
    border-style: solid;
    border-width: 1px;
}

.tablelist th {
    /*background-color: yellow;*/
    background-image: url('/warez/pics/oops.jpg');
}

.tablelist td {
    font-size: 14px;
    padding: 0px 16px 0px 16px;
}

.wtitle {
    background-color: black;
    color: white;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 24px;
    margin-top: 0;
}

.wdescription {
    width: 40%;
    background-image: linear-gradient( to bottom, aqua, white );
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    padding-bottom: 64px;
    max-width: 60%;
}

.wdownloadarea {
    display: flex;
    margin-top: 48px;
}

.wfileinformation {
    display: flex;
    width: 100%;
    border-style: solid;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    margin-left: 16px;
}

.wdownloadlink {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    border-style: solid;
    padding-left: 32px;
    padding-right: 32px;
    margin-right: 16px;
}

.wdownloadlink p {
    margin: 0;
}

.wcellList {
    display: flex;
    flex-flow: column;
    gap: 4px;
    font-size: 12px;
    list-style: none;
    padding-left: 0px;
}

.wcellList li {
    border-style: solid;
    border-width: 1px;
    width: fit-content;
    padding: 0px 8px 0px 8px;
}

.wcommentsection {
    padding-top: 32px;
}

.wuserinput {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 16px;
    border-style: solid;
    margin-top: 16px;
    border-bottom-style: dashed;
}

.wleavecomment {
    display: flex;
    flex-flow: column;
    /*border-bottom-style: dashed;
    border-bottom-width: 2px;*/
    padding-bottom: 8px;
    gap: 8px;
}

.comments {
    padding: 8px;
    border-style: solid;
    border-top-style: none;
    border-width: 1px;
}

.comments small {
    margin: 0;
    padding: 0;
}

.comments p {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

.wstar {
    appearance: none;
    background-image: url('/warez/pics/starempty.jpg');
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.wstar:hover {
    background-image: url('/warez/pics/starfilled.jpg');
}

.wrating {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 64px;
    margin-bottom: 32px;
}

.wfilters {
    display: flex;
    padding: 16px;
    border-style: solid;
    border-width: 1px;
    border-bottom-style: none;
    font-size: 14px;
    justify-content: space-between;
}

.notfound {
    border-top-style: solid;
    border-top-width: 1px;
    padding-left: 64px;
    padding-top: 16px;
}

.wouterlink {
    display: flex;
    max-width: 96px;
    text-align: center;
}

.wusefulLinks {
    display: flex;
    column-gap: 16px;
    gap: 16px;
    padding: 16px;
    justify-content: center;
}

.wsubsectheader {
    padding: 16px;
    /*padding-top: 128px;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.wnewsbg {
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: lightgray;
}

.wnewsbody {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
    background-color: white;
    padding: 32px;
    display: flex;
    flex-flow: column;
    gap: 64px;
}

.wnewsShort {
    margin-left: 5%;
    font-size: 12px;
    margin-top: 0;
    padding: 8px;
    width: 60%;
    text-wrap-mode: wrap;
    text-wrap-style: balance;
    word-wrap: break-word;
    border-style: solid;
    border-width: 4px;
    border-bottom: none;
    background-image: url('/warez/pics/note.jpg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 16px;
}

.wnewsShort p {
    padding-bottom: 8px !important;
}

.wnewsentry p {
    padding: 0;
    margin: 0;
}

.wnewsdate {
    text-align: right;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 2px;
    color: gray;
}

.wheaderbloq.news {
    flex-flow: column;
}

.wheaderbloq.news p {
    margin-bottom: 0px;
}

.wheaderbloq.news small {
    color: silver;
}

.wheaderbloq.news a {
    color: red;
}

.wpaging {
    display: flex;
    margin-left: 32px;
    margin-top: 32px;
    gap: 8px;
}

.wpagingOuter {
    width: fit-content;
    text-align: center;
}
