
/* More global styles */
.da-content {
    max-width: 1200px;
    margin-top: 2em;
}


img.da-thumbnail {
    max-width: 150px;
    margin: 20px 4px;
}


.da-half-width {
    width: 50vw;
}

 
.da-wrap {
    flex-wrap: wrap;
}


.da-fixed {
    position: fixed;
}


.da-table-border {
    border: 2px solid;
    border-collapse: collapse;
}

table.da-table-border tr th {
    border-bottom: 2px black solid;
    border-left: 1px black dotted;
}

table.da-table-border tr td {
    border-bottom: 1px black solid;
    border-left: 1px black dotted;
}


.da-post-content {
    width: 100%;
    max-width: 640px;
    text-align: justify;
}


span.da-tag {
    background-color: lightgrey;
    margin-right: 1em;
    text-decoration: none;
}

span.da-tag a {
    text-decoration: none;
}

.da-clickable {
    cursor: pointer;
}