    .white-popup {
        position: relative;
        background: #FFF;
        padding: 20px;
        width: auto;
        max-width: 500px;
        margin: 20px auto;
    }

    #menu h3 {
        color:white;
    }

    ul li a.mango-tag {
        color: #ffffff!important;
        background: #282b2d;
        padding: 6px 10px;
        white-space: nowrap;
    }

    a.mango-tag {
        color: #ffffff!important;
        background: #282b2d;
        padding: 6px 10px;
        line-height: 3.0em;
        white-space: nowrap;
    }

    ul li a.mango-tag-mini {
        color: #ffffff!important;
        background: #282b2d;
        padding: 5px 8px;
        font-size: 0.95em;
        white-space: nowrap;
    }

    a.mango-tag-mini {
        color: #ffffff!important;
        background: #282b2d;
        padding: 5px 8px;
        font-size: 0.75em;
        white-space: nowrap;
    }

    ul.mango {
        margin-left: 15px;
    }

    ul.mango > li {
        line-height:normal;
        padding-bottom:0.5em;
        list-style: inherit;
    }

    .comment-container {
        margin-left: 0px;
        background: white;
        padding: 5px 15px 15px 15px;
    }

    .comment-anchor {
        display: block;
        padding-top: 90px;
        margin-top: -90px;
        border-bottom: 0;
    }

    .mango-comment {
        line-height: 1.3em;
        font-size: 1.1em;
        background: white;
    }

    .mango-comment-snippet {
        line-height: 1.3em;
        font-size: 0.93em;
    }
	a.mango {
		border-bottom: dotted 2px orange;
		color: inherit;
	}

	img.mango {
		border:1px solid #021a40;
	}

	.youtubevideowrap {
		width: 80%;
    	max-width: 640px;
    	margin-top: 5px;
	}

    .no-uppercase {
        text-transform: none;
    }

    a.no-line {
        border-bottom: 0;
        text-decoration: none;
    }

    .video-container {
    	max-width: 640px;
        position:relative;
        padding-bottom:56.25%;
        padding-top:30px;
        height:0;
        overflow:hidden;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
    }

    .mini-posts {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 2em);
    }

    .small-posts {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 2em);
    }


    /* iPhone 5 */
    .image.featured.m320 {
        display: inline-block;
        width: auto;
    }
    /* iPhone 6 */
    .image.featured.m375 {
        display: inline-block;
        width: auto;
    }
    /* iPhone 6 plus */
    .image.featured.m414 {
        display: inline-block;
        width: auto;
    }
    /* break point */
    .image.featured.m480 {
        display: inline-block;
        width: auto;
    }
    /* break point */
    .image.featured.m736 {
        display: inline-block;
        width: auto;
    }
    /* iPad */
    .image.featured.m768 {
        display: inline-block;
        width: auto;
    }
    /* max photo width */
    .image.featured.m900 {
        display: inline-block;
        width: auto;
    }

    .image.featured.mango {
        display: block;
        margin-left: -1.5em;
        width: calc(100% + 3em);
    }

    .subtitle {
        font-family: 'Open Sans Condensed', sans-serif;
        color: #999;
    }
    .mango-rating-image {
        vertical-align: middle;
        height: 60px;
    }

    @media screen and (max-width: 2680px) {

        .mini-posts > * {
            margin: 2em 2em 0 0;
            width: calc(33% - 2em);
        }

        .small-posts > * {
            margin: 2em 2em 0 0;
            width: calc(50% - 2em);
        }

        .subtitle {
            font-size: 1.6em;
        }
        .mango-rating-text {
            font-size: 0.7em;
        }

        .mini-rating-text {
            font-size: 0.9em;
            font-weight: bold;
        }
        .mini-post .mango-rating-image {
            height: 20px;
        }
        .mini-post header .published {
            padding-top: 0.7em;
            /*font-size: 0.7em; */
        }

        .small-post .mango-rating-image {
            height: 20px;
        }
        .small-post header .published {
            padding-top: 0.7em;
            /*font-size: 0.7em; */
        }
    }


    @media screen and (max-width: 980px) {

        .mini-posts > * {
            margin: 2em 2em 0 0;
            width: calc(50% - 2em);
        }

        .mini-post .mango-rating-image {
            height: 30px;
        }

        .subtitle {
            font-size: 1.4em;
        }

        .mini-post header .published {
            padding-top: 0.7em;
            /*font-size: 0.6em; */
        }
    }

    @media screen and (max-width: 736px) {
        .image.featured {
            margin-bottom: 0;
        }

        /* max photo width */
        .image.featured.m900 {
            margin-left: -1.5em;
            width: calc(100% + 3em);
        }

        /* iPad */
        .image.featured.m768 {
            margin-left: -1.5em;
            width: calc(100% + 3em);
        }

        .mini-post header h3 {
            font-size: 0.7em;
            font-weight: 600;
            font-family: Helvetica, sans-serif;
            letter-spacing: 0.1em;
        }
        .mini-post header .published {
            /*font-size: 0.5em; */
            letter-spacing: 0.1em;
            padding-top: 0.7em;
        }

        .mango-rating-image {
            vertical-align: middle;
            height: 30px;
        }

        .subtitle {
            font-size: 1.2em;
        }

        .small-posts > * {
            margin: 2em 2em 0 0;
            width: calc(100% - 2em);
        }

        .small-posts > :nth-child(-n + 2) {
            margin: 2em 2em 0 0;
        }

        .small-posts header h3 {
            font-size: 0.9em;
            font-weight: 600;
            letter-spacing: 0.1em;
        }
        .small-posts header .published {
            /*font-size: 0.7em; */
            letter-spacing: 0.1em;
        }
    }

    @media screen and (max-width: 480px) {
        .image.featured {
            margin-bottom: 0;
        }

        .subtitlte {
            font-size: 1.0em;
        }

        .post > header .title {
            font-size: 1.1em;
        }

        /* break point */
        .image.featured.m736 {
            margin-left: -1.5em;
            width: calc(100% + 3em);
        }

        .mini-posts > * {
            margin: 2em 2em 0 0;
            width: calc(100% - 2em);
        }

        .mini-posts > :nth-child(-n + 2) {
            margin: 2em 2em 0 0;
        }

        .mini-post header h3 {
            font-size: 0.75em;
            font-weight: 600;
            letter-spacing: 0.1em;
        }
        .mini-post header .published {
            /*font-size: 0.7em; */
            letter-spacing: 0.1em;
        }
        .mini-rating-text {
            font-size: 0.9em;
            font-weight: bold;
        }
    }

    @media screen and (max-width: 414px) {

        /* break point */
        .image.featured.m480 {
            margin-left: -1.5em;
            width: calc(100% + 3em);
        }
    }

    @media screen and (max-width: 375px) {

        /* iPhone 6 plus */
        .image.featured.m414 {
            margin-left: -1.5em;
            width: calc(100% + 3em);
        }
    }

    @media screen and (max-width: 320px) {

        /* iPhone 6 */
        .image.featured.m375 {
            margin-left: -1.5em;
            width: calc(100% + 3em);
        }
    }


