
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    color:#f8f8f8
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of reset */


body {
    font-family: sans-serif;
    padding: 14px;
    background: #000 center/cover url("pxfuel.jpg") no-repeat;
}

i {
    font-style: italic;
}

#con {
    width: 100%;
    height: 100%;
}

#templates {
    display: none;
}

.nodisp {
    display: none;
}

#button-bar {
    display: inline-block;
}

#button-bar-box > input {
    margin-right: 2px;
    cursor: pointer;
}

.gamepad-title {
    font-weight: bold;
    margin-bottom: 1ex;
    display: inline-block;
}

.gamepad-mapping {
    display: inline-block;
}

.gamepad-id {
    height: 7ex;
}
.gamepad-button-container {
    width: 100px;
    display: inline-block;
    margin: 0px 1px 0px 0px;
    text-align: center;
    font-size: 30px;
}

.gamepad-button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: grey;
    color: white;
    margin-bottom: 0px;
}

.gamepad-button-0 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/a.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-1 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/b.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-2 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/x.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-3 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/y.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-12 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/up.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-13 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/down.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-14 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/left.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-15 {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-default/right.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-0.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/a.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-1.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/b.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-2.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/x.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-3.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/y.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-12.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/up.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-13.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/down.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-14.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/left.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-15.pressed {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 12px;
    background: #F8E6AE center url(buttons-pressed/right.jpg) no-repeat;
    background-size:cover;
    color:white;
    margin-bottom: 0px;
}

.gamepad-button-label {
    color: gray;
    margin-top: 0px;
    font-size: 20px;
}

.gamepad-controls {
    display: inline-block;
}

.gamepad-controls-center {
    text-align: center;
}

.gamepad-buttons-box, .gamepad-axes-box {
    text-align: center;
}

.gamepad-text-time {
    width: 75%;
    height:100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #110202;
    font-size: 16px;
    resize: none;
  }

  .gamepad-text-result {
    width: 75%;
    height: 100px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #110202;
    font-size: 16px;
    resize: none;
  }

  .gamepad-button-ready-container {
    width: 100%;
    height: 25px;
    line-height: 80px;
    border-radius: 12px;
    background: grey;
    color: white;
    margin-bottom: 0px;
  }


