@charset "utf-8"; 

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

em {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    text-decoration: none;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    outline : 0;
}

a:hover {
    text-decoration: none;
}

input,button,select,textarea {
    outline: none;
    -webkit-appearance: none;
    font-family: inherit;
}

textarea {
    resize: vertical;
}

.button {
    border-radius: 0;
}

img {
    border: 0px;
    outline-width: 0px;
    vertical-align: top;
}

::-webkit-scrollbar{  
    width: 10px;  
    height: 10px;  
}  
::-webkit-scrollbar-track{  
    background-color: #f1f1f1;  
}    
::-webkit-scrollbar-thumb{  
    background-color: #c1c1c1;  
}  
::-webkit-scrollbar-thumb:hover{
	background: #a5a5a5;
}
