﻿/* Copyright © 2013-2014 by Pennsylvania Interactive, LLC, a member of the NIC Inc. family of companies.
All rights reserved. This document may not be copied, distributed, transmitted,
displayed, published, reproduced, or disclosed in any way without prior express written permission.
*/

@media screen and (max-width: 1300px) {
    .iconbar-container span {
        font-size: 13px;
    }
}

@media screen and (max-width: 1115px) {
    .iconbar-container span {
        font-size: 12px;
    }
}

@media(max-width: 639px) {
    .iconbar-container span {
        font-size: initial;
    }
}