
.np {
    padding: 0;
}

.pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

a.full-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fontsize-13 { font-size: 13px; }
.fontsize-16 { font-size: 16px; }
.fontsize-18 { font-size: 18px; }

.bg-white {
    background-color: #ffffff;
}
