        .t3-frontend-editing__ce:hover {
            outline: 1px dotted rgba(140,140,140,.5);
            outline: 1px dotted rgba(255,135,0,.99) 
            outline: 1px dotted rgba(140,140,140,.95)!important;
        }

	   .t3-frontend-editing__inline-actions {
          left: 1px;
          background-color:transparent !important;
          z-index:16777271;
          width:98% !important;
          height:27px;
          text-align:left !important;
		}

/* https://stackoverflow.com/questions/26762200/how-to-style-a-class-based-on-unique-id */

		.t3-frontend-editing__inline-actions[data-uid="9"] {
          top:75px !important;
          left: 5px;
          z-index:16777271;
          height:27px;
          text-align:left !important;
		}

		.t3-frontend-editing__inline-actions[data-cid="1"] {
          top:75px !important;
          left: 5px;
          z-index:16777271;
          height:27px;
          text-align:left !important;
		}

    	.t3-frontend-editing__inline-actions .icon {
            background-color:#d8d4d3 !important;
    	}

		.t3-frontend-editing__inline-actions .icon:hover {
            background-color:#ff8700 !important;
    	}    

  		.t3-frontend-editing__inline-actions .icon-size-small {
            height: 30px !important;
            width: 30px !important;
            line-height: 30px !important;
            margin-left:1px !important;
            margin-right:1px !important;
        }

  		.t3-frontend-editing__inline-actions .icon-actions-edit-hide,
  		.t3-frontend-editing__inline-actions .icon-actions-edit-delete {
            display:none !important;
        }   
      
        .t3js-icon.icon {
            border-radius: 0px !important;
        }




