1 /* Rules for bootstrap tooltips */
39 display: inline-block;
42 background-color: white;
49 border-color: transparent;
53 .tooltip.top .tooltip-arrow {
57 border-top-color: white;
58 border-width: 5px 5px 0;
61 .tooltip.right .tooltip-arrow {
65 border-right-color: white;
66 border-width: 5px 5px 5px 0;
69 .tooltip.left .tooltip-arrow {
73 border-left-color: white;
74 border-width: 5px 0 5px 5px;
77 .tooltip.bottom .tooltip-arrow {
81 border-bottom-color: white;
82 border-width: 0 5px 5px;