.my-article {
  padding:0 !important;
  margin:0 !important;
}
.tab-container {
  /* padding:10px; */
  display:block;
  margin:10px 0px;
}
.tab-container h1 {
  margin:0;
  margin-bottom:5px;
  font-size:20px;
  background:#ddd;
  padding:10px;
  line-height:1;
}
.tech_details {
  display:block;
}
.tech_details .tech_image {
  display:block;
}
.tech_image .zoom-left {
  float:none !important; 
  overflow:hidden;
}
.tech_image #gallery_02 {
  overflow:hidden;
  clear:both !important;
}
.tech_details .tech_image a {
  text-decoration:none;
  clear:none !important;
  float:left !important; 
}


/*To solve overlap bug at the edges during magnification*/
.tech_details .tech_image .small { display: block; }
.social-share {
  display:none;
} 
.tab-container .tech_details > div:last-child {
  padding:0;
  clear:both;
  margin:0;
}
.tab-container .tech_details > div{
  margin:0;
  margin-bottom:10px;
  overflow:hidden;
  padding:10px;
}
.tech_details .tech_price,
.tech_details .compare_tech {
  display:inline-block;
  vertical-align:middle;
}
.tech_details .compare_tech {
  margin-left:20px;
}
.tech_details .compare_tech button {
  border:0;
  background:#475764;
  border-radius:0;
  padding:8px;
  font-size:14px;
  color:#fff;
}
.tech_details .compare_tech button i {
  margin-right:5px;
}
.tab-container .tech_details p,
.tab-container .tech_details h2 {
  margin:0;
  margin-bottom:5px;
}
.tab-container .tech_details h2 span{
  color:red;
  font-weight:600;
}
/* Generic Utility */
#tech_pricing_tab .hide {
     position: absolute;
     top: -9999px;
     left: -9999px;
}
/* Specific to example one */
 #tech_pricing_tab {
  background:#fff;
  padding:10px 0px;
}
 #tech_pricing_tab .nav {
     overflow: hidden;
}
 #tech_pricing_tab .nav li {
     width: 25%;
     float:left;
     border-right:2px solid #475764;
}

#tech_pricing_tab .nav li:last-child {
   border-right:0;
}
 #tech_pricing_tab .nav li a {
     display: block;
     padding: 5px 10px;
     background: #ddd;
     color: #333;
     font-size: 15px;
     text-align: center;
     border: 0;
     text-decoration:none;
     text-transform:uppercase;
     font-weight:600;
}
 #tech_pricing_tab .nav li a:hover {
     background-color: #475764;
     color:#fff;
}
 #tech_pricing_tab ul {
     list-style: none;
}
 #tech_pricing_tab ul li:last-child a {
     border: none;
}
 #tech_pricing_tab ul li  a.current, #tech_pricing_tab ul#featured li a:hover {
     background-color: #475764;
     color: white;
}
/* Specific to example two */
.tech-spec-wrapper {
    display:block;
    margin-bottom:10px;
    border-bottom:1px solid #ddd;

}
#tech_pricing_tab .list-wrap {
  height:auto !important;
}
.tech-spec-wrapper p {
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    text-align:left;
    padding:5px 0px;
}
.tech-spec-wrapper p.spec_title {
  width:30%;
  vertical-align:top;
  margin-right:20px;
}

.tech-spec-wrapper label {
    display:block;
    font-size:12px;
    margin-bottom:5px;
    font-weight:600;
}
.tech-spec-wrapper .remove-package {
    text-decoration:none;
    background:#df3f3f;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
    vertical-align:middle;
    display:inline-block;
    margin-left:20px;
}
.tech-spec-wrapper input {
    width:100%;
    height:30px;
}
.tech-spec-wrapper textarea {
  height:80px !important;
}
.tech-spec-wrapper .remove-package:hover {
    background:#c42e2e
}
.tech_spec_table_metabox {
  width:100%;
  border-collapse:collapse;
}
.tech_spec_table_metabox .pn_spec_title,
.tech_spec_table_metabox .laptop_spec_title,
.tech_spec_table_metabox .camera_spec_title {
  background:#ddd;
  padding:5px;
}
.tech_spec_table_metabox th {
  background:#f9f9f9;
}
.tech_spec_table_metabox th ,
.tech_spec_table_metabox td,
.tech_spec_table_metabox tr{
  border:1px solid #ddd;
}
.tech_spec_table_metabox textarea {
  width:100%;
  display:block;
  height:40px;
}

.tech_spec_table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  margin-top:20px;
  line-height:1.5;
}
.tech_spec_table .pn_spec_title th,
.tech_spec_table .laptop_spec_title th ,
.tech_spec_table .camera_spec_title th {
  background:#ddd !important;
  font-size:1em;
  padding:5px;
}


.tech_spec_table tr {
  border: 1px solid #ddd;
  padding: .35em;
  border:1px solid #ddd;
}

