.AiShareContainer
{
  width:100%;
  height:100%;
  min-height:1.5em;
}
.AiLargeSocialShare
{
  width:40em;
  height:15em;
  background-color:lightgray;
  display:flex;
  /*align-items:center;*/
  justify-content:center;

}

.AiShareBar
{
  display:inline-flex;
  width:100%;;
  height:100%;
  /*border:1px solid black; */

}

.AiHeaderBlock
{
  background-color:black;
  height:100%;
  max-width:3em;
  min-width:3em;
  display:flex;
  align-items:center;
  justify-content:center;
}

.AiHeaderBlock span
{
  color:#5c9ec8;

}

.AiHeaderBlock img
{
  width:1.6em;
}

.AiShareData
{
  width:90%;
  outline:0;
  line-height:100%;
  font-size:120%;

}

.AiWidgetSelComboBtn
{
  text-align:center;
  background-color:black;
}

#widgetArrow
{
  width:1em;
  display:block;
  margin:auto;

}

