html, body {
    height: 100%;
    margin: 0;
    font-family: tahoma, arial, san-serif;
}

h1 {
    font-family: arial, 'lucida console', sans-serif;
    font-size: 2em;
}

p {
    margin: 0 0 1em 0;
}

.tr {
    width: 120px;
    border: 1px solid black;
    /*display: inline-block;*/
    /*float: left;*/
    margin: 5px;
    box-shadow: 2px 2px 5px black;
}

td {
    padding: 20px;
    vertical-align: top;
    border: none;
}

table {
    border: none;
}

.price {
    font-size: 2em;
    color: red;
    font-weight: bold;
}

.phone {
    font-size: 1.3em;
    color: red;
    font-weight: bold;
}

#more img {
    height: 150px;
    padding: 10px;
}

.ui-widget-overlay {
    opacity: .8 !important;
}

#dialogshow {
    padding: 10px;
    background-color: #27990d;
    border-radius: 10px;
    width: 300px;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    display: block;
    text-decoration: none;
}