/*!
 * MYAFL.TIPS
 * Copyright 2011-2015 LoveMyStats, Inc.
 */


@media only screen and (min-width : 320px) and (max-width : 763px) {
.tablet, .desktop {
display: none;
}
}

@media only screen and (min-width : 764px) and (max-width : 999px) {
.phone, .desktop {
display: none;

}

}

@media only screen and (min-width : 1000px) {
.phone, .tablet {
display: none;

}


