﻿
#colorsTable, th, td {
    border-spacing: 2px;
    border-collapse: collapse;
    padding: 5px;
}

#colorsTable {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%;
    background-color: #eeeeee;
    border: 1px solid #d3d3d3;
}

.tdborder {
    white-space: nowrap;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #d3d3d3;
    padding-left: 4px;
}

.renkParent {
    width: 100%;
    max-height: 75px;
    position: relative;
}

.renk {
    width: 100%;
    height: 75px;
    font-size: 16px;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    /*border: 1px solid #ccc;*/
}

.renkreferans {
    width: 100%;
    height: 75px;
    font-size: 16px;
    position: relative;
    border-radius: 5px;
}

.flex-fill {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

    .flex-fill a {
        color: white;
        text-shadow: 2px 2px 4px #000000;
    }

#canvaswall {
    cursor: default;
}

.rnk-title {
    position: absolute;
    font-size: 14px;
    right: 0;
}

.rnk-body {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.rnk-name {
    font-size: 14px;
    position: absolute;
    top: 30%;
    right: 0;
}

html {
    scroll-behavior: smooth;
}

#qrcode > img {
    margin: 20px;
}

#qrcode > img {
    display: block;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
