body {
    background-color: #f2f2f2;
    /*background-color: white;*/

    padding-top: 70px;
}
/** Added by om  start **/

.loginicon {
    height: 35px;
    margin-bottom: 5px; float: left;
    width: 35px;
}

.guestlogo {
    text-align: center;
    height: 35px;
    margin-bottom: 5px;
    float: left;
    width: 35px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(99%, black), color-stop(1%, #2F4F4F));
    color: white;
}
.signupDiv{
    border-left: solid #E4E4E4 1px;
    border-radius: .4em;
    color: black;
    overflow: hidden;
}

.borderBottom {
    border-bottom: solid #E4E4E4 1px;
    color: black;
    height: 25px;
}

.userpic {
    width: 50px;
    height: 50px;
}

div.social-wrap.c button {
    font-family:"Merriweather Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;

    color: white;
    height: 35px;
    width: 200px;
    border-bottom: 2px solid transparent;

    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .4) -1px -1px 0;

    padding-left: 15px;
    padding-right: 0px;
    height: 35px;
    background: none;
    border: none;
    display: block;
    background-size: 25px 25px, cover;
    background-position: 10px center, center center;
    background-repeat: no-repeat, repeat;
    border-radius: 4px;




    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    box-shadow: 0 4px 2px -2px gray;
    text-shadow: rgba(0, 0, 0, .4) -1px -1px 0;
}

div.social-wrap.c > .googleplus {
    background-color: #db040a;
    background-size: 30px 30px, cover;
    background-image: url(http://dl.dropbox.com/u/109135764/gplus.png);//, -webkit-gradient(linear, left top, left bottom, color-stop(1%, #DC143C), color-stop(100%, #DC143C));
    ;
}
div.social-wrap.c > .facebook {
    background-color: #4c74c4;
    background-image: url(http://dl.dropbox.com/u/109135764/facebookf.png);//, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c74c4), color-stop(100%, #3b5998));
    background-size: 25px 25px, cover;
    background-position: 10px center, center center;
    background-repeat: no-repeat, repeat;
}
div.social-wrap.c > .guestbtn {

    background-color: #00aced;
    //  background-image: url(), -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00aced), color-stop(99%, #00a9ff));
    ;
}


a.fancybox img {

    border: none;
    box-shadow: 0 1px 7px rgba(0,0,0,0.6);
    -o-transform: scale(1,1); -ms-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transform: scale(1,1); transform: scale(1,1); -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} 
a.fancybox:hover img {
    position: relative; z-index: 999; -o-transform: scale(1.03,1.03); -ms-transform: scale(1.03,1.03); -moz-transform: scale(1.03,1.03); -webkit-transform: scale(1.03,1.03); transform: scale(1.03,1.03);
}

.inputHighlight
{
    border: solid 1px red;
}

.ans {

    background: none;
}

.imgOnly {

    width: 300px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.menuIcon {

    margin: 2px;
}

.UserInfo {
    margin-top: 7px;
    margin-left: 10px;
}

.siteMapMenu
{
    color:white
}

.puzzleAddDelete{
    background: none;
    border: none; 
    box-shadow: none;
}

.errorMessage {
    color: red;
    font-style: italic;
}
/** Added by om end **/

/*# sourceMappingURL=foundation.css.map */
/** Added by amol **/
.TFtable {
    width: 100%;
    border-collapse: collapse;
    border: none;
    padding-bottom: 0em;
}

.TFtable thead {
    background: #F8F8F8;
}

.TFtable th {
    padding: 1px;
    border: #CCFFCC 1px groove;
    font-family: Forte;
    background: navy;
    color: #F8F8F8;
}

.TFtable td {
    padding: 1px;
}

.loginTable {
    width: 100%;
    border-collapse: collapse;
    border: #F8F8F8 1px solid;
    padding-bottom: 0em
}

.loginTable thead {
    background: #F8F8F8;
}

.loginTable th {
    padding: 2px;
    border: #F8F8F8 1px groove;
    font-family: Forte;
    background: navy;
    color: #F8F8F8;
}

.loginTable td {
    padding: 1px;
}
/* provide some minimal visual accomodation for IE8 and below */
.loginTable tr {
    background: #F8F8F8;
}

/* provide some minimal visual accomodation for IE8 and below */
.TFtable tr {
    background: #CCFFFF;
}

.TFtable tr:hover {
    background: #c0c0c0;
}
/*  Define the background color for all the ODD background rows  */
.TFtable tr:nth-child(odd) {
    background: #99CCFF;
}
/*  Define the background color for all the EVEN background rows  */
.TFtable tr:nth-child(even) {
    background: #F8F8F8;
}

.top_puzzles {
    float: left;
    width: 70%;
    height: 25em;
    padding: 1em;
    padding-bottom: 1em;
    padding-left: 5em
}

.main {
    float: left;
    width: 30%;
    padding: 1em;
    padding-bottom: 1em;
    padding-right: 5em
}

.login {
    float: left;
    padding: 1em;
    width: 25em;
    height: 20em;
    padding-bottom: 0em
}

.info {
    width: 25em;
    height: 30%;
    float: left;
    padding: 1em;
    padding-top: 0em;
}

.tableHeading {
    color: teal;
    background-color: #F8F8F8;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold
}

#registration a {
    color: #8c910b;
}

#registration fieldset {
    padding: 20px;
}

#registration input.text {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #444;
    font-size: 14px;
    width: 90%;
    padding: 7px 8px 7px 30px;
    -moz-box-shadow: 0px 1px 0px #777;
    -webkit-box-shadow: 0px 1px 0px #777;
    background: #ddd no-repeat 4px 5px;
    background: no-repeat 4px 5px,
        -moz-linear-gradient(center bottom, rgb(225, 225, 225) 0%,
        rgb(215, 215, 215) 54%, rgb(173, 173, 173) 100%);
    background: no-repeat 4px 5px,
        -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(225,
        225, 225)), color-stop(0.54, rgb(215, 215, 215)),
        color-stop(1, rgb(173, 173, 173)));
    color: black;
}

