.hidden {
    display: none;
}

.content {
    min-height:400px;
}

* {
    font-family: Arial, sans-serif;
}

body
{
    margin: 0 auto;
    max-width:750px;
    font-size:1em;
}

.logo {
    background-image:url('../icon_64.png');
    background-repeat:no-repeat;
    background-position: 10px 10px;
    text-decoration:none; 
    height: 50px;
    padding: 20px;
}
.logo table {
    position:relative;
    left:60px;
    width: 660px;
}

.logo span.title{
    font-size:2.5em;
    font-weight: bold;
    font-family: Impact, sans-serif;
    color: #173f8f;
}

#faq > h3 {
    background-color:#86a5da;
    padding: 5px;
}

ul.faq > li {
    list-style-type: none;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 16px;
    padding-bottom: 16px;
}

ul.faq {
    padding-left: 0px;
}

.menu {
    text-align: right;
}

.menu a {
    padding:10px;
    text-decoration:none; 
    color: #0e0eee;
}
.menu a:hover {
    text-decoration: underline;
} 

#screenshots img {
    display:block;
}

.subtitle {
    text-align:right;
    margin:0;
    padding:0;
}

.footer {
    font-size:0.8em;
    font-family: Verdana, Arial, sans-serif;
    text-align:center;
    margin-bottom: 20px;
}

#paypalButton {
    width: 150px;
    margin-left: auto ;
    margin-right: auto ;
}

.trap {
  width: 1px;
  border: none;
}

input[type="button"].blue {
  font-size: 1em;
  font-weight: bold;
  background-color: #2daebf;
}
