#templates {
    padding-top: 0;

    ul {
        margin: 0 0 0 0; //Bottom margin as much as bottom tabbar.
        padding: 0;
        .clearfix;
    }

    .list-cell li:first-child {
        border-top: none;
    }

    .template-cell {
        // Spacing
        .cell {
            height: auto;
        }

        .left, .middle, .right {
            float: none;
            width: auto;
            padding: 16px;
        }
        .left {
            flex-shrink: 0;
            padding-right: 0;
        }
        .middle {
            flex-grow: 1;
            padding-right: 0;
        }
        .right {
            flex-shrink: 0;
            text-align: left;
        }

        // Type
        .title {
            font-size: 16px;
        }
        .ion-chevron-right {
            font-size: 14px;
        }

        // Colors
        color: white;
        .description {
            color: fade(white, 80%);
        }
        .app-icon {
            border: 2px solid #FFF;
        }
    }
}
