/* modify button style  */
a.buttonStyle001, a:link.buttonStyle001  {
    height: 17px; 
    width: 100px;
    font-size: 14px;   
    line-height: 17px;
    margin: 4px;
    padding: 6px 12px 6px 12px;
}

.navigationOuterContainer input[type=submit] {
    font: normal 16px/1.0 'Ubuntu','Arial',sans-serif;
}
.navigationOuterContainer a.backLink {
    font-size: 16px;
}

/*** hide recurring and bundle level descriptors on 1st page of app. form ***/
DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelRecurring,
DIV#idMembershipLevelRadioGroupContainer DIV.fieldItem SPAN.levelBundle
{
  display: none;
}

/*** hide recurring and bundle descriptors on next pages of app form***/
SPAN#FunctionalBlock1_ctl00_memberApplicationMain_ctl00_stepTemplate_selectedLevel_group,
#idInfoContainer SPAN.levelRecurring
{ 
  display: none; 
}

/* Get rid of pink bar on slideshow */
.camera_thumbs_cont>div {
    background-color: black;
}
 

/* Code to change page width START */
.container_12 {
    width: 1200px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1199px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END *