/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 18, 2015, 1:07:47 PM
    Author     : vickiferrini
*/
body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 15px;
    text-align: left;
}

#mapc {
    width: 320px;
    height: 320px;
    z-index: 1;
}

h1, h2 {
    margin-top: 0;
    margin-bottom: 5px; /* Added missing unit */
}

h1 {
    font-size: 110%;
    margin-left: 5px;
    padding: 3px 5px 2px; /* Combined padding properties */
    background-color: #D5D5D5;
}

#right-side {
    float: right;
    margin-left: 10px;
}

img {
    padding-top: 5px;
    padding-bottom: 12px;
}

div.row {
    padding: 10px;
    position: relative;
}

div.description {
    font-size: 90%;
    margin-left: 150px;
}

.btn {
    margin-left: 150px;
    margin-top: 10px;
    max-width: 200px;
    background: #3498db;
    background: -webkit-linear-gradient(top, #3498db, #2980b9);
    background: -moz-linear-gradient(top, #3498db, #2980b9);
    background: -ms-linear-gradient(top, #3498db, #2980b9);
    background: -o-linear-gradient(top, #3498db, #2980b9);
    background: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 15px; /* Removed redundant padding value */
    text-decoration: none;
    display: inline-block; /* Added to ensure consistent behavior */
}

.btn:hover {
    background: #3cb0fd;
    background: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background: -o-linear-gradient(top, #3cb0fd, #3498db);
    background: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

div.title {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 95%;
    margin-left: 5px;
    font-weight: bold;
    width: 150px;
}

#container {
    position: relative;
    min-width: 800px;
}