a,a:hover {
    text-decoration: none
}

*,a {
    outline: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

a {
    color: #000;
    color: inherit
}

a:hover {
    opacity: .8
}

li {
    list-style: none
}

address,article,aside,b,caption,cite,code,dd,del,details,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,i,input,legend,li,nav,ol,p,pre,section,select,strong,summary,table,tbody,td,textarea,tfoot,th,thead,ul {
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    outline: 0;
    padding: 0;
    word-wrap: break-word
}

article,aside,details,figcaption,figure,footer,header,nav,section,summary {
    display: block
}

.vertical-mid1,.vertical-mid2 {
    display: inline-block;
    vertical-align: middle
}

.tolPage {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%
}

.vertical-mid1 {
    width: 0;
    height: 100%
}

.vertical-mid2 {
    width: 99%;
    height: auto
}

.mouse_grab {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.no_select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.allow-select {
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial
}

.italic {
    font-style: italic
}
