/** bootstrap 2.3.2 hacks */
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
#addon-menu.nav-list > .active > a > [class^="icon-"],
#addon-menu.nav-list > .active > a > [class*=" icon-"],
.profile_left .nav-list > .active > a > [class^="icon-"],
.profile_left .nav-list > .active > a > [class*=" icon-"] {
  background-image: none;
}
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5; /* jason */
}

.label {
    font-size: 0.9em;
    font-weight: normal;
}
.full_column.panel {
    padding: 0;
    margin-bottom: 20px;
}
/** end bootstrap 2.3.2 hacks */
/* general compat hacks */
ul.addon_group > li.header > a.edit_group_link {
    font-size: 1.2em;
}
/* end general hacks */

/* Font Awesome issues */
.icon-white { color: #ffffff !important; }
/* end Font Awesome issues */

.mobile {
    display: none !important;
}
    .clear {
        height: 0;
        font-size: 0px;
        margin: 0;
        padding: 0;
        line-height: 0;
        clear: both;
    }
    ul {
        list-style: none;
        padding: 0;
    }
    .alert ul, .modal-body ul {
        list-style: inherit !important;
        padding: 0 20px !important;
        margin: 20px 0 !important;
    }
    #login-modal-form ul.login-form, #register-modal-form ul.signup-form {
        list-style: none !important;
    }
    .addon_admin ul {
        list-style: inherit;
        padding: 8px 0 0 40px;
    }
    a.a_btn:hover {
        text-decoration: none;
    }
