/* Enter Your Custom CSS Here */
@media only screen and (max-width: 1380px){
	#agencies-social-ribbon {
		display: none!important;
	}
}

/* November 29, 2016 */

 @media screen and (max-width: 860px) {

    table {
      border: 0;
    }

    table thead {
      display: none;
    }

    table tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table td {
      display: block;
      text-align: right;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }

    table td:last-child {
      border-bottom: 0;
    }

    table td:before {
      content: attr(data-label) !important;
      float: left;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px !important;
      font-family: "Varela Round",Helvetica,sans-serif !important;
      color: #444!important;
	}
    .goods_column {
      text-align: right;
    }
  }