#facebook-pixel-panel-2, #facebook-pixel-panel-3{
	display: none;
}

.facebook-pixel-body ul.facebook-pixel-menu li {
    float: left;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #ccc;
    border-radius: 10px 10px 0 0;
    border: 1px solid #777;
    color: #222;
    cursor: pointer;
    margin-bottom: 0;
}
.facebook-pixel-body ul.facebook-pixel-menu li.selected, .facebook-pixel-body ul.facebook-pixel-menu li:hover{
	background: #00a0d2;
    border-color: #0073aa;
    color: #fff;
}


.facebook-pixel-content {
    overflow: hidden;
    clear: both;
    width: auto;
    border: 1px solid #d3d3d3;
    padding: 0 10px;
}

.facebook-pixel-panel .form-table td p{

    font-size: 11px;
}

.woofp-input-value, .woofp-input-currency{
    width: 130px;
}

.woofp-input-desc{
    font-size: 10px;
}

.woofp-input-pageurl{
    width: 300px;
}

.facebook-pixel-panel .woofp-pageurl-tr .woofp-remove-event {
  font-size: 10px;
  font-weight: normal;
  margin-top: 2px;
  padding: 1px 6px;
  display: block;
}

.facebook-pixel-panel .form-table th {
  font-weight: 600;
  line-height: 1.3;
  padding: 10px 0px 10px 0;
  text-align: left;
  vertical-align: top;
  width: 170px;
}

#facebook-pixel-panel-3 .form-table th {
    width: auto;
}


.woofp-events-help {
  display: inline-block;
  position: relative;
}


.woofp-events-help b.woofp-help-icon {
  background-color: #00a0d2;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  line-height: 16px;
  margin-right: 10px;
  padding: 4px 2px;
  position: relative;
  text-align: center;
  width: 20px;
}

.woofp-events-help ul {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #333;
  color: #333;
  display: none;
  font-size: 11px;
  height: 200px;
  margin: 8px 5px 0 10px;
  overflow-y: scroll;
  padding: 5px 0;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 99;
  font-weight: normal;
}
.woofp-events-help ul li {
  margin: 4px;
  padding: 3px 2px;
}

.woofp-events-help:hover ul{
    display: block;
}


.woofp-events-help:hover ul li b {
  clear: both;
  color: #00a0d2;
  float: left;
  font-size: 12px;
  width: 100%;
}

.facebook-pixel-panel td p b {
    font-size: 16px;
    color: #00a0d2;
}
.facebook-pixel-panel a {
    color: #DD4E4E;
    font-size: 14px;
}

tr.hide-standardevent{
  /*display: none;*/
}

tr.show-standardevent{
  
}