.tech_spec_table td {
  font-size:16px;
  padding: .625em;
  text-align: left;
  width:35% !important;
  border:1px solid #ddd;
}
.tech_spec_table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.tech_spec_table th.title {
  background:#f9f9f9;
  padding:0px 10px;
  width:15% !important;
  border:1px solid #ddd;
  font-size:12px !important;
}

.tech_spec_table textarea {
    width:100%;
    float:none;
    display:block;
    height:30px;
}


.group-pricing {
    border:1px solid #ddd;
    box-shadow:1px 1px 1px 1px #ddd;;
    padding:10px 5px;
    margin:10px 0px;
}
.group-pricing p {
    display:inline-block;
    vertical-align:top;
    margin:5px 5px;
}
.group-pricing label {
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    border-bottom:2px solid #ddd;
}
.group-pricing label ,
.group-pricing img {
    display:block;
    margin-bottom:5px;
}
.group-pricing img {
    width:130px;
    height:42px !important;
    background:#ddd;
    padding:5px;
}

.group-pricing p.tech_payment_type > span{
  display:block !important;
  font-size:11px;
  margin-bottom:1px;
}

.group-pricing span.remove-store {
    cursor:pointer;
    text-decoration:none;
    background:#df3f3f;
    color:#fff;
    padding:5px 10px;
    border-radius:5px;
    vertical-align:middle;
    display:block;
    width:60px;
    text-align:center;
    margin:10px auto;
}
.add_store {
  background:#6a9eeb;
  padding:5px;
  margin-top:20px;
  display:block;
  width:90px;
  font-size:14px;
  text-align:center;
  color:#fff;
  cursor:pointer;
}








#tech_specs td, #tech_specs th {
    border: 1px solid #ddd;
    padding: 8px;
}

#tech_specs tr:nth-child(even){background-color: #f2f2f2;}

#tech_specs tr:hover {background-color: #ddd;}

#tech_specs th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4CAF50;
    color: white;
}

.forum-container > h1 {
  color:#333;
  padding:10px;
  margin-bottom:5px !important;
  font-size:20px !important;
  background:#fff;
  line-height: 1;
}
.forum-container .left-content ,
.forum-topic-section .left-content{
    float:left;
    width:30%;
    overflow:hidden;
    background:#fff;
    margin:5px 0px;
    padding:5px;
}
.forum-container .left-content .avatar-wrapper,
.forum-topic-section .left-content .avatar-wrapper{
    float:left;
    width:50px;
    vertical-align:top;
    margin-right:5px;
}
.forum-container .left-content .avatar-wrapper {
  margin:0px !important;
}
.forum-container .left-content .avatar-wrapper  img ,
.forum-topic-section .left-content .avatar-wrapper  img {
  border-radius:0% !important;
  margin:5px !important;
  height:100%;
  width:40px !important;
}
.forum-container .left-content>div span ,
.forum-topic-section .left-content>div span {
    display:block;
    font-size:12px;
    line-height:1.5;
    font-weight:600px;
    margin-bottom:5px;
}
.forum-wrapper .the-content,
.forum-topic-section  .the-content {
    position:relative;
    overflow:hidden;
    padding:10px 0px 10px 30px ;
}
.forum-topic-section,
.forum-review-section {
  padding:10px;
  margin-top:20px;
  background:#475764;
}
.forum-topic-section p,
.forum-review-section p {
  margin-bottom:5px !important;

}
.forum-topic-section input,
.forum-review-section input {
  height:30px;
  width:100%;
  font-size:12px !important;
  margin-bottom:10px;
  border-radius:0 !important;
}
.forum-topic-section textarea,
.forum-reply-section textarea,
.forum-review-section textarea{
  height:90px;
  font-size:12px !important;
  padding:5px;
  width:100%;
  resize:none;
  border-radius:0 !important;
}
.forum-signin-wrapper {
  width:70%;
  float:right;
  text-align:center;
  margin-top:20px;
}
.forum-signin-wrapper .reply_button,
.forum-review-section .review_button,
.forum-topic-section .topic_button{
  font-size:14px;
  box-shadow:1px 1px 1px 1px #444;;
  display:block;
  background:#ddd;
  text-align:center;
  color:#000;
  text-transform:uppercase;
  font-weight:900;
  border-radius:10px;
  padding:5px 10px !important;
  text-decoration:none !important;
  margin:0 auto;
}
.forum-topic-section > button,
.forum-review-section > button {
  margin:0 auto;
  text-align:center;
  display:block;
  background:#ddd;
  border-radius:10px;
  color:#000;
  padding:10px;
  font-size:12px !important;
  text-transform:uppercase;
  font-weight:900;
}
.forum-signin-wrapper > a:hover,
.forum-review-section > a:hover,
.forum-topic-section > a:hover  {
  box-shadow:none !important;
}
.forum-signin-wrapper > a:visited,
.forum-review-section > a:visited,
.forum-topic-section > a:visited {
  color:#333;
}
.forum-topic-section #submit ,
.forum-reply-section #submit,
.forum-review-section #submit {
  font-size:12px;
  margin-top:10px;
  padding:6px 10px;
  display:block;
  text-align:center;
}

