
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  background:#EEECEC url(images/notes-background.png) ; font-family: Arial;
}

ul, li{
    float:left;
    list-style:none;
    margin:0;
    padding:0;
}
li a { 
 color: #BBB;
}

div#header { width:100%; background:#663333; 
height:25px; margin:0 auto; padding:0;
position:absolute; top:0px; left:0px;}
div#header-menu{ width:1026px; margin:0 auto; }

div#header { width:100%; background:#314051;
height:25px; margin:0 auto; padding:0; 
position:absolute; top:0px; left:0px;}

ul, li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

li { 
 margin-left:15px;
}
li a:link, li a:visited, li a:hover{
	display:block;
	margin:0;
	color:#666;
    padding: 3px 12px;
    position: relative;
    z-index: 9999;
}
a.accord-name { text-decoration: none; } 
#adsense-left { float:left; margin-left:-310px; margin-top:50px;}
#adsense-result{ padding-top:260px;}
#adsense-right { float:right; margin-right:40px;}

div.like-buttons { 
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 15px;    
}
div#source { 
    width:38%; float:left;
}
p.intro { 
    padding-top:15px; margin-left:15px; color:#888;
}
button.plus-button, button.minus-button { 
    font-size:40px; font-weight:bold; height:55px; width:55px;
}
textarea#song_text { 
    border:1px solid #CCC; border-radius:10px;padding:10px 5px;margin:0px 15px; width:100%; font-size:14px; background-color: transparent;
}
div#accords { 
    float:left; width:182px; border:1px solid #FFF; margin-left:20px; margin-top:65px; border-radius:10px;
}
h1 { 
    color:#62677B; padding-bottom:10px; margin-top:30px;
}
div.adsense-top { 
        width: 100%;
        max-height: 200px;
        display: inline-block;
        margin: 0 auto;
        margin-left: 8px;
}
div#result {
    width:40%; float:right; border-radius:10px; margin-bottom:10px;
} 
div#result_paragraph { 
    border:1px solid #CCC;padding:0px 5px 0 0;margin:-2px 15px 0 0; border-radius:10px; float:left;
}
div.main { 
    width: 80%; 
    border:1px solid #AAA; 
    border-radius:10px; 
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); 
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); 
    background:#FFF url(images/guitar-background.png) no-repeat; 
    display:inline-block;
}
input.print-button { 
    float:right; margin-right:20px; margin-top:10px;
}
#preview_div { 
    display: none; position: absolute; z-index: 110; left: 400; top: 100; width: 15; height: 15
}
div#help { 
    color:#777; width:96%; clear:both; margin:20px;
}
pre.result { 
    text-align:left;margin-left:10px; margin-top:10px; overflow:auto;width:370px; 
}
p.adnotation { 
    float: left;
    margin-left: 10px;
    color: gray;
    display: none;
    font-size: 14px;
}

@media screen and (max-device-width: 375px) { 
    p.adnotation { display: initial; } 
}

@media screen and (max-device-width: 768px) {

    body { 
        width: 98%;
        overflow-x: hidden;
    }
    center { 
        width: 98%; 
    }
    h1 { font-size: 22px; } 
    div.main { 
        width: 100%; 
        border-radius: 2px; 
    } 
    div#source {
        width: 100%;
        display: table;
    }
    div#accords {
        width: 100%;
        margin: 0 auto;
    }
    div#result { 
        width: 100%;
        padding: 0;
        margin: 0 auto; 
    } 
    textarea#song_text {
        border-radius: 0px; 
        padding: 0; 
        margin: 0 auto; 
        font-size: 14px; 
        background-color: transparent;
        width: 95%;
    }
    div#result_paragraph { 
        margin-left: 8px;
        border-radius: 2px;
        padding: 0;
        margin-right: 8px; 
        width: 96%;
    }
    pre.result { width: 100%; } 

    div#help {
    width: auto;
    text-align: left;
    }
    input.print-button { 
            margin-bottom: 20px; 
    }
    div.adsense-top { 
        width: 99%;
        height: auto;
        display: inline-block;
        margin: 0 auto;
        margin-left: -2px;
        margin-bottom: 20px;
    }
}

