﻿/** {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ul, ol, li {
    list-style: none
}

em, i {
    font-style: normal
}

img {
    border: 0
}

input, img {
    vertical-align: middle
}

body {
    background: #fff;
    color: #999;
    font-size: 14px;
    font-family: arial
}

a {
    color: #000;
    text-decoration: none
}

html, body {
    background: #fff;
    width: 100%;
    font-family: Helvetica, sans-serif;
    -webkit-text-size-adjust: none
}*/

.dialog-arrow {
    display:none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.7;
}

    .dialog-arrow img {
        width: 100%;
        background-size: cover;
        margin-top:0rem;
    }
