﻿#devTagParent {
    position: relative;
}

#devTag
{
    font-weight: bold;
    color: yellow;
    position: absolute;
    right: 0px;
    top: -17px;
}
#menu li {
    display: inline;
    
}
#menu ul {
    margin-left: 190px;
}

#proxyTag {
    height: 55px;
    width: 100%;
    background-color: yellow;
    padding: 10px;
    border: 1px solid lightgray
}

#proxyTag .user {
    font-size: 10pt;
    font-weight: bold;
}


/*RESPONSIVE WEB EXAMPLES*/
/******************************************************************************************/
/**
/**                  320 PX RESPONSIVE for Mobile Portrait View
/**
/******************************************************************************************/
/*styles for 320px and up! Max container width using blueprint is to be 310px, or span-8 */
@media only screen and (min-width: 320px), only screen and (max-width: 480px) {
}

/******************************************************************************************/
/**
/**                  480 PX RESPONSIVE for Mobile Landscape View
/**
/******************************************************************************************/
/*styles for 480px and up! Max container width using blueprint is to be 470px, or span-12 */
@media screen and (min-width: 480px), only print, projector {
}

/******************************************************************************************/
/**
/**                  760 PX RESPONSIVE for Tablet Portrait View
/**
/******************************************************************************************/
/*styles for 800px and up! Max container width using blueprint is to be 750px, or span-19 */
@media screen and (min-width: 760px) {
}

/******************************************************************************************/
/**
/**                  1100 PX RESPONSIVE for Tablet Landscape / Normal Desktop View
/**
/******************************************************************************************/
/*styles for 1100px and up! Max container width using blueprint is to be 950px, or span-24 */
@media screen and (min-width: 1100px) {
}