/** boot3
    input[type="text"], select, textarea, input[type="password"] {
        border: 1px solid #666666;
        background: none repeat scroll 0 0 white !important;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
        outline: 0 none;
        padding: 5px 5px;
        width: 85%;
        max-width: 100%;
        
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;

    }
*/

    .stretch input[type="text"],.stretch select,.stretch textarea,.stretch input[type="password"] {
        outline: 0 none;
        padding: 5px 5px;
        width: 85%;
        max-width: 100%;
    }
    .modal input[type="text"],.modal select,.modal textarea,.modal input[type="password"] {
        width: 100%;
    }
    .select_normal {
        width: inherit;
    }
    .required {
        color: #ee3322;
    }
    .required:after {
        display:inline;
        color: #ee3322;
        content: ' *';
    } 
    /* Misc Markup */
    .form_error {
        color: red;
        display: block;
        font-size: 0.8em;
        font-weight: normal;
    }   
    .feedback {
        font-family: Georgia, serif;
        background-color: #3496C4;
        color: #ffffff;
        font-size: 0.9em;
        font-weight: bold;
        float: left;
        padding: 0 8px 2px 8px;
        border-radius: 0 0 4px 4px;
    }
    #feedback_link:hover {
        text-decoration: none;
    }
    #flash_error, #flash_notice, #flash_success {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 0.9em;
        font-weight: bold;
        z-index: 1111;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    #flash_error {
        color: #ffffff;
        border-bottom: 1px solid #ac2925;
        background-color: #ac2925;
    }
    #flash_notice {
        color: #ffffff;
        border-bottom: 1px solid #d58927;
        background-color: #d58927;
    }
    #flash_success {
        color: #ffffff;
        border-bottom: 1px solid #5CB85C;
        background-color: #5CB85C;
    }
    #flash_error img, #flash_notice img, #flash_success img {
        display: inline;
        float: right;
        margin-right: 20px;
        cursor: pointer;
    }
    
    /* End Misc Markup */
    
    /* Structure */
    .full_column {
        padding:20px;
        margin-bottom: 20px;
        background: #fff;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; 
    }
    .example {
        font-weight: normal;
        font-style: italic;
    }
    .version_filter {
        float: left;
        padding-right: 15px;
    }
    .version_select, .edition_select {
        display: none;
    }
    .version_select select, .edition_select select {
        border: 1px solid #666666;
        background: none repeat scroll 0 0 white !important;
        border-radius: 4px 4px 4px 4px;
        /* box-shadow: 0 0px 1px rgba(0, 0, 0, 0.5) inset; */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
        outline: 0 none;
        padding: 2px 5px;
        width: auto;
        font-size: 0.8em;
        
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;

    }
    .version_current_select {
        color: #e0e0e0;
        height: 100%;
        float: left;
    }
    .version_select, .edition_select {
    }
    .version_label {
        font-size: 0.7em;
    }
    .filter_label {
        font-size: 0.7em;
        font-style: italic;
        font-weight: normal;
        padding-top: 3px;
    }
    .version_link, .version_link:visited, .version_link:hover {
        color: #1988bd;
        display: inline;
        font-size: 0.7em;
    }
    .version_link:hover {
        text-decoration: underline;
    }
    .acc_link, .acc_link:visited, .acc_link:hover {
        color: #1988bd;
        font-size: 0.7em;
        padding-left: 3px;
        padding-right: 3px;
    }
    .acc_link:hover {
        text-decoration: underline;
    } 
    .search {
        border: 1px solid #dddddd;
        background: none repeat scroll 0 0 white !important;
        border: 0 none !important;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
        outline: 0 none;
        /* padding: 6px 13px !important; */
        height: 25px;
        padding: 0 13px;
        float: left;
    }
    #main_container {
    }
    /**
    #main_content img {
        max-width: 100%;
    }
    */
    .addon_avatar_container {
        max-width:200px;
        float:left;
    }
    .addon_header_content {
        display: block;
        overflow: hidden;
        /* padding: 10px 0 10px 10px; */
    }
    .addon_avatar img, .profile_avatar img {
        max-width: 95%;
    }
    img.addon_avatar_small
    {
        max-width: 24px;
        max-height: 24px;
        margin: 0;
    }
    .search_txt {
        height: 25px;
        line-height: 25px;
    }
    .search_btn {
        color: #ffffff;
        font-size: 0.9em; /* 0.9em but testing height */
        height: 23px;
        line-height: 23px;
        display: block;
        float: right;
        padding: 0 13px;
        margin-left: 8px;
        /*
        padding: 5px 13px !important;
        */
        
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; 
        
        border: 1px solid #3294c3;
        
        /**
        border top 2px 5dc0e9
        border bot 2 px 3294c3
        */
        /* 48b8e6 to 1b8abf */
        background: -moz-linear-gradient(top,#48b8e6 0%,#1b8abf);
        background: -webkit-gradient(linear, left top, left bottom, from(#48b8e6),to(#1b8abf));
        /* IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#48b8e6, endColorStr=#1b8abf);
        /* IE8 uses -ms-filter for whatever reason... */
        -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#48b8e6, endColoStr=#1b8abf);
        
    }
    .search_container {
        padding-top: 20px;
    }
    ul.pagination {
        display: inline-block;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }
    .hover {
        cursor: pointer;
    }
    /* hacks until css is reconciled */
    .number_users {
        height: 28px !important;
        vertical-align: baseline !important;
    }
    /* get around default 85% at top */
    .input-mini{width:60px !important; max-width: 100%;}
    .input-small{width:90px !important; max-width: 100%;}
    .input-medium{width:150px !important; max-width: 100%;}
    .input-large{width:210px !important; max-width: 100%;}
    .input-xlarge{width:270px !important; max-width: 100%;}
    .input-xxlarge{width:530px !important; max-width: 100%;}
    #payment-form input {
        height: auto !important;
    }
    /* Twitter Bootstrap */
    .btn-primary:visited, .btn-warning:visited, .btn-danger:visited,  .btn-success:visited, .btn-info:visited,  .btn-inverse:visited {
        color: #ffffff;
    }
    /* End Twitter Bootstrap */ 
    .btn-login1 { 
        background-color: hsl(85, 100%, 40%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e9fecc", endColorstr="#77cc00"); background-image: -khtml-gradient(linear, left top, left bottom, from(#e9fecc), to(#77cc00)); background-image: -moz-linear-gradient(top, #e9fecc, #77cc00); background-image: -ms-linear-gradient(top, #e9fecc, #77cc00); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9fecc), color-stop(100%, #77cc00)); background-image: -webkit-linear-gradient(top, #e9fecc, #77cc00); background-image: -o-linear-gradient(top, #e9fecc, #77cc00); background-image: linear-gradient(#e9fecc, #77cc00); border-color: #77cc00 #77cc00 hsl(85, 100%, 27.5%); 
        color: #fff !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.82); -webkit-font-smoothing: antialiased; 
    }   
.btn-login-green { background-color: hsl(99, 66%, 36%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78d844", endColorstr="#49981f"); background-image: -khtml-gradient(linear, left top, left bottom, from(#78d844), to(#49981f)); background-image: -moz-linear-gradient(top, #78d844, #49981f); background-image: -ms-linear-gradient(top, #78d844, #49981f); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #78d844), color-stop(100%, #49981f)); background-image: -webkit-linear-gradient(top, #78d844, #49981f); background-image: -o-linear-gradient(top, #78d844, #49981f); background-image: linear-gradient(#78d844, #49981f); border-color: #49981f #49981f hsl(99, 66%, 31%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

.btn-login-red { font-weight: bold; background-color: hsl(0, 59%, 41%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da7171", endColorstr="#a62a2a"); background-image: -khtml-gradient(linear, left top, left bottom, from(#da7171), to(#a62a2a)); background-image: -moz-linear-gradient(top, #da7171, #a62a2a); background-image: -ms-linear-gradient(top, #da7171, #a62a2a); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #da7171), color-stop(100%, #a62a2a)); background-image: -webkit-linear-gradient(top, #da7171, #a62a2a); background-image: -o-linear-gradient(top, #da7171, #a62a2a); background-image: linear-gradient(#da7171, #a62a2a); border-color: #a62a2a #a62a2a hsl(0, 59%, 35%); color: #fff !important; text-shadow: 0 0 0 rgba(255, 255, 255, 0.39); -webkit-font-smoothing: antialiased; }

.text-large { font-size: 1.2em; }
.text-small { font-size: 0.9em; }

.login_title {
    font-size: 1.2em;
    line-height: 1.0em;
    font-weight: bold;
}
.payment_login_title {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 8px;
}
.payment_login_desc {
    padding-bottom: 8px;
}
.login_container {
    background-color: #ececec;
    border: 1px solid #d0d0d0;
    padding: 40px 20px;
    margin: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
}
.login_page {
    width: 45%;
    padding: 10px 15px 0 15px;
    margin: 0 auto;
}
.login_checkout_page {
    padding: 10px 15px 0 15px;
    background-color: #ececec;
    border: 1px solid #d0d0d0;
    margin: 10px 0 5px 0;
}
.login_checkout_page > li {
    margin-top: 10px;
}
.login_page h4 {
    margin: 0;
}
.login_page li {
    padding: 5px 0;
}
#login-modal {
    background-color: #ececec; /* d0 for border e9 for input border*/
}
#login-modal .modal-body {
    max-height: none !important;
}
#login-modal .header {
    font-size: 1.25em;
    line-height: 1em;
    margin: 0 0 1em;
}
.signup_form {
    width: 80%;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 10px 15px;
}
.signup_form li {
    padding: 5px 0;
}
.login_form {
    width: 60%;
    margin: auto;
    border: 1px solid #d0d0d0;
    padding: 10px 15px;
}
.login_form li {
    padding: 2px 0;
}
.signup_form input[type="text"], .signup_form input[type="password"]
 ,.login_form input[type="text"], .login_form input[type="password"]
 ,.login_page input[type="text"], .login_page input[type="password"]
{  
    /* -moz-box-sizing: border-box; */
    background: none repeat scroll 0 0 white !important;
    border: 1px solid #888888;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    outline: 0 none;
    padding: 8px;
    width: 100%;
    font-size: 1.1em;
}
.login_form input[type="text"], .login_form input[type="password"] {  
    padding: 6px;
    font-size: 0.9em;
}
.or_separator {
    font-weight: bold;
    width: 100%;
    text-align: center;
}
/* buttons */
.search_btn {
    color: #ffffff;
    font-size: 0.9em;
    height: 23px;
    line-height: 23px;
    display: block;
    float: right;
    padding: 0 13px;
    margin-left: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    border: 1px solid #3294c3;
    /* 48b8e6 to 1b8abf */
    background: -moz-linear-gradient(top,#48b8e6 0%,#1b8abf);
    background: -webkit-gradient(linear, left top, left bottom, from(#48b8e6),to(#1b8abf));
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#48b8e6, endColorStr=#1b8abf);
    /* IE8 uses -ms-filter for whatever reason... */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#48b8e6, endColoStr=#1b8abf);

}
a.search_btn:hover { text-decoration: none; }
/* end buttons */
/* remove when fully bootstrapped */
input.error {
    border-color: #B94A48 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}
.signup_form .form_error, .login_form .form_error, .login_page .form_error {
    color: #B94A48 !important;
}
/* end remove */


/* Menus */
li.header {
    color: #ffffff;
    text-shadow: inherit; 

    font-weight: bold;
    padding: 4px 4px 4px 20px;
    background-color: #3c3c3c;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-left-radius: 1px;
    -webkit-border-bottom-right-radius: 1px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomleft: 1px;
    -moz-border-radius-bottomright: 1px;
    border-top-left-radius: 4px;    
    border-top-right-radius: 4px;
    border-bottom-left-radius: 1px; 
    border-bottom-right-radius: 1px;
    background: -moz-linear-gradient(top, #3c3c3c 0%, #212121);
    background: -webkit-gradient( linear, left top, left bottom, from(#3c3c3c), to(#212121));
    /* IE8 uses -ms-filter for whatever reason... */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#3c3c3c, endColoStr=#212121 );
}
.cat_menu {

}
.cat_menu .header {
}
.cat_menu .cat_item {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    margin-bottom: 1px;

    /** top 43px white 
     91px is fefefe to f7f7f7
     1/3 white 2/3 gradiant
    */
    background: -moz-linear-gradient(top, #ffffff 33%, #f7f7f7);
    background: -webkit-gradient( linear, left 33%, left bottom, from(#ffffff), to(#f7f7f7));
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient( gradientType=0, startColorStr=#ffffff, endColorStr=#f7f7f7 );
    /* IE8 uses -ms-filter for whatever reason... */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#ffffff, endColoStr=#f7f7f7 );


} 
.cat_last {
    border-bottom: 1px solid #ffffff;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px; 
    border-bottom-right-radius: 4px;
}
.cat_link, .cat_link:visited, .cat_link:hover {
    display: block; 
    padding: 4px 4px 4px 43px;
    color: #3496c4;
    font-size: 0.9em;
    font-weight: bold;

    background-image: url(../img/cat_icon.png);
    background-repeat: no-repeat;
    background-position: 20px 9px;

}
.cat_link:hover {
    text-decoration: none;
    /** todo: image and gradient at same time */
    background-image: url(../img/cat_icon_sel.png);
    background-repeat: no-repeat;
    background-position: 20px 9px;
    color: #ffffff;

}
.cat_item:hover {
    border-left: 1px solid #369dca;
    border-right: 1px solid #369dca;
    /* 369dca (or 3496c4 ) to 25799e */
    background: -moz-linear-gradient(top, #369dca 0%, #25799e);
    background: -webkit-gradient( linear, left top, left bottom, from(#369dca), to(#25799e));
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient( gradientType=0, startColorStr=#369dca, endColorStr=#25799e );
    /* IE8 uses -ms-filter for whatever reason... */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorStr=#369dca, endColoStr=#25799e );

}
.cat_last:hover {
    border-bottom: 1px solid #25799e;
}
.cat_link img {
    float: left;
    padding: 5px 8px 0 0;
}
/* End Menus */
    
/* general crap */
.center {
    text-align: center;
}
#mobile_search_form, #mobile_categories {
    display: none;
}
.twitter_well {
    width: 240px !important;
}
.full-width {
    width: 100%;
}
img.fill-width {
    max-width: 100% !important;
    margin: 0 !important;
}
img.inline {
    margin: 0 !important;
}
.help {
    font-size: 0.9em;
}
.stretch-full-old {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

button, input, optgroup, select, textarea {
    color: #333333;
    font-weight: normal;
}

/* Media queries
---------------------------------------- */

/* The media queries included in here are only placeholder. Modify them as your content requires */
/* 
Special formatting to be applied to small devices only. 
This is a last resort if can't do with min-width. Address in future.
*/
@media screen and (max-width: 767px) {
    .full_column {
        background-color: #FFFFFF;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;   
        margin-bottom: 10px;
        padding: 5px;
        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
    }
    h1 {
        font-size: 1.8em;
    }
    h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1.125em;
    }
    h6 {
        font-size: 1.0em;
    }
    /* Change to bootstrap responsive utilities in the future - http://twitter.github.com/bootstrap/scaffolding.html#responsive */
    .mobile {
        display: inherit !important;
    }
    .nonmobile {
        display: none !important;
    }
    #mobile_account {
        width: 100%;
        display: inline-block;
    }
    .mobile_button {
        width: 100%;
    }
    #mobile_nav_container {
        width: 100%;
        background-color: #ffffff;
        margin-bottom: 10px;
    }
    .mobile_nav_btn, .mobile_nav_search {
        float: left;
        background-color: #ffffff;
        margin: 0;
        text-align: center;
        text-indent: 0;
        display: block;
        position: relative;
        width: 45%;
        z-index: 10;

        border-top: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        color: #464646;
        font-size: 0.8em;
        font-weight: bold;
        line-height: 1.5em;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .mobile_nav_middle {
        border-left: 1px solid #DDDDDD;
    }
    .mobile_nav_btn a, .mobile_nav_search a {
        color: #464646;
        padding: 0.8em 0;
        display: block;
    }
    .mobile_nav_btn a:hover, .mobile_nav_search a:hover {
        text-decoration: none;
    }
    .mobile_nav_search {
        width: 10%;
        border-right: 0;
        margin-left: -2px;
        background: #ededed;
        border-left: 1px solid #DDDDDD;
    }
    #mobile_search_form {
        width: 100%;
        background-color: #ededed;
        margin-top: -10px;
        margin-bottom: 10px;
        padding: 0.4em 0;
        border-bottom: 1px solid #DDDDDD;
    }
    .mobile_search_container {
        text-align: right;
        width: 100%;
    }
    .mobile_search_container .search, .mobile_search_container .search:focus {
        color: #222222;
        float: none;
        padding: 4px;
        height: inherit;
        border: 1px solid #666666;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
        max-width: 100%;
        outline: 0 none;
        width: 85%;
        line-height: 1.2em;
        font-size: 1.0em;
        margin: 0px;
    
    }
    #mobile_search label {
        cursor: pointer;
        float: right;
        border-right-width: 0;
    }
    #mobile_categories {
        margin-top: -10px;
    }
    li.header {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;   
    }
    .cat_last {
        border-bottom: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;   
    }
    .cat_last:hover {
        border-bottom: none;
    }
    .login_page {
        float: none;
        padding: 0;
        width: 100%;
    }
    .login_container {
        background-color: #ffffff;
        margin: 5px;
        padding: 5px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;   
        border: 0;
    }
    .login_title {
        border-bottom: 1px solid #DBDBDB;
        font-size: 1.1em;
        margin-bottom: 5px;
    }
    #add-page-button {
        float: right;
    }
    ul.pagination {
        width: 100%;
        margin: 8px auto;
        text-align: center;
    }
    .pagination li {
        display: inline-block !important;
    }
    .modal {
        left: 0;
        margin: 0;
        top: 0;
        width: 100%;
    }
    .addon_avatar_container {
        float:none;
        margin: auto;
    }
    .twitter_well {
        width: inherit;
    }
}