#loginForm input {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: solid 1px #444;
    font-size: 14px;
    width: 75%;
    padding: 2px 8px 7px 30px;
    -moz-box-shadow: 0px 1px 0px #777;
    -webkit-box-shadow: 0px 1px 0px #777;
    background: #ddd url('img/inputSprite.png') no-repeat 4px 5px;
    background: url('img/inputSprite.png') no-repeat 4px 5px,
        -moz-linear-gradient(center bottom, rgb(225, 225, 225) 0%,
        rgb(215, 215, 215) 54%, rgb(173, 173, 173) 100%);
    background: url('img/inputSprite.png') no-repeat 4px 5px,
        -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(225,
        225, 225)), color-stop(0.54, rgb(215, 215, 215)),
        color-stop(1, rgb(173, 173, 173)));
    color: #333;
    text-shadow: 0px 1px 0px #FFF;
}

input#email {
    background-position: 4px 5px;
    background-position: 4px 5px, 0px 0px;
}

input#password {
    background-position: 4px -20px;
    background-position: 4px -20px, 0px 0px;
}

input#name {
    background-position: 4px -46px;
    background-position: 4px -46px, 0px 0px;
}

input#tel {
    background-position: 4px -76px;
    background-position: 4px -76px, 0px 0px;
}

#registration h2 {
    color: #fff;
    text-shadow: 0px -1px 0px #000;
    border-bottom: solid #181818 1px;
    -moz-box-shadow: 0px 1px 0px #3a3a3a;
    text-align: center;
    padding: 18px;
    margin: 0px;
    font-weight: normal;
    font-size: 24px;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

#registerNew {
    width: 203px;
    height: 40px;
    border: none;
    text-indent: -9999px;
    background: url('img/createAccountButton.png') no-repeat;
    cursor: pointer;
    float: right;
}

#registerNew:hover {
    background-position: 0px -41px;
}

#registerNew:active {
    background-position: 0px -82px;
}

#registration p {
    position: relative;
}

fieldset label.infield /* .infield label added by JS */ {
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    position: absolute;
    text-align: left;
    top: 3px !important;
    left: 35px !important;
    line-height: 29px;
}

