/* Tooltips */

[data-tooltips-element=tooltip] [data-tooltips-element=main] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=title] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=content] {
    background-color: #663091;
    color: white;
    text-shadow: none;
}

[data-tooltips-element=tooltip] [data-tooltips-element=arrow] {
    color: #663091;
}

[data-tooltips-element=tooltip] [data-tooltips-element=main] a {
    color: yellow;
    text-shadow: none;
  	text-decoration: none;
  	font-weight: normal;
}

[data-tooltips-element=tooltip] [data-tooltips-element=main] a:hover {
    font-weight: normal;
    text-shadow: none;
  	text-decoration: underline;
}

[data-tooltips] {
    cursor: pointer;
    border-bottom: none;
    display: inline-block;
}

/* END of Tooltips */

/* Extra Small devices (phones 575px and down) */
@media only screen and (max-width: 575px) {
	
}

/* Small devices (phones, tablets, 991px and down) */
@media only screen and (max-width: 991px) {
	
}

/* XL and SMALLER devices (phones, tablets, 1399px and down) */
@media only screen and (max-width: 1399px) {
	
}

/* sm Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
	
}

/* md Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
}

/* lg Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
}

/* xl Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
}

/* xxl Extra extra large devices (large laptops and desktops, 1400px and up) */
@media only screen and (min-width: 1400px) {
	
}