body {
    padding-top: 70px;
    padding-bottom: 30px;
}
.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}
.theme-showcase > p > .btn {
    margin: 5px 0;
}
.featurette-divider {
    margin: 80px 0;
}
.nav-tabs>li {
    width: 50%;
}

.nav-tabs>li>a {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em;
}


/*  */

body {
    width: 100%;
    text-align: center;
}

img {
    border: 0;
}

#main {
    background: #FFF;
    overflow: auto;
    width: 750px;
    margin: 15px auto;
}

#mainbody {
    
    background: #FFF;
    width: 100%;
}

#qr-canvas {
    display: none;
}

#iembedflash {
    margin: 0;
    padding: 0;
}

#mp1 {
    text-align: center;
    font-size: 25px;
}

#mp2 {
    text-align: center;
    font-size: 25px;
    color: red;
}

.selector {
    /* border: solid; */
    cursor: pointer;
    border-width: 3px 3px 1px;
    margin: 0 0 -5px;
    padding: 0;
}

#outdiv {
    width: 320px;
    height: 320px;
    margin-top: 10px;
    border: 3px solid #AAA;
}

#result {
    width: 70%;
    padding: 20px;
    border: 2px solid #AAA;
}

#imghelp {
    position: relative;
    left: 0;
    top: -215px;
    z-index: 100;
    font: 18px arial,sans-serif;
    background: #f0f0f0;
    margin-left: 35px;
    margin-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
}

p.helptext {
    margin-top: 54px;
    font: 18px arial,sans-serif;
}

p.helptext2 {
    margin-top: 100px;
    font: 16px arial,sans-serif;
}

.tsel {
    padding: 0;
}

#tooltip1 {
    position: relative;
    text-decoration: none;
    font: 15px arial,sans-serif;
    text-align: center;
    color: red;
}

#tooltip1 a {
    text-decoration: none;
    color: red;
}

#tooltip1 a span {
    display: none;
    color: #FFF;
}

#tooltip1 a:hover span {
    text-decoration: none;
    display: block;
    position: absolute;
    width: 250px;
    background-color: #ddd;
    height: 50px;
    left: -10px;
    top: -10px;
    color: #000;
    padding: 5px;
}

p.quote1 {
    text-align: left;
    margin-bottom: 3em;
    font-weight: 700;
    margin-left: 10%;
    margin-right: 10%;
    color: #000;
}

div.button {
    border: 2px solid #333;
    border-radius: 15px;
    width: 100px;
    cursor: pointer;
    font-weight: 700;
}

ul.faq {
    font-size: 20px;
    text-align: left;
}

ul.resp {
    font-size: 15px;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.about {
    font-size: 20px;
    text-align: left;
    text-indent: 30pt;
}

#header,#footer {
    background: #FFF;
}

#qrfile,#v {
    width: 320px;
    height: 320px;
}

ul,#header ul {
    margin-bottom: 0;
    margin-right: 40px;
}

li,#header li {
    display: inline;
    padding-right: .5em;
    padding-left: .5em;
    font-weight: 700;
    border-right: 1px solid #333;
}

li a,#header li a {
    text-decoration: none;
    color: #000;
}

.helpspan{
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 105px;
}
.resultText{
    font-size: 26px;
    margin: 15px;
}
#downloadQr{
	display: none;
    margin-top: 10px;
}

#footer a,a {
    color: #000;
}

.createArea{
    width: 50%;
    margin: 0 auto;
}