.cg_freespace_01 { 
  width: auto;
  padding: 5px 0px 10px 0px; 
}

.cg_freespace_02 { 
  width: auto;
  padding: 0px 0px 50px 0px; 
}

.dealers { 
  text-align: center;
  color: #b5b5b5; 
  font-size: 90%;
}

.category-name-list {
  font-size: 12px;
  font-weight: 700;
}

.isabella_cate {
    width:800px auto;
    height:100%;
    line-height:2.6em;
    margin:0 auto !important;
    font-family:serif;
    font-size: 13px;
    color:#000000;
}

@media only screen and (max-width: 768px) {
  .isabella_cate {
     position: relative;
     left: 0%;
     right: 0%;
     max-width: 100%;
     height: auto;
     line-height:2.2em;
     margin:0 auto !important;
     font-family:serif;
     font-size: 12px;
     color:#000000;
}
}

.freespace_login { 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }