
div#srt_pq_new {
    display: block;
    width: 480px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

div#srt_pq_new h5.product_name {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 1.5em;
    line-height: 100%;
}

h5.product_name {
    padding-left: 11px !important;
    padding-right: 23px;
}

form#srt_pq_form {
    padding-right: 15px;
    padding-left: 15px;
}

div.srt-pq {
    margin-bottom: 25px;
    padding-top: 20px;
}

.srt-pq-subtitle {
    display: block;
    font-weight: 700;
}

ul.srt-pq-questions {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
ul.srt-pq-questions > li {
    margin-bottom: 25px;
}
ul.srt-pq-questions .srt-pq-question {
    margin: 0 0 5px;
    padding: 0;
}
ul.srt-pq-questions span.srt-pq-details {
    display: inline-block;
    margin-left: 10px;
    color: #AAAAAA;
}
ul.srt-pq-questions .srt-pq-answer {
    display: flex;
    overflow: hidden;
    margin: 0 0 0 25px;
    color: #555555;
}
ul.srt-pq-questions .srt-pq-answer > div {
    float: left;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    border-left: 1px solid #B4B4B4;
    border-bottom: 1px solid #B4B4B4;
}
ul.srt-pq-questions .srt-pq-answer > p {
    float: left;
    width: 100%;
    padding-top: 3px;
}

a#show_more_questions {
    color: #264093;
}
a#show_more_questions > i {
    vertical-align: -2px;
}

div.prueba1 {
    color: red;
}

div#srt_pq_button_new {
    text-align: right;
}

.text-pq {
    text-align: left;
    font-size: 30px;
}

.btn-primary {
    background-color: #29458E !important;
    color: #fff !important;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
	background-color: #d11418; 
	border-color: #d11418;
	color: #fff !important;
}

.text-capitalize{
    text-transform: capitalize !important;
}

div#srt_pq_result {
    padding-left: 23px !important;
    padding-right: 23px;
}

.required {
    color: red;
}

.block-heading {
    padding: 10px;
    font-size: 1.133em;
    color: #fff;
    text-transform: uppercase;
    background: #666666;
    margin-bottom: 10px;
}