/* CSS talk bubble */
.talk-bubble {
  position: relative;
  height: auto;
  background-color: #fff;
}
.talk-bubble .pn_delete_topic ,
.talk-bubble .pn_delete_reply,
.talk-bubble .pn_delete_review {
  display:block;
  float:right;
  clear:both;
  font-size:12px;
  color:#ffffff;
  background: #c55858;
  text-decoration:none;
  padding:5px;
  line-height:1;
}



.topics-pagination ul,
.reviews-pagination ul {
    margin: 0; 
    padding: 0;
}
.topics-pagination  ul li ,
.reviews-pagination ul li {
    display: inline; 
    margin: 3px; 
    padding: 4px 8px; 
    background: #FFF; 
    color: black; 
}
.topics-pagination  ul li.active:hover ,
.reviews-pagination ul li.active:hover
{
    cursor: pointer; 
    background: #1E8CBE; 
    color: white; 
}
.topics-pagination  ul li.inactive ,
.reviews-pagination ul li.inactive
{
    background: #7E7E7E;
}
.topics-pagination  ul li.selected ,
.reviews-pagination ul li.selected {
    background: #1E8CBE; 
    color: white;
}

.tri-right.border.left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -40px;
  right: auto;
  top: 30px;
  bottom: auto;
  border: 20px solid;
  border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  right: auto;
  top: 10px;
  bottom: auto;
  border: 10px solid;
  border-color: #fff #fff transparent transparent;
}


/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  right: auto;
  top: auto;
  bottom: -40px;
  border: 20px solid;
  border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 38px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 12px solid;
  border-color: #fff transparent transparent #fff;
}


/* talk bubble contents */
.talktext {
  padding: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size:12px;
}
.talktext h3 {
  font-weight:600 !important;
}
.talktext p {
  /* remove webkit p margins */
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  font-size:12px !important;
  word-wrap: break-word
}






.review_description {
  background:#fff;
    overflow:hidden;
    padding:10px;
}
.review_description input {
    width:100%;
    display:block;
    height:35px;
    border-radius:0;
}
.review_description textarea {
    display:block;
    height:150px;
    resize:none;
    border-radius:0;
}
.review_ratings_wrapper {
  background:#fff;
  width: 35%;
  float:left;
  overflow:hidden;
  margin-right:10px;
  padding:10px;
}

.review-list-container,
.forum-container {
  background:#475764;
  margin:10px 0px;
  padding:10px;
}

.review-list-ratings {
  background:#fff;
  width: 35%;
  float:left;
  text-align:left !important;
  padding:10px;
}
.review-list-ratings > table {
  border:1px solid #ddd;
}
.review-list-ratings .reviewer-photo-wrapper {
  margin-bottom:10px;
  display:block;
}
.review-list-ratings .reviewer-photo-wrapper div:first-child{
  float:left;
  width:45px;
  margin-right:10px;
}
.review-list-ratings .reviewer-photo-wrapper div:first-child img {
  border-radius:0 !important;
  float:left;
  margin:0;
  height:100%;
}
.review-list-ratings .reviewer-photo-wrapper div:last-child {
  overflow:hidden;
}
.review-list-ratings .reviewer-photo-wrapper div:nth-child(2) span {
  display:block !important;
  font-size:12px;
  font-weight:600;
  line-height:1.5;

}
.review-list-ratings th {
  width:15px !important;
  font-size:10px !important;
}
.review-list-ratings td i {
  font-size:8px !important;
}
.review-list-ratings th ,
.review-list-ratings td{
  padding:5px;
  border-bottom:1px dotted #ddd;
  border-right:1px dotted #ddd;
}
.review-list-ratings td {
  border-right:none;
}
.review-list-ratings tr:last-child th ,
.review-list-ratings tr:last-child td {
  border-bottom:none;
}
.review-list-ratings span.ratings {
  font-size:12px;
  text-align:center;
  color:#f90;
  font-weight:600;
}
.review-list-ratings span > i {
  padding:5px;
  /* font-size:10px; */
  display:inline-block;
  font-weight:normal;
  margin:1px;
  border-radius:50%;
  border:1px solid #ddd;
}
.review-list-ratings span > i:last-child {
  margin-right: 10px;
}
.review-list-ratings span > i.fa-star-o {
  color:#ddd;
}
.review-list-ratings span > i.fa-star {
  color:#fc0;
}
.review-list-content {
    position:relative;
    overflow:hidden;
    padding: 10px 0px 10px 30px;
}
.review-list-content h3 {
  border-bottom:2px solid #dddddd;
  font-size:14px !important;
  margin-bottom:5px !important;
  margin-top:0px !important;
  word-wrap: break-word;
  line-height:1;
  padding-bottom:5px;
}
.review-list-content span {
  font-size:12px !important;
  word-wrap: break-word;
}