.tab-panels {

    border-radious: 10px;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.tab-panels ul {
    margin: auto;
    padding: 0;
    background-color: #F8F8F8;
}

.tab-panels ul li {
    list-style-type: none;
    display: inline-block;
    background: #F8F8F8;
    margin: auto;
    padding: 5px 15px;
    border-radius: 0 0 0 0;
    color: gray;
    font-weight: 200;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    cursor: pointer;
}

.tab-panels ul li:hover {
    color: gray;
    background: #F8F8F8;
    border-bottom: solid blue;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.tab-panels ul li.active {
    color: gray;
    font-weight: bold;
    background: #F8F8F8;
    border-bottom: solid blue;
}

.tab-panels .tab-panel {
    display: none;

    margin: 20px 0px 1px 1px;
    padding: 1px;
    border-radius: 0 0 10px 10px;
    min-height: 25em;
}

.tab-panels .tab-panel.active {
    display: block;
}

.question_display {
    background-color: #F8F8F8;
    color: gray;
    margin-bottom: 10px;
}

.submitdiv {
    background-color: #F8F8F8;
    color: gray;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: right;
    width: 100%;
    float: right;
}

.right_display_panel {
    width: 60%;
    float: left;
    margin: 0;
}

.left_display_panel {
    width: 39%;
    background-color: #F8F8F8;
    height: 600px;
    float: right;
}

.question_display_right {
    width: 48%;
    padding-left: 5px;
    background-color: #F8F8F8;
    color: gray;
    float: right;
    margin: 5px;
}

.question_display p {
    color: gray;
    font-size: 13px;
    padding: 5px;
}

.display_title {
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-left: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.display_footer {
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-left: 0px;
    padding: 5px;
}

.display_puzzle_bottom {
    color: navy;
    font-size: 11px;
    padding-bottom: 5px;
    border: 2px solid #F8F8F8;
    position: relative;
    overflow: auto;
}

.display_puzzle {
    color: gray;
    font-size: 13px;
    padding: 5px;
}

p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}

#profileInfo h2 {
    color: #fff;
    background: navy;
    border-radius: 10px;
    border-bottom: solid #181818 1px;
    text-align: left;
    padding: 12px;
    font-weight: normal;
    font-size: 12px;
    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
}

#addPuzzle input.text {
    border: solid 1px #444;
    font-size: 14px;
    width: 95%;
    padding: 2px 8px 7px 30px;
    -moz-box-shadow: 0px 1px 0px #777;
    -webkit-box-shadow: 0px 1px 0px #777;
    background: #ddd no-repeat 4px 5px;
    color: #333;
}

#addPuzzle textArea {
    border: solid 1px #444;
    font-size: 14px;
    width: 95%;
    padding: 2px 8px 7px 30px;
    -moz-box-shadow: 0px 1px 0px #777;
    -webkit-box-shadow: 0px 1px 0px #777;
    background: #ddd no-repeat 1px 5px;
    background: no-repeat 4px 5px,
        -moz-linear-gradient(center bottom, rgb(225, 225, 225) 0%,
        rgb(215, 215, 215) 54%, rgb(173, 173, 173) 100%);
    background: no-repeat 4px 5px,
        -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(225,
        225, 225)), color-stop(0.54, rgb(215, 215, 215)),
        color-stop(1, rgb(173, 173, 173)));
    color: #333;
    scrollbar-face-color: navy;
    scrollbar-track-color: #ddd;
    scrollbar-arrow-color: navy;
    scrollbar-highlight-color: navy;
    scrollbar-shadow-color: navy;
    scrollbar-3dlight-color: navy;
    scrollbar-darkshadow-color: navy;
    scrollbar-border-radius: 10px;
}

#registration {
    color: navy;
    background: #99CCFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 430px;
    float: left
}

#addPuzzle {
    color: navy;
    background: #99CCFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 55%;
    float: left
}

#puzzleDisplay {
    color: navy;
    background: #f2f2f2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px;
    width: 50%;
    float: left;
    position: absolute;
    left: 15%;
}

#loginForm {
    color: navy;
    background: #99CCFF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 2px;
    width: 350px;
    float: left
}

.custombtn {
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 13px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}

.custombtn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.enjoy-css {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 160px;
    position: relative;
    opacity: 0.13;
    left: 0;
    padding: 20px;
    overflow: hidden;
    border: none;
    font: normal 16px/1 Tahoma, Geneva, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    background: #0199d9;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.myanswer {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    left: 0;
    padding: 10px;
    overflow: hidden;
    border: none;
    text-align: left;
    background-color: rgba(246, 213, 175, 0.6);
    background: rgba(246, 213, 175, 0.6);
}

#scrollable_div {
    overflow: scroll;
    height: 23em;
    overflow-x: hidden;
}

