body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    background-color: #cbd2d8;
    background-image: -webkit-repeating-linear-gradient(0deg,
            transparent,
            transparent 1px,
            rgba(255, 255, 255, 0.5) 1px,
            rgba(255, 255, 255, 0.5) 2px);
    background-size: 100% 2px;
}

.navbar {
    background: -webkit-linear-gradient(top, #ffb347 0%, #ff920a 50%, #f08300 51%, #e67e00 100%);
    border-bottom: 1px solid #c96500;
    height: 44px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.navbar h1 {
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
    line-height: 44px;
    margin: 0;
}

.content {
    padding: 15px;
}

.panel {
    background: white;
    border: 1px solid #abafb5;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.row {
    padding: 14px 20px;
    border-bottom: 1px solid #abafb5;
    overflow: hidden;
}

.row:last-child {
    border-bottom: none;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    float: left;
    margin-right: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.info {
    overflow: hidden;
}

.info h2 {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #000;
}

.info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

p {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

.button {
    display: block;
    text-align: center;
    padding: 12px;
    margin: 15px;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #d8d8d8 100%);
    border: 1px solid #999;
    border-radius: 8px;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    box-shadow: inset 0 1px 0 #fff;
}

.button:active {
    background: #ccc;
}

.package-link {
    display: block;
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.package-link .row:active {
    background-color: #d9d9d9;
}

.chevron {
    float: right;
    color: #999;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
}