.review_ratings_wrapper table {
  width:100%;
  table-layout:fixed;
  border-collapse:collapse;

}
.review_ratings_wrapper table th {
  font-size:10px;
  text-align:left;
  width:35%;
  border-bottom:1px dotted #ddd;
  border-right:1px dotted #ddd; 
  padding:5px 2px;  
  line-height:1.5;
}
.review_ratings_wrapper table td {
  border-bottom:1px dotted #ddd;
  border-right:1px dotted #ddd; 
  padding:5px 0px;
}
.review_ratings_wrapper table tr {
  border:1px dotted #ddd;
}

.review_ratings_wrapper #ph_review_design,
.review_ratings_wrapper #ph_review_portability,
.review_ratings_wrapper #ph_review_operability,
.review_ratings_wrapper #ph_review_response,
.review_ratings_wrapper #ph_review_display,
.review_ratings_wrapper #ph_review_listenability,
.review_ratings_wrapper #ph_review_battery,
.review_ratings_wrapper #pn_latop_design,
.review_ratings_wrapper #pn_laptop_processing_speed,
.review_ratings_wrapper #pn_laptop_grapics,
.review_ratings_wrapper #pn_laptop_expandability,
.review_ratings_wrapper #pn_laptop_usability,
.review_ratings_wrapper #pn_laptop_portability,
.review_ratings_wrapper #pn_laptop_battery,
.review_ratings_wrapper #pn_laptop_display,
.review_ratings_wrapper #pn_camera_design,
.review_ratings_wrapper #pn_camera_image_quality,
.review_ratings_wrapper #pn_camera_operability,
.review_ratings_wrapper #pn_camera_battery,
.review_ratings_wrapper #pn_camera_portability,
.review_ratings_wrapper #pn_camera_functionality,
.review_ratings_wrapper #pn_camera_display,
.review_ratings_wrapper #pn_camera_grid_performance,
.review_ratings_wrapper #pn_desktop_design,
.review_ratings_wrapper #pn_desktop_processing_speed,
.review_ratings_wrapper #pn_desktop_graphics,
.review_ratings_wrapper #pn_expandability,
.review_ratings_wrapper #pn_desktop_usability,
.review_ratings_wrapper #pn_desktop_quietness,
.review_ratings_wrapper #pn_desktop_attached_software {
  font-size:12px;
  line-height:1;
  overflow:hidden;
  float:left;
  padding:5px 0px;
  font-weight:600;
  color:#f90;
}

.star-cb-group {
  display:flex !important;
  flex-direction: row-reverse !important;
  justify-content:space-around;
  width:85%;
  float:left;
  overflow:hidden;
  margin-right:5px;
}
.star-cb-group * {
  font-size:12px;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  position:relative;
  height:auto;
  overflow: hidden;
  text-indent: 9996px;
  width: 22px;
  border:1px solid #ddd;
  white-space: nowrap;
  cursor: pointer;
  margin:1px;
  line-height:1 !important;
  border-radius:50%;
  padding:3px;

}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9995px;
  content: "\f006";
  color: #888;
  font-family:fontawesome;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "\f005";
  color: #fc0;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "\f006";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "\f005";
  color: #fc0;
  text-shadow: 0 0 1px #333;
}


/****
*
***CUSTOM
*
****/


.form-msg {
  display: none;
}
.has-error input {
  border-color:#ec4949;
}
.has-error .form-msg {
  display:block;
}

/**************
**
**CUSTOM REGISTRATION FORM STYLE
**
**************/

.ph_custom_registration_from {
  display:block;
  width:500px;
  margin:0 auto;
  padding:10px;
  border:1px solid #ddd;
  box-shadow:1px 1px 1px 1px #ddd;
  border-radius:5px;

}
.ph_custom_registration_from .form-group {
  display:block;
  width:100%;
  text-align:left;
  margin:5px 0px;
}
.ph_custom_registration_from .form-group label {
  font-size:12px;
  font-weight:600;
  margin-bottom:5px;
  margin-top:10px;
  display:block;
}
.ph_custom_registration_from .form-group input {
  height:35px;
  border-radius:0;
  font-size:12px;
}
.ph_custom_registration_from #reg_submit {
  background:#333;
  color:#fff;
  font-size:12px !important;
  margin-top:10px;
  border-radius:0px;

}
.pn_registration_error{
   width:500px;
   display:block;
   margin:0 auto;
   font-size:10px;
   color:#ff0000b3;
   border:1px solid #ff0000b3;
   padding:5px;
}
.pn_registration_complete{
   width:500px;
   display:block;
   margin:0 auto;
   font-size:10px;
   color:#333;
   border:1px solid #333;
   padding:5px;
}
.pn_registration_complete a {
  font-size:14px;
  text-decoration:none;
  color:#eee;
  box-shadow:none !important;
  background:#333;
  padding:5px 10px;
  margin-left:10px;
}
.pn_registration_complete a:hover {
  color:#fff;
  background:#000;
}

