@import "template.css";

#name {
    float: left;
	height: 20px;
	margin: -3% 0 0 0;
	width: 16%;
}

#contact_info {
    float: right;
    height: 20px;
    margin: -2% 2% 0 0;
    width: 16%;
}


#logo {
    background: url("../images/Exclusivo_usa.png") 50% 50% / cover;
    float: left;
    height: 150px;
    margin: 3% 0 0 0;
    width: 100%;
}

#page_content {
    overflow-x: hidden;
    overflow-y: auto;
}

table {
    clear: both;
    float: left;
    margin: 5% 2.5% 0 2.5%;
    width: 95%;
}

tr {
  margin-bottom: 2%;  
}

td {
    padding-bottom: 2em;
}

table p {
    color: white;
    line-height: 1em;
    margin: 2px 0 0;
    min-height: 37px;
    text-align: center;
}

.anchorDiv {
    text-align: center;
    width: 100%;
}

table a {
    color: rgb(153, 0, 0);
    line-height: 1em;
    margin: 2px 0 0;
    min-height: 37px;
    text-align: center;
}

table .state {
   width: 25%; 
}

table .state p{
    color: rgb(153, 0, 0);
    font-size: 2em;
}

table .address {
    width: 25%;
}

table .address p {
    font-size: 1em;
}


