1/*
2 * Style for Indonesian Bible Verses
3 */
4.tooltip-inner {
5    min-width: 400px;
6    /* If max-width does not work, try using width instead */
7    max-height: 400px !important;
8    overflow-y:scroll
9}
10
11.tooltip-inner {
12    text-align: left;
13}
14
15alkitab .popover {
16  max-width:500px;
17  max-height:350px;
18  overflow-y:scroll
19}