@charset "UTF-8";

(http://fonts.googleapis.com/css?family=Pinyon+)
a:link,a:active,a:hover {
  color:#1a0e0e;
}

a:visited {
  color:#140e0e;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/138/13804146/294-911-275-740-8164152.png);
  //background-repeat:no-repeat;
  background-color:rgba(41,33,33,0.41);
  background-position:center center;
  background-attachment:fixed;
  color:white;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:12px;
}

.profile_section_content {
  color:black;
  border:0 none #;
  padding:5px;
  margin:5px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=50);
  opacity:.5;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#fbfbfb;
  color:#000000;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:0 0 0 #777777;
}

.content {
  padding:5px;
}

.amazon {
  height:150px;
  width:300px;
  background-color:white;
  z-index:0;
  opacity:.95;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:black;
  text-align:center;
}

.tip {
  height:100px;
  background-color:white;
  z-index:0;
  opacity:.95;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  color:black;
  text-align:center;
}

p.test {
  color:black;
  z-index:10;
  text-align:center;
  margin:1px;
}

a.button {
  text-align:center;
  background:#white;
  border-radius:15px;
  padding:5px 20px;
  display:block;
  font-family:arial;
  font-weight:bold;
  color:Black;
  text-decoration:none;
  text-shadow:0 1px 0 #fff;
  border:1px solid #a7a7a7;
  width:145px;
  margin:1px auto;
  box-shadow:0 2px 1px white inset,0 -2px 8px white,0 2px 5px rgba(0,0,0,0.1),0 8px 10px rgba(0,0,0,0.1);
  -webkit-transition:box-shadow .5s;
}

a.button:hover {
  box-shadow:0 2px 1px black inset,0 -2px 20px white,0 2px 5px rgba(0,0,0,0.1),0 8px 10px rgba(0,0,0,0.1);
}

a.button:active {
  box-shadow:0 1px 2px rgba(0,0,0,0.5) inset,0 -2px 20px white,0 1px 5px rgba(0,0,0,0.1),0 2px 10px rgba(0,0,0,0.1);
  background:-webkit-linear-gradient(top,#d1d1d1 0%,#ECECEC 100%);
}

.tipmenu a:link {
  text-decoration:none;
  font-size:19px;
  font-family:Arial;
}

h2 {
  font-family:'Pinyon ',cursive;
  font-size:25px;
}

.tipmenu {
  width:550px;
  margin:0 auto;
  padding:20px 0;
}

.tipmenu h2 {
  text-align:center;
}

.tipmenu .amount {
  margin-right:10px;
}

.tipmenu .col1 {
  display:inline-block;
  vertical-align:top;
  margin-left:75px;
}

.tipmenu .col2 {
  display:inline-block;
  vertical-align:top;
  margin-left:20px;
}

.tipmenu ul {
  list-style-image:url(https://img.mfcimg.com/photos2/138/13804146/941-509-939-878-8216150.png);
}

.wishlist {
  text-align:center;
}