.pn_login_form_wrapper {
  width:500px;
  display:block;
  margin:0 auto;
  padding:10px;
  border:1px solid #ddd;
  border-radius:5px;
  box-shadow:1px 1px 1px 1px #ddd;
}
.pn_login_form_wrapper p {
  margin-bottom:10px;
}
.pn_login_form_wrapper label {
  font-size:12px;
}
.pn_login_form_wrapper input  {
  height:35px;
  border-radius:0;
  font-size:12px;
}
.pn_login_form_wrapper p.login-remember {
  display:block;
}
.pn_login_form_wrapper p.login-remember input,
.pn_login_form_wrapper p.login-remember label {
  height:auto !important;
  display:inline-block !important;
  line-height:3 !important;
  vertical-align:middle;
}



.pn_submit_reply,
.pn_submit_topic,
.pn_submit_review {
  display:block;
  padding:7px 10px;
  border-radius:0 !important;
  font-size:12px !important;
  background:#475764;
  color:#fff;
  box-shadow:none;
  cursor:pointer;
  border:none;
}

.form-msg {
  display:block;
  margin:5px 0px;
  border-radius:5px;
  font-size:10px;
  display:none;
}
.text-danger {
  color:#ec4949;
  font-weight:600;
  text-transform:uppercase;
}
.text-success {
  color:#49e249;
  font-weight:600;
  text-transform:uppercase;
}
.has-error input {
  border-color:#ec4949;
}
.has-error .form-msg {
  display:block;
}
.js-show-feedback {
  display:block;
  border:1px solid;
  padding:10px;
  margin:10px;
  font-weight:600;
  text-transform:uppercase;
}



#review_form,
#topic_form {
  display:none;
}

.pn_no_review,
.pn_no_topic {
  padding:10px;
  background:#475764;
  color:#fff;
  text-align:center;
  font-size:18px;
  text-transform:uppercase;
  border-top:3px solid #ddd;
}


#response {
  padding:10px;
}
#tech_comparison_table {
  border-collapse: collapse;
  margin: 0;
  position:relative;
  display:block;
  width:auto;
  table-layout:fixed;
  padding: 0;
}
#tech_comparison_table tr,
#tech_comparison_table th {
  border:1px solid #ddd;
}
#tech_comparison_table th {
  font-size:14px !important;
  line-height:1.5;
}
#tech_comparison_table td {
  border:1px solid #ddd;
  font-size:12px;
  line-height:1.5;
}
#tech_comparison_table th,
#tech_comparison_table td {
  padding:5px 0px;
  text-align: left;
}
#tech_comparison_table td.column1,
#tech_comparison_table td.column2,
#tech_comparison_table td.column3 {
  width:28% !important;
  padding:5px;
  font-size:16px;
}
#tech_comparison_table td.column1 img,
#tech_comparison_table td.column2 img,
#tech_comparison_table td.column3 img {
  margin:0 auto;
  text-align:center;
}
#tech_comparison_table td a{
  text-decoration:none;
  color:#444;
  font-size:13px;
  letter-spacing:2px;
}
#tech_comparison_table th.data-label {
  padding:5px;
  text-align:left !important;
}
#tech_comparison_table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding:5px;
}

#pn_tech_tab {
  padding-left:0px;
  padding-right:0px;
  border:0px !important;
}
#pn_tech_tab .ui-tabs-nav {
  background:transparent;
  border:0;
  padding:0;
}
#pn_tech_tab .ui-tabs-nav li{
  margin:0 !important;
  border-radius:0;
  font-size:14px;
  text-align:center;
  border:none;
  background:#ddd;
  border-right:1px solid #fff;
  display:block;
  width:24.8%;
}
#pn_tech_tab .ui-tabs-nav li a {
  cursor:pointer;
  float:none !important;
  padding:10px;
  font-weight:600;
  display:block;
  width:auto;
}
#pn_tech_tab .ui-tabs-nav li.ui-state-active {
  background:#475764;
  border:none !important;
  padding:0 !important;
}
#pn_tech_tab .ui-widget-content {
  padding:0 !important;
}

.pn_pagination_container {
  display:block;
  position:relative;
  clear:both;
  margin-top:20px;
  text-align:center;
}
.pn_pagination_container a {
  clear:both;
  padding:5px;
  display:block;
  float:right;
  text-decoration:none;
  color:#fff !important;
  font-weight:600;
  font-size:12px;
  background:#000;
}
.pn_pagination_container a:visited{
  color:#fff;
}
.button-wrapper {
  margin-top:10px;
  position: relative;
  width: 150px;
  text-align: center;
}

.button-wrapper span.label {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 80% !important;
  margin:0 auto !important;
  background: #00bfff;
  cursor: pointer;
  color: #fff;
  padding: 5px 0;
  text-transform:uppercase;
  font-size:12px;
  line-height:1.5;
  clear:both;
}

