/*
   New Perspectives on HTML
   Tutorial 1
   Case Problem 1
   Math High Style Sheet
   Author: Laureen Coe
   Date:   3/1/2014

   Filename:         mhstyles.css
   Supporting Files: none

*/

/* Section Styles */

body {
margin: 0px auto;
padding: 0px;
line-height: 1.5em;
width: 98%;
max-width: 980px;
min-width: 250px;
font-family: Times New Roman, serif;
background-color: #e6e9e9;
}

header {
position: relative;
display: block;
left: 50px;
}

.logo {
  vertical-align: text-bottom;
  position: relative;
  }

nav {
   position: relative;
   top: -60px;
   padding-left: 200px
  
  
   
   
}

.button {
  display: inline-block;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 15px;
  box-shadow: 0 3px #999;
  }

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 3px #666;
  transform: translateY(4px);
}
div {
    background-color: #ffffff;
    border: 3px solid rgb(102, 102, 102);
 -moz-border-radius: 15px;
 border-radius: 15px;
    
}

article {
width: 50%;
padding-left: 5%;
padding-right: 5%;
float: left;
font-size: 16px;
line-height: 200%;
}


aside {
width: 34%;
margin-bottom: 25px;
background-color: #ccffcc;
float: left;
border: 3px solid rgb(102, 102, 102);
 -moz-border-radius: 15px;
 border-radius: 15px;

}


footer {
display: block;
width: 100%;
clear: left;
text-align: center;
font-size: 14px;
font-style: normal;
font-variant: small-caps;
border-top: 1px solid black;
background-color: rgb(221, 221, 221);
}



#yelpwidget div {
	width: 340px;
	background: white;
	margin: 0 auto 0 auto;
	border-radius: 0px;
    border: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

table {
    border: 1px dotted black;
    font-size: 14px;
    font-family: sans-serif;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

th {
    font-kerning: auto;
    font-weight: 800;
    font-variant-caps: ;
    
}

td {
    font-weight: 400
    
}

.estimate {
    align: center
    font-size: 14px;
    font-family: sans-serif;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}