﻿*
{
    margin: 0px;
    padding: 0px;
}
body
{
/*    background-color: #F8D241;*/
    font-size: .75em;
    text-transform: capitalize;
    min-width: 320px;
}
#content
{
    padding: .5em;
}
#header
{
    background: white;
    padding: .5em;
    text-align: center;
    background-color: #F8D241;
}
.result-container
{
}
.result-item
{
    margin-bottom: 1em;
    float: left;
    width: 100%;
}
.result-name
{
    font-weight: bold;
}
.result-address
{
}
.result-bizunit
{
    float: left;
    display: inline-block;
    width: 180px;
}
.result-region
{
}
.result-phone
{        
    float: right;
    font-size: 105%;
    display: inline-block;
    background-position: center;
    background-image: url('../Images/phone-num-bg-small.png');
    background-repeat: no-repeat; 
    height: 50px;
    width: 110px;   
    line-height: 50px;    
    text-align: center;
    padding-left: 1.4em;     
}
.result-phone a
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
/*@media only screen and (max-device-width: 362px)
{
    .result-phone
    {
        width: 100%;
    }
}*/