.OptionsContainer {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(165px, 1fr));
  }
  
  .ServiceID_Icon_Container {
	position: relative;
	width: 156px;
	height: 200px;
	float: left;
	margin: 3px;
  }
  
  .ServiceID_Icon_Container_Background {
	width: 150px;
	height: 150px;
	top: 3px;
	left: 3px;
  }
  
  .ServiceID_Icon_Container label {
	font-size: 8pt;
  }
  
  .ServiceID_Icon {
	position: relative;
	float: left;
	width: 150px;
	height: 150px;
	text-align: center;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
  }
  
  .ServiceID_Icon_New {
	position: absolute;
	left: 10px;
	top: 48px;
	height: 64px;
	width: 128px;
  }
  
  .ServiceID_Icon .ServiceID_Deactivated {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: 99;
  }
  
  .ServiceID_Icon .ServiceID_Icon_Selected {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: 98;
  }
  
  .ServiceID_Icon .ServiceIDLabelContainer {
	position: absolute;
	left: 0;
	display: table;
	top: 6px;
	height: 35px;
	width: 130px;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 99;
  }
  
  .ServiceID_Icon .ServiceIDLabel {
	display: table-cell;
	vertical-align: middle;
  }
  
  .ServiceID_Icon .ServiceIDPriceContainer {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 140px;
	margin-left: 5px;
	margin-right: 5px;
	z-index: 99;
  }
  
  .ServiceID_Icon .ServiceIDSpecialOffer {
	position: absolute;
	left: 0;
	top: -5px;
	z-index: 100;
  }
  
  .ServiceID_Icon .ServiceID_Icon_Over {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: 97;
  }
  
  .ServiceID_Icon .ServiceID_HelperDiv {
	position: relative;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	z-index: 399;
  }
  
  .ServiceID_Icon .RibbonNewProduct {
	position: absolute;
	top: -4px;
	left: -4px;
	height: 58px;
	width: 58px;
	z-index: 199;
  }
  
  .ServiceID_Icon .RibbonLastChance {
	position: absolute;
	top: -4px;
	left: 96px;
	height: 58px;
	width: 58px;
	z-index: 199;
  }
  
  .PMCID_Icon_Container {
	position: relative;
	width: 156px;
	height: 156px;
	float: left;
	margin: 3px;
  }
  
  .PMCID_Icon_Container label {
	font-size: 8pt;
  }
  
  .PMCID_Icon {
	position: relative;
	float: left;
	top: 3px;
	left: 3px;
	width: 150px;
	height: 147px;
	text-align: center;
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
  }
  
  .PMCID_Icon .PMCID_CP_Icon {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
  }
  
  .PMCID_Icon .PMCID_CP_Label {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 18px;
	z-index: 99;
  }
  
  .PMCID_Icon .PMCID_Icon_Selected {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 147px;
	z-index: 97;
  }
  
  .PMCID_Icon .PMCID_Deactivated {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 147px;
	z-index: 99;
  }
  
  .PMCID_Icon .PMCID_Icon_Over {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 147px;
  }
  
  .ServiceID_Icon_Container,
  .PMCID_Icon_Container {
	margin-left: auto;
	margin-right: auto;
  }
  
  .PermanentDeactivated {
	position: absolute;
	left: 0;
	z-index: 400;
  }
  
  .PermanentDeactivated .PMCID_Deactivated {
	position: relative;
	left: 0;
	width: 150px;
  }
  
  .PermanentDeactivated .ServiceID_Deactivated {
	position: relative;
	left: 0;
	width: 150px;
  }
  
  .PMCID_QuicknessIndicator {
	position: absolute;
	width: 150px;
	height: 55px;
	bottom: 1px;
	font-size: 8pt;
	z-index: 98;
  }
  
  .PMCID_QuicknessIndicatorLabelContainer {
	display: table;
	height: 40px;
	width: 150px;
	margin-top: 6px;
	color: #cccc;
  }
  
  .PMCID_QuicknessIndicatorLabel {
	display: table-cell;
	vertical-align: middle;
  }