[v-cloak] {
    display: none;
}

.main {
    width: 125px;
}

button {
    display: block;
    width: 100%;
    color: white;
    background-color: #39f;
    border: 0;
    padding: 6px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    outline: noen;
    position: relative;
}

button:active {
    top: 1px;
    left: 1px;
}

.dropdown {
    width: 100%;
    height: 150px;
    margin: 5px 0;
    font-size: 12px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.2);
}

.dropdown p {
    display: inline-block;
    padding: 6px;
}