* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box
}
html {
    background: #efeff4
}
body {
    font: 16px -apple-system-font, ".Helvetica NeueUI", "Helvetica Neue", sans-serif;
    margin: 0px 0 35px 0;
    cursor: default;
    -webkit-user-select: none
}
h2,
body>p {
    margin: 15px;
    color: #6d6d72;
    font-size: 14px;
    font-weight: 400
}
h2 a,
body>p a {
    color: inherit
}
h2 {
    text-transform: uppercase;
    margin-bottom: 5px
}
body>p {
    margin-top: -25px
}
a,
button {
    color: #007aff;
    text-decoration: none
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 10;
    background: #f7f7f7;
    border-bottom: 1px solid #c9c9cd
}
header h1 {
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    font-weight: 500
}
ul {
    margin: 5px 0 35px 0;
    list-style: none;
    background: #fff
}
ul:before,
ul:after {
    content: "";
    display: block;
    height: 1px;
    background: #c8c7cc
}
ul li {
    border-bottom: 1px solid #c8c7cc;
}
ul li:last-child {
    border-bottom: 0
}
ul li>p,
ul li>a.bl,
ul li>button {
    padding: 13px 15px;
}
ul li>p+p,
ul li>p+a,
ul li>p+button,
ul li>a+p,
ul li>a+a,
ul li>a+button,
ul li>button+p,
ul li>button+a,
ul li>button+button {
    padding-top: 0
}
ul li>a.bl,
ul li>button {
    display: block;
    color: #007aff;
    padding-right: 30px;
    position: relative;
    z-index: 2
}
ul li>a.bl:after,
ul li>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+p {
    margin-top: -25px
}
.cydia body {
    margin-top: 35px
}
.cydia header {
    display: none
}
.cydia header+p {
    margin-top: -20px
}
.depiction {
    background: transparent
}
.depiction body {
    margin-top: 0;
    margin-bottom: 0
}
img.icon {
    height: 100%;
    margin: -7px 6px -9px -8px;
    max-height: 29px;
    min-width: 29px;
    width: auto
}
.noborder {
    border-bottom: 0px !important;
}
.marg {
    margin: 15px;
}
.tenpad {
    padding-left: 25px !important;
}
a.tenpad,
a.nomarg {
    margin-left: 0px !important;
}
.nomarg {
    margin: 0px !important;
}
.fiftpad {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 15px
}