*{margin: 0px;padding: 0px;border: 0px;}
body{margin:0;padding:0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Proxima Nova","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    min-width: 300px;
    /*background:#ebeced;*/
    background: #ECE9E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color:#555;
}
.center-container{margin:0 auto;width:1024px;float:none}
input,textarea,select,button{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Proxima Nova","Helvetica Neue",Helvetica,Verdana,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";}
select,input,textarea{outline: none;border:none;padding:4px 5px;border:1px solid #ddd}
ul, li {list-style: none;}
p{margin:0;padding:0;word-wrap: break-word;line-height: 22px;}
img{width:100%;height:100%}
div{float:left;word-wrap: break-word;}
h1{font-size: 24px;}
h2{font-family: 'Lato', sans-serif;}
button{border:none}
a{text-decoration:none;color:#00B0F0}
a:hover{text-decoration:underline}
table {
    table-layout:fixed;
    margin:auto;
}
tr{border:none}
thead tr{border-bottom: 1px solid #ddd;}
th, td {
    padding:8px 5px;
    border:none;
    min-width: 100px;
    width: 100px;
    border-right: none;
    border-bottom: 1px solid #ddd;
}
th{
   background: #f1f1f1;
   font-weight: 500;
   font-size: 14px !important;
  }

thead, tfoot {
    background:#f9f9f9;
    display:table;
    width:100%;
    width:calc(100% - 18px);
}
tbody {
    height:450px;
    overflow:auto;
    overflow-x:hidden;
    display:block;
    width:100%;
}
tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
    border:none
}
.tblcat{border: 1px solid #ddd;}
.tblprimary{border: 1px solid #ddd;}
.text-center{text-align: center !important}
.text-align-right{text-align: right !important}
.text-align-left{text-align: left !important}
.bold{font-weight: bold !important}
.fw500{font-weight: 500 !important}
.fw300{font-weight: 300 !important}
.fwnormal{font-weight: normal !important}
.f10{font-size:10px !important;}
.f12{font-size:12px !important;}
.f13{font-size:13px !important;}
.f14{font-size:14px !important;line-height: 20px;}
.f15{font-size:15px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important; line-height: 28px;}
.f24{font-size:24px !important;}
.f30{font-size:30px !important;}
.f36{font-size:36px !important;}
.grid80{width:80%;float:left;}
.grid60{width:60%;float:left;}
.grid50{width:50%;float:left;height:auto;}
.grid40{width:40%;float:left;}
.grid33{width:33%;float:left;}
.grid67{width:67%;float:left;}
.grid25{width:25%;float:left;}
.grid75{width:75%;float:left;}
.grid20{width:20%;float:left;}
.grid17{width:17%;float:left;}
.grid15{width:15%;float:left;}
.grid10{width:10%;float:left;}
.floatRight{float:right !important;}
.floatLeft{float:left !important;}
.general{width:100%;float:left;}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:30px;margin:0px 0px;float: left;}
.whiteFont{color:#fff}
.blackFont{color:#222}
.bluefont{color:#00B0F0;}
.orangefont{color:#E55F00;}
.light-txt{color:rgba(65,65,65,0.8) !important}
.lightfont{color:#444;}
.lightfont2{color:#888;}
.row{width:100%;float:left}
.m-left5{margin-left:5px !important}
.m-left10{margin-left:10px !important}
.row-gap5{margin-top:5px;}
.row-gap10{margin-top:10px;}
.row-gapb5{margin-bottom:5px;}
.row-gapb10{margin-bottom:10px;}
.row-padding5{padding:5px 0px}
.row-padding10{padding:10px 0px}
.row-padding-side-10{padding:0px 10px}
.pointer {cursor: pointer !important}
.btn-tm{float:left;margin: 5px 5px;padding: 5px 15px;width:auto;border: 0 none;border-radius: 2px 2px 2px 2px;color: #FFFFFF;cursor: pointer;display: inline-block;font-weight: 400;letter-spacing: 2px;text-transform: uppercase;
font-size: 12px;line-height: 24px;margin-bottom: 0;text-transform: none;
transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;text-align: center;}
.btn-tm .icon-img{width:16px;height:16px;float:left;margin: 4px 5px 0px 0px;}
.btn-tm .btn-txt{}
.btn-tm .icon{width:24px;height:16px;float:left;margin: 4px 0px 0px 0px;}
.btn-tm .text{margin-left:5px;font-size:13px;width: -moz-calc(100% - 29px);width: -webkit-calc(100% - 29px);width: -o-calc(100% - 29px);width: calc(100% - 29px);width: -ms-calc(100% - 29px);}
.btn-tm img{border-radius:0px}
.btn-tm.bg-gray{background:#7f7f7f;}
.btn-tm.bg-gray:hover{background:#b7b7b7;}
.btn-tm.bg-orange{background:#f79646;}
.btn-tm.bg-orange:hover{background:#7f7f7f;}
.btn-tm.bg-blue{background:#00B0F0}
.btn-tm.bg-blue:hover{background:#1ec3ff;}
.btn-tm.bg-red{background:#EB5757;}
.btn-tm.bg-red:hover{background:#ff6b6b;}
.btn-tm.bg-green{background: #46b98a;color:#fff;}
.btn-tm.bg-green:hover{background:#59dba6}
.btn-tm.border-blue{background: #FFF;color:#00B0F0;border:1px solid #00B0F0}
.btn-tm.border-blue:hover{background:#F8F8F8}
.border-bottom{height:1px;background:#999;width:300px;margin:0 auto}
.bg-gray{background:#7f7f7f;}
.bg-gray-light{background:#f1f1f1;}
.bg-orange{background:#f79646;color:#fff}
.bg-blue{background:#00B0F0}
.bg-red{background:#EB5757;}
.bg-alizarin-red{background: #e74c3c !important}
.bg-flat-orange{background: #F39C12 !important}
.bg-carrot-orange{background: #e67e22 !important}
.bg-midnight-blue{background: #2c3e50 !important}
.bg-visteria-purple{background: #8e44ad !important}
.bg-emerald-green{background: #2ecc71 !important}
.bg-green-manu{background: #85BB65 !important}
.bg-turquoise-green{background: #1abc9c !important}
.orange-font{color:#f79646}
.green-font{color: #46b98a;}
.red-font{color: #EB5757;}
.blue-font{color:#00B0F0}
.yellow-top-border{border-top:8px solid #F7CA18}
.partner-gradient {background: #4CB8C4;background: -webkit-linear-gradient(to left, #3CD3AD, #4CB8C4);background: linear-gradient(to left, #3CD3AD, #4CB8C4);}
.att-gradient {background: #FB6C00;background: -webkit-linear-gradient(to right, #F09819, #FB6C00);background: linear-gradient(to right, #F09819, #FB6C00);}
.icon {float: left;height: 35px;margin: 0 5px;width: 35px;}
.icon img {border-radius: 30px;float: left;height: 100%;width: 100%;}
.text{margin-left:10px;font-size:13px;width: -moz-calc(100% - 55px);width: -webkit-calc(100% - 55px);
            width: -o-calc(100% - 55px);
            width: calc(100% - 55px);
            width: -ms-calc(100% - 55px);}
.quickname {float: left;font-size: 14px;height: inherit;line-height: 20px;margin: 0 5px;width: 150px;padding: 5px 0;}
.closeDiv{float:right;width:16px;height:16px;background:url(images/close32.png) no-repeat;position: initial;background-size: 100%;margin:5px;cursor:pointer;position: absolute;right: 8px;top: 8px;}
.linkedin{float:left;width:16px;height:16px;background:url(../images/linkedin.svg) no-repeat;background-size: 100%;cursor:pointer}
.auto-overflow{
    overflow: auto;
}
.flex-div{display:flex;justify-content:center;align-items: center;}
.grid-maker {display: flex;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;justify-content: space-between;}
.flex-end {align-items: flex-end;}
.success-msg-box{width:90%;padding:8px 5%;border:1px solid #3fe293;background: #e5fff2}
.alert-msg-box{width:90%;padding:7px 5%;border:1px solid #edbc0b;background: #fff4d3;font-size: 13px;margin-bottom: 12px}
.error-msg-box{width:90%;padding:8px 5%;border:1px solid #ff7e72;background: #ffe7e5}
.closeWhite{background:url(images/close_white.png) no-repeat !important;}

.ask{width:96% !important;padding:5px 2% !important}

.card{width:100%;float:left;background:#fff;margin:5px 0px;overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}

.card-radius{-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;} 

.card-header {padding-top:10px !important;padding-bottom:10px !important;line-height: 18px;text-align:center;color:#FFF;font-weight: 500}
.card-header .img-holder{width:80px;height:80px;margin:0 auto;margin-top:10px;float:none;overflow: hidden;-webkit-border-radius: 40px;-moz-border-radius: 40px;border-radius: 40px;}
.card-footer {border-top: 1px solid #ddd}
.card-footer .icon {float: left;height: 25px;margin: 0 5px;width: 25px;}
.card-footer .icon img {border-radius: 0px;}
.card-footer .text{margin-left:10px;font-size:13px;width: -moz-calc(100% - 55px);width: -webkit-calc(100% - 55px) !important;
width: -o-calc(100% - 55px) !important;
width: calc(100% - 55px) !important;
width: -ms-calc(100% - 55px) !important;}
.floating-left{
    display: inline-block;
    float: left;
}

.simple-clear {padding: 5px 10px;margin: 0px 10px;min-width: 100px;font-size: 14px;}
.simple-clear:hover {color: #00B0F0;text-decoration: underline;cursor: pointer;}

.floating-right{
    display: inline-block;
    float: right;
}

.btn-loader-anim {
    margin:0px 20px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #888;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

::-webkit-scrollbar {
    width: 10px;
} /* this targets the default scrollbar (compulsory) */
::-webkit-scrollbar-track {
    background-color: none;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-track:hover {
    background-color: #F8F8F8;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
    /*rgba(0, 0, 0, 0.4);
    border-radius: 10px;*/
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
    background-color: none;
    height:0px;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
    background-color: green;
} /* if both the vertical and the horizontal bars appear, then perhaps the right bottom corner also needs to be styled */ 

/*Full page loader */
#loader-container{width:100%;height:100%;z-index:1;background: rgba(73,146,200,0.8);position: fixed;display: none; }
.loader-msg{position:absolute;top:40%;width:90%;text-align:center;color:#fff;font-size:22px;margin:0 5%}
.loader-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}
.dot{width:20px;height:20px;border:4px solid #fff;border-radius:50%;float:left;margin:0 5px;-webkit-transform:scale(0);transform:scale(0);-webkit-animation:fx 1s ease infinite 0s;animation:fx 1s ease infinite 0s}
.dot:nth-child(2){-webkit-animation:fx 1s ease infinite .3s;animation:fx 1s ease infinite .3s}
.dot:nth-child(3){-webkit-animation:fx 1s ease infinite .6s;animation:fx 1s ease infinite .6s}
@-webkit-keyframes fx{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{opacity:0}}
@keyframes fx{50%{-webkit-transform:scale(1);transform:scale(1);opacity:1}100%{opacity:0}}

#fixed{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background:#000;
    opacity: 0.6; 
    display: none;
    z-index: 1000;
	}
#info{
    font-size:14px;
    position: fixed;
    min-width: 300px;
    height: auto;
    background:white;
    display: none;
    z-index: 1500;
    text-align: justify;
    border-radius:4px;
    overflow: hidden;
}

#info .row{width:92% !important;padding:10px 4% !important;}
#info .popup-title{padding-top:15px;padding-bottom:15px;font-size:15px;font-weight:400;color:#343434;border-bottom:1px solid #ddd}
#info .btn-tm {padding: 2px 10px !important;margin: 0px !important;}
.closePopup{width:12px;height:12px;float:right !important;margin-top: 5px;cursor: pointer}
#share-panel {margin-bottom: 10px;}
#share-panel .icon img{border-radius:2px}
#share-panel .icon{margin:0px 10px;}
#link-to-copy-icon.icon{width:25px;height:25px;margin-top:5px}
/*#share-panel .icon:first-child{margin-left:0px;}*/

#card-query{width: 100%;float:none;margin:0 auto}
#card-query .icon{margin:0px}
#card-query .text{width: -moz-calc(100% - 45px);width: -webkit-calc(100% - 45px);
            width: -o-calc(100% - 45px);
            width: calc(100% - 45px);
            width: -ms-calc(100% - 45px);}
#card-query img{border-radius: 50%;}
#card-query textarea{width:100%;min-height:70px;border:1px solid #ddd;padding:4px 2%;resize: none;overflow:hidden;}
#card-query textarea:focus{background:#F1F1F1;}
#card-query .btn-tm{padding:2px 15px;float: right;margin: 0px 0px 0px 0px;}
#post-qry-btn {float:right;font-size: 13px;width:80px;margin: 0px 0px}
#post-qry-btn .btn-loader-anim{margin: 0px auto;height: 16px;width: 16px;float: none;}
#post-err{float:left;margin-top: 5px;display:none}
.highlightElem{
    -webkit-box-shadow:inset 0 0 15px #00B0F0;
    -moz-box-shadow:inset 0 0 15px #00B0F0;
    -ms-box-shadow:inset 0 0 15px #00B0F0;
    box-shadow:inset 0 0 15px #00B0F0;
    background: #fff1bf;
    -webkit-transition: border 0.3s linear, box-shadow 0.3s linear,background 0.3s linear;
    -moz-transition: border 0.3s linear, box-shadow 0.3s linear,background 0.3s linear;
}

#right-nav {margin-top: 13px;}
#right-nav p{line-height:15px;}
#right-nav .row {width:90%;padding:5px 5%;}
#rx1 .icon{width:15px;height:16px;border-radius: 0px;margin-top:5px}
#rx1 .icon img{border-radius: 0px}
#rx1 .text{line-height:15px;width: -moz-calc(100% - 25px);width: -webkit-calc(100% - 25px);
width: -o-calc(100% - 25px);
width: calc(100% - 25px);
width: -ms-calc(100% - 25px);}

.left-bottom-info-popup{
    width:250px;
    min-height:80px;
    background:#FFF;
    color: #222;
    bottom: 20px;
    left: -380px;
    position:fixed;
    padding:15px;
    border-radius:5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    border:1px solid rgba(224,224,224,0.35);
}

.css-close-icon{
    position:absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor:pointer;
    z-index:0;
}
.css-edit-icon{
    cursor:pointer;
    margin-left: 20px;
    margin-top: 16px;
    float: left;
    color: #828A92;
}

.css-edit-icon:hover{
    color: #00B0F0;
}

.ns-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 4px;
    top: 4px;
    overflow: hidden;
    text-indent: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ns-close:hover,
.ns-close:focus {
    outline: none;
}

.ns-close::before,
.ns-close::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 60%;
    top: 50%;
    left: 50%;
    background: #A6AFB7;
}

.ns-close:hover::before,
.ns-close:hover::after {
    background: #00B0F0;
}

.ns-close::before {
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
}

.ns-close::after {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

#link-to-copy {
    width: 90%;
    padding: 5px 1%;
    margin: 4px 4% 0px 4%;
}

#link-to-copy-input {
    background: #dedede;
}

/*loader*/
#loader-mini{
    display: block;
    position: relative;
    top: 0%;
    left: 50%;
    width: 60px;
    height: 40px;
    margin: 20px 0 20px -30px;
}
#loader-mini span{
    display: block;
    bottom: 0px;
    width: 6px;
    position: absolute;
    height: 30px;
    float: left;
    animation:preloader-mini 2s infinite ease-in-out;
    -webkit-animation:preloader-mini 2s infinite  ease-in-out;
}
#loader-mini span:nth-child(1){
    left: 10px;
    animation-delay:0.2s;
    -webkit-animation-delay:0.2s;
}
#loader-mini span:nth-child(2){
    left: 20px;
    animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
}
#loader-mini span:nth-child(3){
    left: 30px;
    animation-delay:0.6s;
    -webkit-animation-delay:0.6s;
}
#loader-mini span:nth-child(4){
    left: 40px;
    animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
#loader-mini span:nth-child(5){
    left: 50px;
    animation-delay:1s;
    -webkit-animation-delay:1s;
}

@keyframes preloader-mini{
    0%{
        height: 10px;
        transform:translateY(0px);
        background:#00b0f0;
    }
    20%{
        height: 30px;
        transform:translateY(15px);
        background:#f79646;
    }
    40%{
        height: 10px;
        transform:translateY(0px);
        background:#24D6D6;
    }
    60%{
        height: 10px;
        transform:translateY(0px);
        background:#7DD0DB;
    }
    80%{
        height: 10px;
        transform:translateY(0px);
        background:#C4B1E2;
    }
    100%{
        height: 10px;
        transform:translateY(0px);
        background:#FFF056;
    }
}
@-webkit-keyframes preloader-mini{
    0%{
        height: 10px;
        transform:translateY(0px);
        background:#00b0f0;
    }
    20%{
        height: 30px;
        transform:translateY(15px);
        background:#f79646;
    }
    40%{
        height: 10px;
        transform:translateY(0px);
        background:#24D6D6;
    }
    60%{
        height: 10px;
        transform:translateY(0px);
        background:#7DD0DB;
    }
    80%{
        height: 10px;
        transform:translateY(0px);
        background:#C4B1E2;
    }
    100%{
        height: 10px;
        transform:translateY(0px);
        background:#FFF056;
    }
}

/* stylish on off switch css */
.onoffswitch {
  position: relative;
  width: 55px;
  display: inline-block;
  font-size: 80%;
  top: 4px;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid hsl(0, 0%, 90%);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
}
.onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}
.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 23px;
  padding: 0;
  line-height: 24px;
  font-size: 80%;
  color: hsl(0, 0%, 100%);
  font-weight: normal;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: hsl(203, 100%, 39.1569%);
  color: hsl(0, 0%, 100%);
}
.onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: hsl(0, 0%, 98%);
  color: hsl(0, 0%, 24%);
  text-align: right;
}
.onoffswitch .onoffswitch-switch {
  width: 22px;
  height: 22px;
  margin: 0;
  background: hsl(0, 0%, 100%);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 35px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}
.toggle-group {
  position: relative;
  height: 27px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  top: 50%;
}
.toggle-group input[type=checkbox] {
  position: absolute;
  left: 10px;
  width: auto !important;
  top: 5px;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.toggle-group input[type=checkbox]:checked ~ .onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 1px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.toggle-group input[type=checkbox]:focus ~ .onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}
.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 0px;
  display: inline-block;
  text-align: left;
  line-height: 24px;
  width: 100%;
  z-index: 1;
  height: 24px;
  font-weight: 200;
  padding: 0px 0px;
}
/* ==== Accessibility ===== */
.aural {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}
.aural:focus {
  clip: rect(0, 0, 0, 0);
  font-size: 1em;
  height: auto;
  outline: thin dotted;
  position: static !important;
  width: auto;
  overflow: visible;
}

/* stylish on off switch ends */

/* Brand items */

.brand-color, a.brand-color{color: #BD1622;}
.btn-tm.bg-brand {background: #BD1622;}
.btn-tm.bg-brand:hover {background: #c43c45;}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .center-container{
        width: 90%;
        margin: 0 auto;
    }
    #left-panel-div{display:none;}
    h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:20px;margin:5px 0px;}
    h1{font-size:20px}
    h2,h3{font-size:16px}
    h4,h5,h6{font-size:13px}
    #card-query{width: 480px;float:none;}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 640px) {
    .center-container{
        width: 95%;
        margin: 0 auto;
    }
    #left-panel-div{display:none;}
    h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:24px;margin:5px 0px;}
    h1{font-size:18px}
    h2,h3{font-size:16px}
    h4,h5,h6{font-size:14px}
    #card-query{width: 92%;}
    .ask{width:92% !important;margin:5px 2% !important}
}

@media only screen and (min-width: 601px) and (max-width:800px) {
    .center-container{
        width: 95%;
        margin: 0 auto;
    }
    #left-panel-div{display:none;}
    h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:24px;margin:5px 0px;}
    h1{font-size:18px}
    h2,h3{font-size:16px}
    h4,h5,h6{font-size:14px}

}
@media only screen and (min-width: 481px) and (max-width:600px) {
    h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:24px;margin:5px 0px;}
    h1{font-size:18px}
    h2,h3{font-size:16px}
    h4,h5,h6{font-size:14px}
    #card-query{width: 80%;}
    .btn-tm .text{margin-left:2px;font-size:11px;width: -moz-calc(100% - 26px);width: -webkit-calc(100% - 26px);width: -o-calc(100% - 26px);width: calc(100% - 26px);width: -ms-calc(100% - 26px);}
}
@media only screen and (min-width: 300px) and (max-width:480px) {
    h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:24px;margin:5px 0px;}
    h1{font-size:18px}
    h2,h3{font-size:16px}
    h4,h5,h6{font-size:14px}
    .bold{font-weight: normal !important}
    .f10{font-size:10px !important;}
    .f12{font-size:11px !important;}
    .f13{font-size:13px !important;}
    .f14{font-size:13px !important;}
    .f16{font-size:14px !important;}
    .f18{font-size:16px !important;}
    .f20{font-size:16px !important; line-height: 22px;}
    .f24{font-size:20px !important;}
    .f30{font-size:24px !important;}
    .f36{font-size:30px !important;}
    .grid75{width:100% !important;}
    .grid50{width:100% !important;}
    .grid33{width:100% !important;}
    .grid25{width:50% !important;}
    #card-query{width: 100%;}
    .btn-tm .icon{margin:4px 0px}
    .btn-tm .text{margin-left:2px;font-size:11px;width: -moz-calc(100% - 26px);width: -webkit-calc(100% - 26px);width: -o-calc(100% - 26px);width: calc(100% - 26px);width: -ms-calc(100% - 26px);}
}
@media only screen and (min-width: 180px) and (max-width:299px) {
    h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:24px;margin:5px 0px;}
    h1{font-size:16px}
    h2,h3{font-size:14px}
    h4,h5,h6{font-size:13px}
    .grid50{width:100% !important;}
    #card-query{width: 92%;}
    .btn-tm .icon{margin:4px 0px}
    .btn-tm .text{margin-left:2px;font-size:11px;width: -moz-calc(100% - 26px);width: -webkit-calc(100% - 26px);width: -o-calc(100% - 26px);width: calc(100% - 26px);width: -ms-calc(100% - 26px);}
}