
.main {
	margin-left: 10px;
	margin-right: 10px
}

.centeredTD
{
    text-align: center; 
    vertical-align: middle;
}

.requiredParams
{
	color: #e90;
}

.optionalParams
{
	color: #690;
}

.paramsType 
{
	color: #ae81ff;
}

.manufacturer {
  margin: auto;
  width: 100px;
  padding: 5px;
margin-bottom: 0px;
display: block;
}

.develement {
	margin: auto;
    width: 100px;
    padding: 5px;
	margin-bottom: 0px;
	display: block;
  min-height: 140px;
}

.develement[data-gsmarena-id] div:hover {
    cursor: pointer;
}

.develement img {
    border: 0;
}

.devphoto 
{
	width: 100px;
    height: 70px;
    text-align: center;
}

.devdesc
 {
    font-weight: bold;
    text-align: center;
    width: 100px;
}

.innerTable {
  margin-left: auto;
  margin-right: auto;
}

.innerTable td {
	padding-bottom: 20px;
}

.innerTableManufacturers {
    width: 100%;
}

.uiLogo {
    text-align: center;
}

.uiLogo img {
    width: auto;
    height: 35px;
}

.spanWithTitle:hover {
    cursor: help;
}

.spanWithTitle[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #333;
    position: absolute;
    white-space: normal;
    font-weight: normal;
    display: block;
    font-size: 12px;
    max-width: 180px;
    min-width: auto;
    height: auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
    background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
    background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
}

/*
.tableFixHead          { overflow: auto;  border-collapse: separate;}
.tableFixHead th { background-color: white; text-align: center; }
.tableFixHead thead tr:nth-child(1) th { position: sticky; position: -webkit-sticky; top: 0; }
.tableFixHead thead tr:nth-child(2) th { position: sticky; position: -webkit-sticky; top: 55px; }
.tableFixHead thead tr:nth-child(3) th { position: sticky; position: -webkit-sticky; top: 90px; }
.tableFixHead thead tr:nth-child(4) th { position: sticky; position: -webkit-sticky; top: 180px; }
*/

.tableFixHead {
  overflow: auto;
  border-collapse: separate;
}

.tableFixHead th {
  background-color: white;
  text-align: center;
}

.tableFixHead thead tr:nth-child(1) th {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.tableFixHead thead tr:nth-child(2) th {
  position: sticky;
  position: -webkit-sticky;
  top: 55px;
}

.tableFixHead thead tr:nth-child(3) th {
  position: sticky;
  position: -webkit-sticky;
  top: 90px;
}

.tableFixHead thead tr:nth-child(4) th {
  position: sticky;
  position: -webkit-sticky;
  top: 180px;
}

/* Make the first th in each row sticky to the left */
.tableFixHead tr th:first-child {
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  z-index: 1; /* Ensures the first column remains above other elements */
  background-color: white; /* Ensures background consistency */
}

/* Disable sticky-to-left behavior for small screens */
@media screen and (max-width: 768px) {
  .tableFixHead tr th:first-child {
    left: auto; /* Disable sticky-to-left */
  }
}

.tableFixHead th:hover {
    z-index: 99; /* Important for displaying span with titles (tooltips) correctly */
}
