html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: bold
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c8c7cc;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/*!
 Basic iOS 7 CSS
 https://github.com/hbang/iOS-7-CSS

 HASHBANG Productions <http://hbang.ws>
 Apache License 2.0 <https://www.apache.org/licenses/LICENSE-2.0.html>
 UI design copyright Apple Inc.
*/

iframe {
    border: 0;
}
a,
button {
    color: #007aff;
    text-decoration: none
}
.selectable {
    -webkit-user-select: text;
    cursor: auto
}
html {
    background: #efeff4
}
html .depiction {
    background: transparent
}
body {
    font: 16px -apple-system-font, ".Helvetica NeueUI", "Helvetica Neue", sans-serif;
    margin: 80px 0 35px 0;
    cursor: default;
    -webkit-user-select: none
}
.cydia body {
    margin-top: 35px
}
.depiction body {
    margin-top: 0;
    margin-bottom: 0
}
@media (min-width: 708px) {
    #content {
        width: 708px;
        margin: 0 auto
    }
}
@media (min-width: 964px) {
    #content {
        width: 964px
    }
}
h2,
body>p,
p[role="footer"] {
    margin: 15px;
    color: #6d6d72;
    font-size: 14px;
    font-weight: 400
}
@media (min-width: 708px) {
    h2,
    body>p,
    p[role="footer"] {
        margin-left: 0;
        margin-right: 0
    }
}
h2 {
    text-transform: uppercase;
    margin-bottom: 5px
}
h2 a {
    color: inherit
}
h2 a:hover,
h2 a:focus,
h2 a:active {
    text-decoration: underline
}
hr {
    border: 0;
    border-top: 0.5px solid #c8c7cc
}
body>header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 10;
    background: #f7f7f7;
    border-bottom: .5px solid #c8c7cc
}
body>header h1 {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500
}
.cydia body>header {
    display: none
}
.cydia body>header+p {
    margin-top: -20px
}
ul {
    margin: 5px 0 35px 0;
    padding: 0;
    list-style: none;
    background: #fff
}
ul:before,
ul:after {
    content: "";
    display: block;
    height: .5px; /* JR Line */
    background: #c8c7cc
}
@media (min-width: 708px) {
    ul:before,
    ul:after {
        display: none
    }
}
ul li {
    border-bottom: 0.5px solid #c8c7cc;
    margin-left: 15px;
    padding: 13px 15px 13px 0
}
ul li:last-child {
    border-bottom: 0
}
ul li p,
ul li [role=link],
ul li [role=button] {
    padding: 13px 15px;
    margin: -13px -15px
}
ul li p+p,
ul li [role=link]+p,
ul li [role=button]+p {
    padding-top: 0;
    margin-top: 0
}
ul li [role=link],
ul li [role=button] {
    display: block;
    color: #007aff;
    padding-right: 30px;
    position: relative;
    z-index: 2
}
ul li [role=link]:after,
ul li [role=button]:after {
    content: "";
    display: block;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI5OSI+PHBvbHlnb24gcG9pbnRzPSIzNC43LDQ5LjcgMCw4NC40IDE1LjEsOTkuNSA2NC44LDQ5LjcgNDkuNywzNC43IDE1LjEsMCAwLDE1LjEiIHN0eWxlPSJmaWxsOiNjN2M3Y2MiLz48L3N2Zz4=");
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 13px;
    margin-top: -6.5px;
    background-size: 100% 100%
}
ul li>button {
    font: inherit;
    width: 100%;
    text-align: left
}
ul li .pull-in {
    vertical-align: top
}
@media (max-width: 708px) {
    ul li .pull-in {
        margin: -13px -15px
    }
}
ul+p,
ul+[role=footer] {
    margin-top: -25px
}
.avatar{
    width: 200px;
    height: 200px;
    background-color: red;
}
/*# sourceMappingURL=ios7.min.css.map */