﻿

.dp-note,
.nav {
    position: absolute
}


.dp-note {
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 50%;
    bottom: 1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
body {
}