.additionalInfo {
    width: 600px;
    border-radius: 3px;
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    overflow: auto;
    z-index: 1;
    background-color: #F8F8F8;
}

#loginInfo{


}

#additionalInfo fieldset {
    border: none;
    padding: 0.25rem;
    margin: 1.125rem 0;
}

.profilepic {
    width: 400px;
    padding-bottom: 1px;
    float: left;
    margin-bottom: 10px;
}

.connectionpic {
    width: 50px;
    height: 50px;
}

.rankpic img {
    max-width: 100%;
    max-height: 100%;
}

.rankpic {
    width: 75px;
    height: 75px;
    padding: 5px;
}
.stick {
    position:fixed;
    top:50px;
}

.dropdown-menu-custom {
    width: 350px !important;

}

.dropdown-menu-custom1 {
    width: 250px !important;

}

.connectionpic img {
    max-width: 100%;
    max-height: 100%;
}

.country {
    width: 200px;
    float: left;
    padding: 2px;
    margin-bottom: 10px;
}

.city {
    width: 180px;
    float: left;
    margin-bottom: 10px;
    padding: 2px;
}

.aboutme {
    margin-bottom: 5px;
    width: 400px;
    float: left;
}

.date {
    margin-bottom: 5px;
    width: 400px;
    float: left;
}

#profileImg {
    padding: 3px;
    width: 150px;
    height: 150px;
    float: right;
}

#profileImg-left {
    width: 150px;
    height: 150px;
    margin: 0;
}

#profileImg-left img {
    max-width: 100%;
    max-height: 100%;
}

#profileImg img {
    max-width: 100%;
    max-height: 100%;
}

#btnalign {
    clear: both;
    float: left;
}

#close {
    float: right;
    display: inline-block;
    background: navy;
    color: #F8F8F8;
}

#profileInfo {
    padding: 7px 2px 1px 2px;
    border-radious: 10px;
    height: 250px;
    width:100%;
    background-color:navy;

}

.height100{
    height: 160px;
}

.carosol-height250{
    height: 300px;
    background-color:#f2f2f2;
}

.lefttransbox {
    background: rgba(120, 120, 255, 0.1);
}

.contentdiv {
    padding: 7px 2px 1px 2px;
    background: white;
    border-radious: 10px;
}

.additionalInfoMsg {
    padding: 7px 5px 5px 5px;
    margin-bottom: 3px;
    border-radious: 10px;
    text-align: center;
}

#profileInfo fieldset {
    border: 1px none #DDDDDD;
    padding: 0.25rem;
    margin: 1.125rem 0;
}

#profileInfo p {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 0rem;
    margin: 0 auto;
    text-rendering: optimizeLegibility;
}

.profile_text_display {
    color: #FAFAFA;
    padding: 5px;
    margin: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-variant: normal;
    text-align: center;
    text-indent: 5px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #800000;
}

.profile_text_display_main {
    color: #FAFAFA;
    padding: 5px;
    margin: 5px;
    font-family: arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    font-variant: normal;
    text-align: center;
    text-indent: 5px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #800000;
}

.left_bottom {

}

.glyphicon.glyphicon-thumbs-up {

}

.glyphicon.glyphicon-thumbs-down {

}

.right_bottom {
    color: black;
}

.right_bottom .col1 {
    width: 20%;
    float: left;
    height: 40px;
    width: 40px;
}

.shortmenu{
    background-color: navy;
    color:white;
    padding:5px;
    margin:2 px;
}
.right_bottom .col2 {
    width: 65%;
    float: left;
}

.tinyimg {
    max-width: 100%;
    max-height: 100%;
}

.tabs {
    margin-bottom: 0 !important;
    margin-left: 0;
}

.tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left;
}

.tabs dd>a, .tabs .tab-title>a {
    outline: none;
    display: block;
    background-color: #EFEFEF;
    color: #222222;
    padding: 1rem 2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
}

.tabs dd>a:hover, .tabs .tab-title>a:hover {
    background-color: #e1e1e1;
}

.tabs dd.active a, .tabs .tab-title.active a {
    background-color: #FFFFFF;
    color: #222222;
}

.tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto;
}

.tabs-content {
    margin-bottom: 1rem;
    width: 100%;
}

.tabs-content:before, .tabs-content:after {
    content: " ";
    display: table;
}

