*{
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img {
    margin: 0;
	padding: 0;
	border: 0;
}

html, body {
    width: 100%;
    height: 100%;
    overflow: scroll;
    font-family: Consolas;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color:  #EFEFEF;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #AAA;
}

ul,li {
    list-style: none;
}

#app {
    height: 100%;
    width: 100%;
    padding: 16px;
}
