
/* Alexa tile inside the existing Connected Apps card on My Rhythm -> Today.
   The entry point she asked for; more will be added around the system later. */
#caxTile .caxt-dot{
  width:7px; height:7px; border-radius:50%; display:inline-block; margin-right:5px; vertical-align:1px;
}
#caxTile .caxt-on{ background:#5F7350; }
#caxTile .caxt-off{ background:#C8C2B6; }