.tabs-content:after {
    clear: both;
}

.tabs-content>.content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%;
}

.tabs-content>.content.active {
    display: block;
    float: none;
}

.tabs-content>.content.contained {
    padding: 0.9375rem;
}

.tabs-content.vertical {
    display: block;
}

.tabs-content.vertical>.content {
    padding: 0 0.9375rem;
}

.glyphicon .glyphicon-education {
    color: white;
}

.whitediv {
    margin: 2px;
}


.displayleged{

    background-color: #BCD4FF;
    padding:2px;
    color:white;
    margin-left:2px;
    margin-bottom:5px;
    height:80px;
}

.displayTopper{

    background-color: #effebc;
    padding:2px;
    color:white;
    margin-left:2px;

    height:90px;
}

.todayspuzzle{

    background-color: #BCD4FF;

    margin-left:10px;
    margin-top:20px;
    margin-bottom: 0px;
    color: green;
    text-align: center;
    height: 70px;
}

.displayleged-aleternate{

    background-color: #005A7B;
    padding:2px;
    color:white;
    margin-left:2px;
    margin-bottom:5px;
    height:80px;
}

.pxpadding{
    margin: 5px;
}
#menu{
    display:none;
}

.whitebg{
    background-color:navy;

}

.searchcontent{

    background-color: #f2f2f2;
    padding:1px;
    color:gray;
    margin-bottom:1px;

}
.textwidth-large{
    width:50%;
}
.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left:10px solid blue; 
}

.carousel-indicators li {
    background-color: #669966;
}
.carousel-indicators .active {
    background-color: #FF7600;
}

#progressBar {
    width: 100%;
    margin: 0px auto;
    height: 22px;
    background-color:red;
}

#progressBar div {
    height: 100%;
    text-align: right;
    padding: 0 0px;
    line-height: 22px; /* same as #progressBar height if we want text middle aligned */
    width: 0;
    background-color: #CBEA00;
    box-sizing: border-box;
}

@media only screen and (min-width: 40.063em) {
    .tabs.vertical {
        width: 20%;
        max-width: 20%;
        float: left;
        margin: 0 0 1.25rem;
    }
    .tabs-content.vertical {
        width: 80%;
        max-width: 80%;
        float: left;
        margin-left: -1px;
        padding-left: 1rem;
    }
}

.fixwidthButton{
    width:135px;
    text-align: left;
}

@-moz-document url-prefix() {
    fieldset { display: table-cell; }
}
#userInfo{
    display: none; 
    width: 280px;
    position: absolute;
    z-index:1;

}

.loading, .loading>td, .loading>th, .nav li.loading.active>a,
.pagination li.loading, .pagination>li.active.loading>a, .pager>li.loading>a
{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%,
        rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15)
        50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    animation: 2s linear 0s normal none infinite progress-bar-stripes;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
}

.btn.btn-default.loading, input[type="text"].loading, select.loading,
textarea.loading, .well.loading, .list-group-item.loading, .pagination>li.active.loading>a,
.pager>li.loading>a {
    background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%,
        rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15)
        50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%,
        rgba(0, 0, 0, 0));
}

.ui-datepicker-title .ui-datepicker-year{
    color:blue
}

.ui-datepicker-title .ui-datepicker-month{
    color:green
}

html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

#wrap {
    min-height: 100%;
    height: auto;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}

.topmargin{
    margin-top: 10px;
}

.bottommargin0{
    margin-bottom: 0px;
}
.padding0{
    margin-left: 0px;
    padding-left: 0px;
}

#suggesstion-box{
    position: relative;
    background-color:#fff;
    overflow: auto;
    z-index: 1;
}

.share-button-verb b {
    display: none;
}

.share-button-verb:before {
    content: "Share a Puzzle";
}

a label {
    cursor: pointer;
}

#help { 
    height: 100px; 
    width: 100px; 
    position: fixed; 
    right: 0;
    bottom: 0;
    z-index: 999;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;

}

#help a { 
    display: block; 
    background: #06c; 
    height: 40px; 
    width: 40px; 
    padding: 8px 14px ;
    color: #fff; 
    font-family: Arial, sans-serif; 
    font-size: 17px; 
    font-weight: bold; 
    text-decoration: none; 

    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#help a:hover { 
    background: #060; 
    font-size: 20px; 
}
.carousel-indicators li { visibility: hidden; }