#profile_photo {
    display: inline-block;
    position: absolute;
    z-index: 2;
    width: 80% !important;
    top: 0;
    left: 0;
    margin:0;
    opacity:0;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
  .talktext {
    padding:10px 15px;
  }
  .forum-container .left-content, .forum-topic-section .left-content,
  .talktext p {
    font-size:10px !important;
    line-height:1.5;
  }
}
@media screen and (max-width: 622px){
  #pn_tech_tab .ui-tabs-nav li a {
    font-size:2vw !important;
  }
}
@media screen and (max-width: 397px) {
  #pn_tech_tab .ui-tabs-nav li {
    width:24.7% !important;
    margin:0px !important;
    padding:0px !important
  }
}
@media screen and (max-width:569px) {
  .review_ratings_wrapper table td,
  .review_ratings_wrapper table th {
    display:block;
    width:auto !important;
  }
  .review-list-container, .forum-container, .forum-review-section {
    padding:5px;
  }
  .star-cb-group > input + label:before {
    font-size:8px;
  }
  .review_ratings_wrapper #ph_review_design, .review_ratings_wrapper #ph_review_portability, .review_ratings_wrapper #ph_review_operability, .review_ratings_wrapper #ph_review_response, .review_ratings_wrapper #ph_review_display, .review_ratings_wrapper #ph_review_listenability, .review_ratings_wrapper #ph_review_battery {
    font-size:8px;
  }
  .star-cb-group > input + label {
    width:15px !important;
    margin:0;
    padding:2px !important;
  }
  .review_ratings_wrapper,
  .review-list-ratings {
    padding:5px;
  }
  .review-list-ratings table {
    width:100% ;
  }
  .review-list-content {
    padding:5px 0px 5px 20px
  }
  .tri-right.left-in:after {
    left: -10px;
    top: 5px;
    border: 5px solid;
    border-color: #fff #fff transparent transparent;
  }
  .review-list-content .talktext {
    padding:5px 10px;
  }
  .review-list-ratings th,
  .review-list-ratings td {
    width:auto !important;
    display:block;
  }
  .review-list-ratings span.ratings {
    width:100% !important;
    display:block;
  }
  .review-list-ratings span > i,
  .review-list-ratings span {
    font-size:8px !important;
    padding:2px;
    margin:0;
  }
  .review-list-ratings span > i:last-child{
    margin-right:5px;
  }
  .review-list-ratings span {
    font-size:8px !important;
  }
  table .button_wrapper,
  table .input_select_class,
  .filter_wrapper {
    display:block !important;
    width:100% !important;
    margin:5px 0px;
  }

}
table .input_select_class {
  margin:5px 0px !important; 
  padding:0px 5px; 
}



.compare_price_listing {
  margin-top:20px !important;
  border-collapse:collapse;
  margin: 0;
  padding: 0;
  border-spacing: 0 10px;
  width: 100%;
  line-height:1.5 !important;
  table-layout: fixed;
}
.compare_price_listing td {
  padding:5px 0px;
}
.compare_price_listing tr{
  border-top:1px solid #ddd;
  padding:5px 0px !important;
}
.compare_price_listing .item {
  width:5% !important;
}
.compare_price_listing .price {
  width:10%;
  text-align:center;
  font-size:14px;
  font-weight:600;
}
.compare_price_listing .image {
  width:15%;
  padding:5px;
}
.compare_price_listing .shoptype {
  font-size:12px;
  clear:both;
  display:block;
}
.compare_price_listing .shop_type {
  width:25%;
  padding:5px;
}
.compare_price_listing .warranty { 
  width:25%;
  padding:5px;
}
.compare_price_listing .store_url {
  width:15%;
  padding:5px;
}
.compare_price_listing .morelink {
    display: block;
    transition: ease-in;
}
.compare_price_listing .tech_shop_type span.item_condition {
  color:red;
  font-size:10px !important;
  text-transform:uppercase;
  font-weight:600;
}
.compare_price_listing .tech_shop_type span.payment_type {
  font-size:10px;
  padding:1px;
  border:1px solid #ddd;
  margin:1px;
  float:left;
  clear:right;
}
.compare_price_listing .morecontent span {
    display: none;
}
.compare_price_listing .morecontent span.pn_comments {
    word-wrap:break-word;
    white-space: normal
}
.compare_price_listing .morelink {
    display: block;
    transition: ease-in;
}

.compare-price div.item-number span {
  font-size: 9px !important;
  font-weight:600;
  width:12px; 
  height:12px;
  display:block;
  text-align:center;
  padding: 11px;
  background:#444;
  border-radius:50%;
  color:#ffffff;
  border:1px solid #ddd;
}
.compare-price .tech_warranty,
.compare-price .tech_warranty > span {
  line-height:1.5 !important;
  font-size:12px;
  margin-bottom:3px !important;
  display:block;
}

.compare-price .tech_warranty span label {
  background:#ddd;
  padding:2px;

}

.compare-price .tech_warranty > div {
  display:block;
  margin:0;
}
.compare-price .tech_warranty .tech_comments {
  padding-left:15px;
  position:relative !important;
}

.compare-price .tech_warranty .tech_comments a.morelink {
  color:#e65f5f;
}
.compare-price .tech_warranty .tech_comments:before {
  content:"\f086";
  font-family:fontawesome;
  position:absolute;
  left:-3px;
}
.compare-price .tech_store_url a {
  /* display:block; */
  background:#42e142;
  text-align:center;
  text-decoration:none;
  color:#ffffff;
  padding:5px;
  font-weight:600;
  text-transform:uppercase;
  font-size:10px;
  box-shadow:1px 1px 1px 1px green;
}
.compare-price .tech_store_url a:hover  {
  box-shadow:none;
}

