div.pre-wrap {
    white-space: pre-wrap;
}

.row {
    display: flex;
    flex-wrap: wrap;
    width: 810px;
    column-gap: 15px;
    margin-top: 14px;
}

.top-row {
    display: flex;
    flex-wrap: wrap;
    width: 820px;
    column-gap: 10px;
    z-index: 1;
    align-items: center;
    padding: 0px 10px;
}

.column, .column-head-l, .column-head-r, .column-item {
	border-radius: 10px;
    position: relative;
	padding: 2px 8px;
    z-index: 1;
}

.column-head-l {
    flex: 5%;
}

.column-head-r {
    flex: 47.5%;
}

.column-head-l:before, .column-head-r:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    box-shadow: 0px 5px 15px #E0E0E0;
}

.panel {
    position: relative;
    border-radius: 10px;
	display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px;
    border: #E0E0E0 3px solid; 
    outline: 3px solid white;
}

.panel:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    box-shadow: 0px 20px 20px #E0E0E0;
}

.menu-bar {
    position: relative;
    border-radius: 10px;
    line-height: 2;
    max-width: 840px;
    border: #E0E0E0 2px solid;
    outline: 2px solid white;
}

.menu-bar:before {
    content: "";
    border-radius: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -25;
    box-shadow: 0px 10px 10px #E0E0E0;
}

.column {
    flex: 40%;
    flex-wrap: wrap;
    background: white;
    /* h-offset, v-offset, blur, color */
    box-shadow: 0px 18px 20px #E0E0E0;
    /* z-index: -2; */
    line-height: 0.2;
    padding-bottom: 5px;
    padding-top: 5px;
    outline: 5px solid white;
}

.column:after {
    content: "";
    border-radius: 13px;
    
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: #E0E0E0 3px solid; 
    position: absolute;
}

.column-item {
    z-index: 1;
    line-height: 1.5;
    border-radius: 6px;
    border: 5px solid white;
    position: relative;

    padding-top: 2px;
    padding-left: 25px;
    padding-right: 10px;
    padding-bottom: 8px;
}

.column-item:before {
    content: "";
    border-radius: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 8px 12px #E2E2E2;
}

.border-one:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #fdf0ff, #ffddff) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-two:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #ebf6fa, #bfefff) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-three:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #fff1f0, #ffcfbf) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-four:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #f3d000,#fff576) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-five:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #ccdfff, orange) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-six:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #b3fabf, #ffddff) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-seven:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #ff8f88, #ffcfbf) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-eight:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #bfc9ff, #8adf80) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

.border-nine:after {
    pointer-events: none;
    content: "";
    border-radius: 8px;
    
    top: -1px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;

    border: 4px solid transparent;
    background: linear-gradient(140deg, #fff576, #dfa0f0) border-box;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
}

/* These are from the old website: */
.project {
	max-width: 250px;
	line-height: 1.1;
	background: white;
	border-radius: 8px;
	/* h-offset, v-offset, blur, color */
	box-shadow: -1px 13px 15px #E0E0E0;
	text-align: center;
}

.table-row {
	background: white;
	border-radius: 10px;
	/* h-offset, v-offset, blur, color */
	box-shadow: 0px 15px 20px #E0E0E0;
	line-height: 1.6;
	text-align: center;
	padding: 2px 8px;
	display: inline-block;
}

table {
	border-collapse: separate
}

tr {
	padding: 100px;
	text-align: center;
}
