@charset "utf-8";

/* CSS Document */


/*Large Screen*/


/*Medium Screen*/

@media (max-width: 991px) {

  #renewals-and-registration .nav {
    box-shadow: 0;
    background-color: #ffffff;
  }
  #renewals-and-registration .nav li {
    display: inline-block;
    float: left;
    width: 33.33%;
    border: 0;
    box-shadow: 0;
    text-align: center;
  }
  #renewals-and-registration .nav li a {
    border-bottom: 1px solid #EBEBEB;
  }
  #renewals-and-registration .nav li.active {
    background-color: #EBEBEB;
  }

  #product-case .message-icon img {
	  display: none;
  }

  #product-case #add-update-container {
	  margin-left: 0;
  }

  #product-case .message-list li {
  	padding: 15px;
  }

  /*COMMUNITY*/
  .usericon, #cs\3A profile .usericon {
    display: none;
  }
  .csfeedcontainer .feeditemcontent {
    padding-left: 0 !important;
  }
  .csfeedcontainer .cxquestionheader {
    margin: 0 !important;
  }
  .feeditemcommentbody .usericon {
    display: none;
  }
  .csfeedcontainer .feeditemcommentbody {
    margin-left: 0 !important;
  }

}

/*Small Screen*/

@media (max-width: 767px) {

  #removal-tools li {
    border: none;
    padding: 0 20px 10px;
    min-height: 1px;
  }
W
}

/*Extra Small Screen*/

@media (max-width: 480px) {

  #product-case .message-list-filters select {
  	margin: 0;
    display: block;
    width: 100%;
  }

  #product-case .message-list-filters select + select {
  	margin-top: 10px;
  }

  #feedback span {
    width: 100%;
  }

  #feedback button {
    margin-left: 0
  }

}