.compare-price .tech_price {
  font-size:17px;
  color:#ab0e0e;
  font-weight:600;

}

.compare-price .tech_image img{
  width:75px !important;
  height:32px !important;
  padding:2px;
  display:block;
  margin:0 auto;
  background:#ddd;
}
.compare-price .tech_shop_type {
  width:100% !important;
}
.compare-price .tech_shop_type p {
  margin:0;
  font-size:13px;
  display:block;
  line-height:1;
  color:#333;
}
.user-history-login {
  padding:5px;
  font-weight:500;
  font-size:24px;
  margin-bottom:10px;
}
.loginurl{
  display:block;
  text-align:center;
  font-size:20px;
  text-align:center;
}
.loginurl a {
  text-decoration:none;
  color:#000;
  text-align:center;
  font-size:larger;
  text-transform:capitalize !important;
}
@media screen and (max-width: 600px) {

  .compare_price_listing td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .compare_price_listing td:last-child {
    border-bottom: 0;
  }
  .tech_spec_table {
    border: 0;
  }
  .tech_spec_table .pn_spec_title ,
  .tech_spec_table .laptop_spec_title ,
  .tech_spec_table .camera_spec_title{
    display:none;
  }
  .tech_spec_table th.title {
    display:block !important;
    width:auto !important;
    float:none;
    padding:5px;
    background:#ddd;
    border:none;
  }
  .tech_spec_table td {
    width:auto   !important;
    display:block !important;
    text-align:left !important;
    border:none;
  }

  .tech_spec_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .tech_spec_table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    padding:0px !important;
  }

  .tech_spec_table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .tech_spec_table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;  
    font-weight: bold;
    text-transform: uppercase;
  }

  .tech_spec_table td:last-child {
    border-bottom: 0;
  }
   #tech_comparison_table {
    border: 0;
  }
  #tech_comparison_table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #tech_comparison_table tr {
    display: block;
    display:block;
  }
  #tech_comparison_table .specification-label {
    display:none;
  }
  #tech_comparison_table .data-label {
    width:100% !important;
    background:#ddd;
    display:block;
    padding:10px;
  }
  #tech_comparison_table .filter_td {
    width:47%;
    display:inline-block;
    padding:5px !important;
  }
  #tech_comparison_table .filter_td div {
  }
  #tech_comparison_table .filter_one input,
  #tech_comparison_table .filter_two input,
  #tech_comparison_table .filter_three input {
    display:block;
    width:100% !important;
    margin-bottom: 5px;
  }
   #tech_comparison_table td h3 {
    font-size:14px;
    font-weight:600;
  }
  #tech_comparison_table td.column1,
  #tech_comparison_table td.column2,
  #tech_comparison_table td.column3 {
    width:47% !important;
  }
  #tech_comparison_table td {
    font-size: 12px !important;
    text-align: left;
    border:none !important;
    display:inline-block;
    position:relative;
    width: auto;
  }
  #tech_comparison_table td img {
    display:block !important;
    float:none;
  }
  #tech_comparison_table td:last-child {
    border-bottom: 0;
    display:none;
  }
  #tech_comparison_table td.column3 {
    display:none;
  }
}



.filter_container {
  display:block;
  width:100%;
  position:relative !important;
}
.filter_container button {
  border-radius:0;
  display:block;
  float:none;
  clear:both;
  padding:2px !important;
  margin:5px 0px;
  font-size:10px !important;
  text-transform:uppercase;
  color:#444;
}
.filter_container input {
  width:95%;
  display:block;
  margin:0 auto;
  border-radius:0 !important;
  padding:5px !important;
}
.filter_td {
  margin-right:0; 
  background:#fff;
  position:relative;
  border-right:1px solid #444 !important;
}

.filter_container span {
  font-size:10px;
}
.filter_container label {
  font-size:16px;
  text-align:left !important;
}
.filter_td:last-child {
  border-right:0 !important;
}
.hide_th,
.no_border {
  border:0 !important
}
.filter_container label {
  display:block;
  font-size:12px;
  padding:0px 10px !important;
  font-weight:600;
  margin-bottom:5px;
  border-bottom:2px solid #000;
}
.filter_container span{
  font-size:10px;
  display:inline;
  margin-top:5px;
  font-style:italic;
}


.search_results,.search_results2,.search_results3 {
  height:auto;
  padding:2px 0px;
  max-height:300px;
  position:absolute;
  background:#fff;
  left:0;
  z-index:99999;
  width:100%;
  overflow-y: scroll;
}
.search_results ul, 
.search_results2 ul,
.search_results3 ul {
  margin:0;
  padding:0;
}
.search_results ul li, 
.search_results2 ul li,
.search_results3 ul li {
  display:block;
  clear:both;
  margin:5px 0px;
  border-bottom:1px solid #ddd;
  padding:2px 5px;
}
.search_results ul li a,
.search_results2 ul li a,
.search_results3 ul li a {
  text-decoration:none;
  color:#444;
}
.search_results ul li a:visited,
.search_results2 ul li a:visited,
.search_results3 ul li a:visited  {
  color:#444;
}
.search_results ul li a span,
.search_results2 ul li a span,
.search_results3 ul li a span {
  font-size:15px;
  display:block;
} 
.search_results ul li img, 
.search_results2 ul li img,
.search_results3 ul li img {
  float:left;
  overflow:hidden;
  width:50px !important;
  display:block;
}
.hide_search_div {
  display:none;
}
ul.result_list {
  display:block;
  margin-top:5px !important;
  padding:0;
  border-top:2px solid;
  margin-top:5px;
  margin:0;
  z-index:999;
  height:auto;
  max-height:250px;
  position:absolute;
  background:rgba(234, 234, 234, 0.8);
  width:100%;
  left:0;
  overflow-y:scroll;
}
ul.result_list li {
  border-bottom:1px solid #8c8a8a;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 10px;
  font-size: 14px;
  line-height: 1.6;
  text-align:left !important;
}
ul.result_list li a {
  text-decoration:none;
  color:#000000;
}
ul.result_list li a:visited {
  color:#000000;
}

.user_reviews,
.user_topics {
  margin:10px 0px;
}
.user_reviews > div,
.user_topics > div {
  padding:10px;
  background:hsla(0,0%,90%,.5);
  /* padding-left:25px; */
  border-left:10px solid #444;
}
.user_reviews h2,
.user_topics h2 {
  margin:0;
  border-bottom:1px solid #ddd;
  border-left:10px solid #444;
}
.user_reviews h3,
.user_topics h3 {
  margin:0;
  font-size:15px;
}
.user_reviews h3 a,
.user_topics h3 a {
  text-decoration:none;
  color:#444;
}

.user_reviews h5,
.user_topics h5 {
  margin:5px 0px;
  margin-left:20px;
  color:#988a8a;
}
.user_reviews ul,
.user_topics ul {
  margin:0;
  padding:0;
}
.user_reviews ul li,
.user_topics ul li {
  list-style:none;
  border-bottom:1px solid #ddd;
}
.user_reviews ul li:last-child,
.user_topics ul li:last-child {
  border:none;
}
.user_reviews p,
.user_topics p {
  margin:5px 0px;
  margin-left:20px;
  color:#988a8a;
  font-style:italic;
  font-size:12px;
}
.user_log_wrapper {
  margin:0 auto;
  display:block;
  padding:5px 10px;
}
.profile_image_wrapper {
  position:relative;
  width:50%;
  float:left;
}
.profile_image_wrapper h1 {
  position:absolute;
  bottom:0;
  margin:0;
  padding:10px;
  color:#fff;
  font-size:14px;
  background:#000;
  left:0;
  right:0;
}
.post_counter {
  display:block;
  float:right;
  clear:both;
}
.post_counter span {
  margin:5px;
  padding:5px;
  font-size:18px;
  border:1px solid #ddd;
  border-radius:5px;
  display:inline-block;
}
@media screen and (max-width:349px) {
  .user_log_wrapper {
    width:100% !important;
  }
  .user_reviews > div, .user_topics > div {
    padding-left:15px;
  }
}
@media screen and (max-width:459px) {
  .profile_image_wrapper {
    width:100%;
  }
}
@media screen and (max-width: 690px) {
  .compare_price_listing {
    border-collapse: collapse;
    border-spacing: 0;
    width: auto !important;
    border: 1px solid #ddd;
  }
  .compare_price_listing td.item {
    display:none;
  }
  .compare_price_listing td {
     text-align: left !important;
      padding: 8px;
      width:100% !important;
      white-space:nowrap
  }
  .store_container {
    overflow:auto;
  }
}

.tech-paginator .page-numbers {
  color:#000;
  padding:10px;
  box-shadow:none !important;
  line-height:1 !important;
  border-bottom:1px solid red !important;
  font-size:12px !important;
  display:inline-block !important;
  float:none !important;
  border: none !important; 
  padding:10px !important;
  background:#ffffff !important;
  font-weight:500 !important;
}
.tech-paginator .page-numbers:hover{
  background:#475764 !important;
  color:#ffffff !important;
}
.tech-paginator .current {
  background:#475764 !important;
  color:#ffffff !important;
}
.clear{
  clear:both !important;
}
@media screen and (max-width:431px) {
  #tech_comparison_table td.column1,
  #tech_comparison_table td.column2,
  #tech_comparison_table td.column3 {
    width:46% !important;
  }
  #tech_comparison_table .filter_td {
    width:46%;
    display:inline-block;
    padding:5px !important;
  }
}
@media screen and (max-width:332px) {
  #tech_comparison_table td.column1,
  #tech_comparison_table td.column2,
  #tech_comparison_table td.column3 {
    width:45% !important;
  }
  #tech_comparison_table .filter_td {
    width:45%;
    display:inline-block;
    padding:5px !important;
  }
}