/* start of desktop styles */
#dsktop		{display: block;}
#tablge		{display: none;}
#tabsml		{display: none;}
#mobile		{display: none;}

@media screen and (max-width: 991px) {
/* start of large tablet styles */
#dsktop		{display: none;}
#tablge		{display: block;}
#tabsml		{display: none;}
#mobile		{display: none;}
}

@media screen and (max-width: 767px) {
/* start of medium tablet styles */
#dsktop		{display: none;}
#tablge		{display: none;}
#tabsml		{display: block;}
#mobile		{display: none;}
}

@media screen and (max-width: 479px) {
/* start of phone styles */
#dsktop		{display: none;}
#tablge		{display: none;}
#tabsml		{display: none;}
#mobile		{display: block;float: center;}
}

/* Image Sprites */
#tick {
    width: 30px;
    height: 30px;
    background: url(/icon/icons.png) 0 0;
    }
#cross {
    width: 30px;
    height: 30px;
    background: url(/icon/icons.png) -36px 0;
    }
#query {
    width: 30px;
    height: 30px;
    background: url(/icon/icons.png) -73px 0;
    }
#shriek {
    width: 30px;
    height: 30px;
    background: url(/icon/icons.png) -109px 0;
    }
.button {
    display: inline-block;
    width: 155px;
    height: 25px;
    background: #4E9CAF;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    line-height: 25px;
    }

