.ate-Question h2 {
  font-size: 14px;
  font-weight: bold;
}
.ate-Question-youAsked, .ate-Question-weSaid {
  font-size: 14px;
  margin: 12px;
  border-left: 2px solid #F0F0F0;
  padding-left: 12px;
  color: #404040;
}
.ate-Question-wrapper {
  padding: 12px;
}
.ate-Question pre {
  background-color: #F8F8F8;
  padding: 12px;
  font-size: 11px;
  border-radius: 2px;
  margin: 0;
  overflow: auto;
  z-index: 1;
  clear: left;
}
.ate-Question pre + pre {
  margin-top: 8px;
}
.ate-Question-review {
  padding: 12px;
  font-size: 12px;
  line-height: 16px;
}
.ate-Question-reviewWrapper pre {
  padding: 12px;
  font-size: 11px;
}
.ate-Question-review pre+br {
  display: none;
}
.ate-Question-followup {
  font-size: 12px;
  line-height: 1.6rem;
  border-top: 1px solid #F0F0F0;
  position: relative;
}

.ate-Question-bar {
    background-color: #FFF;
    font-size: 12px;
    line-height: 16px;
    display: table;
    width: 100%;
    padding-left: 12px;
}

.ate-Question-followup-bar {
    background-color: #FFF;
    font-size: 12px;
    line-height: 16px;
    display: table;
    width: 100%;
    padding-left: 12px;
}

.ate-Question-followup-text {
    background-color: #FFF;
    font-size: 12px;
    line-height: 16px;
    display: table;
    width: 100%;
    padding: 12px;
}

.ate-Question-barInfo h3,
.ate-Question-barInfo p.ate-Thanks {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
}
.ate-Question-barInfo p {
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.ate-Question-rating .fa {
  font-size: 14px;
  color: #DC1609;
}
.ate-Question-barInfo, .ate-Question-barActions {
  display: table-cell;
  vertical-align: middle;
}
.ate-Question-barActions {
  text-align: right;
  width: 10%;
  white-space: nowrap;
}
.ate-Question-reviewWrapper {
  border: 1px solid #E0E0E0;
  background-color: padding-box;
  border-radius: 2px;
  box-shadow: 0 2px 2px rgba(0,0,0,.05);
  background-color: #FFFFFF;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .ate-Question-bar,
  .ate-Question-barInfo,
  .ate-Question-barActions {
    display: block;
    text-align: left;
  }
}
.ate-Question-followup-bar .t-Button.t-Button--noUI {
    color: #a0a0a0;
    min-width: 32px;
}

.ate-Question-bar .t-Button.t-Button--noUI {
    color: #a0a0a0;
    min-width: 32px;
}

.ate-Question-followup-time  {
  padding-top: 8px;
}

.reviews-region .t-Region-headerItems--title {
  padding: 1.6rem 0;
}
.reviews-region .t-Region-headerItems--buttons .t-Button+.js-maximizeButtonContainer {
  margin-left: 0;
}

.ate-Expert-photo { float: left; margin-right: 8px; padding-top: 8px;}
.ate-Expert-photo img { border-radius: 100%; width: 36px; height: 36px; }


/* Ensure that code and pre blocks cannot exceed more than 100% of their container */
pre, code {
  max-width: 100%;
  overflow: auto;
}


.page-11 .t-Button--icon.t-Button--noLabel {
    padding: 8px !important;
}


.ate-Question pre { 
  float: none; 
}

.ate-Question-followup {
    transition:  all .2s;
}

.ate-Question-followup.flash {
    background-color: yellow;
}

.ate-Question-banner-message {
  padding: 5px;
  display: inline-block;
  background-color: #FFFFE1;
  border: 1px solid #E0E091;
  border-radius: 2px;
  margin-top: 5px !important;
}

.ate-Question-banner-message > .fa {
  margin-right: 3px;
}

/* Other Resources */

.resource-Img { 
    width: 41px;
    height: 41px;
    padding-bottom: 12px;
    overflow: hidden; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;  
}
.livesql-Img {  
 background-image: url(#APP_IMAGES#livesql.png); 
}
.devgym-Img {  
 background-image: url(  #APP_IMAGES#dev-gym.png); 
}

.resource-Desc h5 {

    margin-bottom: 3px;
    margin-top: 4px;

}

.resource-Desc p {

    color: rgb(0,0,0,.7);
    font-size: 12px;
    margin-bottom: 13px;
    line-height: 1.4;

}


/* Announcement Region */

.announce-Reg .t-Region-headerItems.t-Region-headerItems--title h2 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 6px;
}


.announce-Reg .t-Region-headerIcon {
    border-radius: 50px;
    background-color: dodgerblue;
    color: white;
    font-weight: bold;
}

/* star raiting styles*/

.t-Form-labelContainer.col.col-2 {
    
    width: 8.66667%;
}
 
