@charset "UTF-8";

/***********TABLE CONTENT***********/
.tbspecifichead {
  padding-left: 0.625em; 
}

.tbcontainer
{
  margin-left: 0.625em;
  width: 100%;
  height: auto;
  overflow-x: auto;
  border-radius: 0.1875em;
  text-align: left;
}

.tbspecifications_cable
{
  width: 48em;
  position: relative;
  text-align: left;
}

.tbspecifications_connector
{
  width: 38em;
  position: relative;
  text-align: left;
}

.tbspecifications_receptacle
{
  width: 44em;
  position: relative;
  text-align: left;
}

td 
{
  font-family: 'Rubik', sans-serif;
  font-size: 1em;
  border-collapse: collapse;
  text-align: left;
  border: 0.0625em solid #a3a3a3;
  border-radius: 0.1875em;
  font-weight: 400;
  padding: 0.4em;
  box-shadow: 0 0.063em 0.125em rgba(0, 0, 0, 0.1), 0 0.063em 0.188em rgba(0, 0, 0, 0.2);
}
/***********END TABLE CONTENT***********/

