Pokémon Wiki
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/**************************************************************************/
/*** GŁÓWNY INFOBOX                                                     ***/
/**************************************************************************/
.portable-infobox {
  color-enlaces: #006CB0;
  border-radius: 0.5em;
  border: 3px solid transparent; }
  
.portable-infobox ul {list-style-type: none !important; }
  
.portable-infobox small {
    font-size: 10px;
}

.pi-group:last-child > .pi-item:last-child {
	border-radius: 0 0 5px 5px;
}
.pi-group:last-child > .pi-title {
	background: transparent;
	padding: 0px;
}

.portable-infobox > :first-child {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em; 
}

.portable-infobox > :last-child {
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em; 
}
 
.portable-infobox .pi-title {
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
 
.portable-infobox .pi-image {
  width: 100%;
}

.portable-infobox .pi-image-thumbnail {
  background: white;
  border-radius: 5px;
  width: 100%;
  height: auto;
}
 
.portable-infobox .pi-image-collection .pi-image-collection-tabs {
  order: 99; 
}

.portable-infobox .pi-image-collection-tabs li {
  border: transparent;
  white-space: normal; 
}

.portable-infobox .pi-image-collection-tab-content {
  background-color: transparent;
  align-self: center;
  width: 100%; 
}
 
.portable-infobox .pi-caption.pi-item-spacing {
  text-align: center;
  border-color: transparent;
  background-color: white;
  color: black;
  padding: 0; 
}
 
.portable-infobox .pi-header {
  text-align: center;
  font-weight: bold; 
}
 
.portable-infobox .pi-navigation {
  text-align: center;
  overflow: hidden;
  padding: 0
}
 
.portable-infobox .pi-data {
  background: white; 
}
 
.portable-infobox .pi-horizontal-group .pi-horizontal-group-item {
  background: white; 
}

.portable-infobox .pi-data-label {
    flex-basis: 120px;
}

ul.pi-image-collection-tabs li.current {border-radius: 7px 7px 0 0 !important;
	background: rgba(255,255,255,0.25) !important;
	padding: 0px 5px 1px 5px;
}
 
.portable-infobox .pi-image-collection .pi-image-collection-tabs {
	font-size: 10px !important;
}
 
.portable-infobox .pi-image-collection-tabs li {font-weight: bold;
	padding: 0px 5px 1px 5px;}
 
ul.pi-image-collection-tabs li.current, .portable-infobox .pi-image-collection-tabs li {color:rgba(0,0,0,.5);}

.portable-infobox .pi-horizontal-group .pi-item-spacing {
    padding: 5px 5px !important;
}

.pi-border-color {
    border-color: transparent;
}

/* Skalownie elementów do rozmiarów PI */
.portable-infobox .pi-navigation .pi-scalable {
  --scalefactor: calc(270 / var(--width));
  transform: scale(var(--scalefactor));
  transform-origin: 0 0;
  margin-bottom: calc(-1px * var(--height) * (1 - var(--scalefactor)))
}

/**************************************************************************/
/*** ODCINEK INFOBOX (I POZOSTAŁE)                                      ***/
/**************************************************************************/

portable-infobox.pi-theme-odcinek, .portable-infobox.pi-theme-odcinek .pi-header, .portable-infobox.pi-theme-odcinek .pi-navigation {
  background:#E8ECF9;
}
.portable-infobox.pi-theme-odcinek .pi-data, .portable-infobox.pi-theme-odcinek .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #CCCCFF;
}
.portable-infobox.pi-theme-odcinek {
box-shadow: 2px 2px #CCCCFF, -2px 2px 0em #CCCCFF, 2px -2px 0em #CCCCFF, -2px -2px 0em #CCCCFF;
}
.portable-infobox.pi-theme-odcinek .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-odcinek .pi-horizontal-group {margin-bottom: 4px;}

.portable-infobox.pi-theme-odcinek .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}

.portable-infobox.pi-theme-odcinek .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** OS ***/
.portable-infobox.pi-theme-OS, .portable-infobox.pi-theme-OS .pi-header, .portable-infobox.pi-theme-OS .pi-navigation {
  background:#ffc3c3;
}
.portable-infobox.pi-theme-OS .pi-data, .portable-infobox.pi-theme-OS .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #ffc3c3;
}
.portable-infobox.pi-theme-OS {
box-shadow: 3px 3px #AAFFAA, -3px 3px 0em #AAFFAA, 3px -3px 0em #AAFFAA, -3px -3px 0em #AAFFAA;
}
.portable-infobox.pi-theme-OS .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-OS .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-OS .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-OS .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** OI ***/
.portable-infobox.pi-theme-OI, .portable-infobox.pi-theme-OI .pi-header, .portable-infobox.pi-theme-OI .pi-navigation {
  background:#ffc876;
}
.portable-infobox.pi-theme-OI .pi-data, .portable-infobox.pi-theme-OI .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #ffc876;
}
.portable-infobox.pi-theme-OI {
box-shadow: 3px 3px #FFDDAA, -3px 3px 0em #FFDDAA, 3px -3px 0em #FFDDAA, -3px -3px 0em #FFDDAA;
}
.portable-infobox.pi-theme-OI .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-OI .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-OI .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-OI .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** GS ***/
.portable-infobox.pi-theme-GS, .portable-infobox.pi-theme-GS .pi-header, .portable-infobox.pi-theme-GS .pi-navigation {
  background:#ffda7f;
}
.portable-infobox.pi-theme-GS .pi-data, .portable-infobox.pi-theme-GS .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #ffda7f;
}
.portable-infobox.pi-theme-GS {
box-shadow: 3px 3px #DDDDDD, -3px 3px 0em #DDDDDD, 3px -3px 0em #DDDDDD, -3px -3px 0em #DDDDDD;
}
.portable-infobox.pi-theme-GS .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-GS .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-GS .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-GS .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** AG ***/
.portable-infobox.pi-theme-AG, .portable-infobox.pi-theme-AG .pi-header, .portable-infobox.pi-theme-AG .pi-navigation {
  background:#f18182;
}
.portable-infobox.pi-theme-AG .pi-data, .portable-infobox.pi-theme-AG .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #f18182;
}
.portable-infobox.pi-theme-AG {
box-shadow: 3px 3px #9999FF, -3px 3px 0em #9999FF, 3px -3px 0em #9999FF, -3px -3px 0em #9999FF;
}
.portable-infobox.pi-theme-AG .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-AG .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-AG .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-AG .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** FRLG ***/
.portable-infobox.pi-theme-FRLG , .portable-infobox.pi-theme-FRLG .pi-header, .portable-infobox.pi-theme-FRLG .pi-navigation {
  background:#FF9359;
}
.portable-infobox.pi-theme-FRLG .pi-data, .portable-infobox.pi-theme-FRLG .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FF9359;
}
.portable-infobox.pi-theme-FRLG {
box-shadow: 3px 3px #32FA32, -3px 3px 0em #32FA32, 3px -3px 0em #32FA32, -3px -3px 0em #32FA32;
}
.portable-infobox.pi-theme-FRLG .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-FRLG .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-FRLG .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-FRLG .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** BF ***/
.portable-infobox.pi-theme-BF, .portable-infobox.pi-theme-BF .pi-header, .portable-infobox.pi-theme-BF .pi-navigation {
  background:#77FF77;
}
.portable-infobox.pi-theme-BF .pi-data, .portable-infobox.pi-theme-BF .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #77FF77;
}
.portable-infobox.pi-theme-BF {
box-shadow: 3px 3px #55DD55, -3px 3px 0em #55DD55, 3px -3px 0em #55DD55, -3px -3px 0em #55DD55;
}
.portable-infobox.pi-theme-BF .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-BF .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-BF .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-BF .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** DP ***/
.portable-infobox.pi-theme-DP, .portable-infobox.pi-theme-DP .pi-header, .portable-infobox.pi-theme-DP .pi-navigation {
  background:#AAAAFF;
}
.portable-infobox.pi-theme-DP .pi-data, .portable-infobox.pi-theme-DP .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #AAAAFF;
}
.portable-infobox.pi-theme-DP {
box-shadow: 3px 3px #FFCCCC, -3px 3px 0em #FFCCCC, 3px -3px 0em #FFCCCC, -3px -3px 0em #FFCCCC;
}
.portable-infobox.pi-theme-DP .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-DP .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-DP .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-DP .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** Pt ***/
.portable-infobox.pi-theme-Pt, .portable-infobox.pi-theme-Pt .pi-header, .portable-infobox.pi-theme-Pt .pi-navigation {
  background:#BBBBBB;
}
.portable-infobox.pi-theme-Pt .pi-data, .portable-infobox.pi-theme-Pt .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BBBBBB;
}
.portable-infobox.pi-theme-Pt {
box-shadow: 3px 3px #999999, -3px 3px 0em #999999, 3px -3px 0em #999999, -3px -3px 0em #999999;
}
.portable-infobox.pi-theme-Pt .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-Pt .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-Pt .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-Pt .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** HGSS ***/
.portable-infobox.pi-theme-HGSS, .portable-infobox.pi-theme-HGSS .pi-header, .portable-infobox.pi-theme-HGSS .pi-navigation {
  background:#CEB654;
}
.portable-infobox.pi-theme-HGSS .pi-data, .portable-infobox.pi-theme-HGSS .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #CEB654;
}
.portable-infobox.pi-theme-HGSS {
box-shadow: 3px 3px #EBEBEB, -3px 3px 0em #EBEBEB, 3px -3px 0em #EBEBEB, -3px -3px 0em #EBEBEB;
}
.portable-infobox.pi-theme-HGSS .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-HGSS .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-HGSS .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-HGSS .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** BW ***/
.portable-infobox.pi-theme-BW, .portable-infobox.pi-theme-BW .pi-header, .portable-infobox.pi-theme-BW .pi-navigation {
  background:#808080;
}
.portable-infobox.pi-theme-BW .pi-data, .portable-infobox.pi-theme-BW .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #808080;
}
.portable-infobox.pi-theme-BW {
box-shadow: 3px 3px #C3C3C3, -3px 3px 0em #C3C3C3, 3px -3px 0em #C3C3C3, -3px -3px 0em #C3C3C3;
}
.portable-infobox.pi-theme-BW .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-BW .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-BW .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-BW .pi-image-thumbnail {
  border-radius: 0px !important;
}

.portable-infobox.pi-theme-BW .pi-title, .portable-infobox.pi-theme-BW .pi-header {color: #000;}

/*** BW2 ***/
.portable-infobox.pi-theme-BW2, .portable-infobox.pi-theme-BW2 .pi-header, .portable-infobox.pi-theme-BW2 .pi-navigation {
  background:#7a8184;
}
.portable-infobox.pi-theme-BW2 .pi-data, .portable-infobox.pi-theme-BW2 .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #7a8184;
}
.portable-infobox.pi-theme-BW2 {
box-shadow: 3px 3px #E3CED0, -3px 3px 0em #E3CED0, 3px -3px 0em #E3CED0, -3px -3px 0em #E3CED0;
}
.portable-infobox.pi-theme-BW2 .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-BW2 .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-BW2 .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-BW2 .pi-image-thumbnail {
  border-radius: 0px !important;
}

.portable-infobox.pi-theme-BW2 .pi-title, .portable-infobox.pi-theme-BW2 .pi-header {color: #000;}

/*** XY ***/
.portable-infobox.pi-theme-XY, .portable-infobox.pi-theme-XY .pi-header, .portable-infobox.pi-theme-XY .pi-navigation {
  background:#679dc9;
}
.portable-infobox.pi-theme-XY .pi-data, .portable-infobox.pi-theme-XY .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #679dc9;
}
.portable-infobox.pi-theme-XY {
box-shadow: 3px 3px #F16A81, -3px 3px 0em #F16A81, 3px -3px 0em #F16A81, -3px -3px 0em #F16A81;
}
.portable-infobox.pi-theme-XY .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-XY .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-XY .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-XY .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** XYZ ***/
.portable-infobox.pi-theme-XYZ, .portable-infobox.pi-theme-XYZ .pi-header, .portable-infobox.pi-theme-XYZ .pi-navigation {
  background:#A1D175;
}
.portable-infobox.pi-theme-XYZ .pi-data, .portable-infobox.pi-theme-XYZ .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A1D175;
}
.portable-infobox.pi-theme-XYZ {
box-shadow: 3px 3px #6FB82B, -3px 3px 0em #6FB82B, 3px -3px 0em #6FB82B, -3px -3px 0em #6FB82B;
}
.portable-infobox.pi-theme-XYZ .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-XYZ .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-XYZ .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-XYZ .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** SM ***/
.portable-infobox.pi-theme-SM, .portable-infobox.pi-theme-SM .pi-header, .portable-infobox.pi-theme-SM .pi-navigation {
  background:#f5b26a;
}
.portable-infobox.pi-theme-SM .pi-data, .portable-infobox.pi-theme-SM .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #f5b26a;
}
.portable-infobox.pi-theme-SM {
box-shadow: 3px 3px #90BDDC, -3px 3px 0em #90BDDC, 3px -3px 0em #90BDDC, -3px -3px 0em #90BDDC;
}
.portable-infobox.pi-theme-SM .pi-title {
    font-size: 15px;
	margin-bottom: 2px;
}
.portable-infobox.pi-theme-SM .pi-horizontal-group {margin-bottom: 4px;}
 
.portable-infobox.pi-theme-SM .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}
 
.portable-infobox.pi-theme-SM .pi-image-thumbnail {
  border-radius: 0px !important;
}

/*** SS ***/
.portable-infobox.pi-theme-SS, .portable-infobox.pi-theme-SM .pi-header, .portable-infobox.pi-theme-SM .pi-navigation {

 background:#00A1E9;
} .portable-infobox.pi-theme-SS .pi-data, .portable-infobox.pi-theme-SS .pi-horizontal-group .pi-horizontal-group-item {

 border-color: #00A1E9;
} .portable-infobox.pi-theme-SS { box-shadow: 3px 3px #D5598C, -3px 3px 0em #D5598C, 3px -3px 0em #D5598C, -3px -3px 0em #D5598C; } .portable-infobox.pi-theme-SS .pi-title {

   font-size: 15px;
margin-bottom: 2px; } .portable-infobox.pi-theme-SS .pi-horizontal-group {margin-bottom: 4px;}

.portable-infobox.pi-theme-SS .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}

.portable-infobox.pi-theme-SS .pi-image-thumbnail {

 border-radius: 0px !important;
}

A teraz szablon komendy dla serii Chronicles:

.portable-infobox.pi-theme-HS, .portable-infobox.pi-theme-SM .pi-header, .portable-infobox.pi-theme-HS .pi-navigation {

 background:#FD7F4F;
} .portable-infobox.pi-theme-HS .pi-data, .portable-infobox.pi-theme-HS .pi-horizontal-group .pi-horizontal-group-item {

 border-color: #FD7F4F;
} .portable-infobox.pi-theme-HS { box-shadow: 3px 3px #FDBB99, -3px 3px 0em #FDBB99, 3px -3px 0em #FDBB99, -3px -3px 0em #FDBB99; } .portable-infobox.pi-theme-HS .pi-title {

   font-size: 15px;
margin-bottom: 2px; } .portable-infobox.pi-theme-HS .pi-horizontal-group {margin-bottom: 4px;}

.portable-infobox.pi-theme-HS .pi-horizontal-group .pi-horizontal-group-item {border-radius: 20px;}

.portable-infobox.pi-theme-HS .pi-image-thumbnail {

 border-radius: 0px !important;
}

/**************************************************************************/
/*** KOLOROWY INFOBOX                                                   ***/
/**************************************************************************/

.portable-infobox.pi-theme-ability, .portable-infobox.pi-theme-ability .pi-header, .portable-infobox.pi-theme-ability .pi-navigation {
  background:#ddd;
}
.portable-infobox.pi-theme-ability .pi-data, .portable-infobox.pi-theme-ability .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #ccc;
}
.portable-infobox.pi-theme-ability .pi-item:last-child {border-radius: 0 0 5px 5px !important;}
.portable-infobox.pi-theme-ability .pi-item:first-child {border-radius: 5px 5px 0 0 !important;}

/*** GŁÓWNE TYPY ***/
/*** ??? ***/
.portable-infobox.pi-theme-unknown, .portable-infobox.pi-theme-unknown .pi-header, .portable-infobox.pi-theme-unknown .pi-navigation {
  background:#9DC1B7;
}
.portable-infobox.pi-theme-unknown .pi-data, .portable-infobox.pi-theme-unknown .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DC1B7;
}
.portable-infobox.pi-theme-unknown {
box-shadow: 3px 3px #68A090, -3px 3px 0em #68A090, 3px -3px 0em #68A090, -3px -3px 0em #68A090;
}

/*** Bug ***/
.portable-infobox.pi-theme-bug, .portable-infobox.pi-theme-bug .pi-header, .portable-infobox.pi-theme-bug .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug .pi-data, .portable-infobox.pi-theme-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** Dark ***/
.portable-infobox.pi-theme-dark, .portable-infobox.pi-theme-dark .pi-header, .portable-infobox.pi-theme-dark .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark .pi-data, .portable-infobox.pi-theme-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** Dragon ***/
.portable-infobox.pi-theme-dragon, .portable-infobox.pi-theme-dragon .pi-header, .portable-infobox.pi-theme-dragon .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon .pi-data, .portable-infobox.pi-theme-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** Electric ***/
.portable-infobox.pi-theme-electric, .portable-infobox.pi-theme-electric .pi-header, .portable-infobox.pi-theme-electric .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric .pi-data, .portable-infobox.pi-theme-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** Fairy ***/
.portable-infobox.pi-theme-fairy, .portable-infobox.pi-theme-fairy .pi-header, .portable-infobox.pi-theme-fairy .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy .pi-data, .portable-infobox.pi-theme-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** Fighting ***/
.portable-infobox.pi-theme-fighting, .portable-infobox.pi-theme-fighting .pi-header, .portable-infobox.pi-theme-fighting .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting .pi-data, .portable-infobox.pi-theme-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** Fire ***/
.portable-infobox.pi-theme-fire, .portable-infobox.pi-theme-fire .pi-header, .portable-infobox.pi-theme-fire .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire .pi-data, .portable-infobox.pi-theme-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** Flying ***/
.portable-infobox.pi-theme-flying, .portable-infobox.pi-theme-flying .pi-header, .portable-infobox.pi-theme-flying .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying .pi-data, .portable-infobox.pi-theme-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** Ghost ***/
.portable-infobox.pi-theme-ghost, .portable-infobox.pi-theme-ghost .pi-header, .portable-infobox.pi-theme-ghost .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost .pi-data, .portable-infobox.pi-theme-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** Grass ***/
.portable-infobox.pi-theme-grass, .portable-infobox.pi-theme-grass .pi-header, .portable-infobox.pi-theme-grass .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass .pi-data, .portable-infobox.pi-theme-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** Ground ***/
.portable-infobox.pi-theme-ground, .portable-infobox.pi-theme-ground .pi-header, .portable-infobox.pi-theme-ground .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground .pi-data, .portable-infobox.pi-theme-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** Ice ***/
.portable-infobox.pi-theme-ice, .portable-infobox.pi-theme-ice .pi-header, .portable-infobox.pi-theme-ice .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice .pi-data, .portable-infobox.pi-theme-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** Normal ***/
.portable-infobox.pi-theme-normal, .portable-infobox.pi-theme-normal .pi-header, .portable-infobox.pi-theme-normal .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal .pi-data, .portable-infobox.pi-theme-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** Poison ***/
.portable-infobox.pi-theme-poison, .portable-infobox.pi-theme-poison .pi-header, .portable-infobox.pi-theme-poison .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison .pi-data, .portable-infobox.pi-theme-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** Psychic ***/
.portable-infobox.pi-theme-psychic, .portable-infobox.pi-theme-psychic .pi-header, .portable-infobox.pi-theme-psychic .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic .pi-data, .portable-infobox.pi-theme-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** Rock ***/
.portable-infobox.pi-theme-rock, .portable-infobox.pi-theme-rock .pi-header, .portable-infobox.pi-theme-rock .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock .pi-data, .portable-infobox.pi-theme-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** Steel ***/
.portable-infobox.pi-theme-steel, .portable-infobox.pi-theme-steel .pi-header, .portable-infobox.pi-theme-steel .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel .pi-data, .portable-infobox.pi-theme-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** Water ***/
.portable-infobox.pi-theme-water, .portable-infobox.pi-theme-water .pi-header, .portable-infobox.pi-theme-water .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water .pi-data, .portable-infobox.pi-theme-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}


/*** KOMBINACJE ***/
/*** bug dark ***/
.portable-infobox.pi-theme-bug-dark, .portable-infobox.pi-theme-bug-dark .pi-header, .portable-infobox.pi-theme-bug-dark .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-dark .pi-data, .portable-infobox.pi-theme-bug-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** bug dragon ***/
.portable-infobox.pi-theme-bug-dragon, .portable-infobox.pi-theme-bug-dragon .pi-header, .portable-infobox.pi-theme-bug-dragon .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-dragon .pi-data, .portable-infobox.pi-theme-bug-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** bug electric ***/
.portable-infobox.pi-theme-bug-electric, .portable-infobox.pi-theme-bug-electric .pi-header, .portable-infobox.pi-theme-bug-electric .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-electric .pi-data, .portable-infobox.pi-theme-bug-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** bug fairy ***/
.portable-infobox.pi-theme-bug-fairy, .portable-infobox.pi-theme-bug-fairy .pi-header, .portable-infobox.pi-theme-bug-fairy .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-fairy .pi-data, .portable-infobox.pi-theme-bug-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** bug fighting ***/
.portable-infobox.pi-theme-bug-fighting, .portable-infobox.pi-theme-bug-fighting .pi-header, .portable-infobox.pi-theme-bug-fighting .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-fighting .pi-data, .portable-infobox.pi-theme-bug-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** bug fire ***/
.portable-infobox.pi-theme-bug-fire, .portable-infobox.pi-theme-bug-fire .pi-header, .portable-infobox.pi-theme-bug-fire .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-fire .pi-data, .portable-infobox.pi-theme-bug-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** bug flying ***/
.portable-infobox.pi-theme-bug-flying, .portable-infobox.pi-theme-bug-flying .pi-header, .portable-infobox.pi-theme-bug-flying .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-flying .pi-data, .portable-infobox.pi-theme-bug-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** bug ghost ***/
.portable-infobox.pi-theme-bug-ghost, .portable-infobox.pi-theme-bug-ghost .pi-header, .portable-infobox.pi-theme-bug-ghost .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-ghost .pi-data, .portable-infobox.pi-theme-bug-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** bug grass ***/
.portable-infobox.pi-theme-bug-grass, .portable-infobox.pi-theme-bug-grass .pi-header, .portable-infobox.pi-theme-bug-grass .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-grass .pi-data, .portable-infobox.pi-theme-bug-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** bug ground ***/
.portable-infobox.pi-theme-bug-ground, .portable-infobox.pi-theme-bug-ground .pi-header, .portable-infobox.pi-theme-bug-ground .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-ground .pi-data, .portable-infobox.pi-theme-bug-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** bug ice ***/
.portable-infobox.pi-theme-bug-ice, .portable-infobox.pi-theme-bug-ice .pi-header, .portable-infobox.pi-theme-bug-ice .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-ice .pi-data, .portable-infobox.pi-theme-bug-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** bug normal ***/
.portable-infobox.pi-theme-bug-normal, .portable-infobox.pi-theme-bug-normal .pi-header, .portable-infobox.pi-theme-bug-normal .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-normal .pi-data, .portable-infobox.pi-theme-bug-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** bug poison ***/
.portable-infobox.pi-theme-bug-poison, .portable-infobox.pi-theme-bug-poison .pi-header, .portable-infobox.pi-theme-bug-poison .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-poison .pi-data, .portable-infobox.pi-theme-bug-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** bug psychic ***/
.portable-infobox.pi-theme-bug-psychic, .portable-infobox.pi-theme-bug-psychic .pi-header, .portable-infobox.pi-theme-bug-psychic .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-psychic .pi-data, .portable-infobox.pi-theme-bug-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** bug rock ***/
.portable-infobox.pi-theme-bug-rock, .portable-infobox.pi-theme-bug-rock .pi-header, .portable-infobox.pi-theme-bug-rock .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-rock .pi-data, .portable-infobox.pi-theme-bug-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** bug steel ***/
.portable-infobox.pi-theme-bug-steel, .portable-infobox.pi-theme-bug-steel .pi-header, .portable-infobox.pi-theme-bug-steel .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-steel .pi-data, .portable-infobox.pi-theme-bug-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** bug water ***/
.portable-infobox.pi-theme-bug-water, .portable-infobox.pi-theme-bug-water .pi-header, .portable-infobox.pi-theme-bug-water .pi-navigation {
  background:#C6D16E;
}
.portable-infobox.pi-theme-bug-water .pi-data, .portable-infobox.pi-theme-bug-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6D16E;
}
.portable-infobox.pi-theme-bug-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** dark bug ***/
.portable-infobox.pi-theme-dark-bug, .portable-infobox.pi-theme-dark-bug .pi-header, .portable-infobox.pi-theme-dark-bug .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-bug .pi-data, .portable-infobox.pi-theme-dark-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** dark dragon ***/
.portable-infobox.pi-theme-dark-dragon, .portable-infobox.pi-theme-dark-dragon .pi-header, .portable-infobox.pi-theme-dark-dragon .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-dragon .pi-data, .portable-infobox.pi-theme-dark-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** dark electric ***/
.portable-infobox.pi-theme-dark-electric, .portable-infobox.pi-theme-dark-electric .pi-header, .portable-infobox.pi-theme-dark-electric .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-electric .pi-data, .portable-infobox.pi-theme-dark-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** dark fairy ***/
.portable-infobox.pi-theme-dark-fairy, .portable-infobox.pi-theme-dark-fairy .pi-header, .portable-infobox.pi-theme-dark-fairy .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-fairy .pi-data, .portable-infobox.pi-theme-dark-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** dark fighting ***/
.portable-infobox.pi-theme-dark-fighting, .portable-infobox.pi-theme-dark-fighting .pi-header, .portable-infobox.pi-theme-dark-fighting .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-fighting .pi-data, .portable-infobox.pi-theme-dark-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** dark fire ***/
.portable-infobox.pi-theme-dark-fire, .portable-infobox.pi-theme-dark-fire .pi-header, .portable-infobox.pi-theme-dark-fire .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-fire .pi-data, .portable-infobox.pi-theme-dark-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** dark flying ***/
.portable-infobox.pi-theme-dark-flying, .portable-infobox.pi-theme-dark-flying .pi-header, .portable-infobox.pi-theme-dark-flying .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-flying .pi-data, .portable-infobox.pi-theme-dark-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** dark ghost ***/
.portable-infobox.pi-theme-dark-ghost, .portable-infobox.pi-theme-dark-ghost .pi-header, .portable-infobox.pi-theme-dark-ghost .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-ghost .pi-data, .portable-infobox.pi-theme-dark-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** dark grass ***/
.portable-infobox.pi-theme-dark-grass, .portable-infobox.pi-theme-dark-grass .pi-header, .portable-infobox.pi-theme-dark-grass .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-grass .pi-data, .portable-infobox.pi-theme-dark-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** dark ground ***/
.portable-infobox.pi-theme-dark-ground, .portable-infobox.pi-theme-dark-ground .pi-header, .portable-infobox.pi-theme-dark-ground .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-ground .pi-data, .portable-infobox.pi-theme-dark-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** dark ice ***/
.portable-infobox.pi-theme-dark-ice, .portable-infobox.pi-theme-dark-ice .pi-header, .portable-infobox.pi-theme-dark-ice .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-ice .pi-data, .portable-infobox.pi-theme-dark-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** dark normal ***/
.portable-infobox.pi-theme-dark-normal, .portable-infobox.pi-theme-dark-normal .pi-header, .portable-infobox.pi-theme-dark-normal .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-normal .pi-data, .portable-infobox.pi-theme-dark-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** dark poison ***/
.portable-infobox.pi-theme-dark-poison, .portable-infobox.pi-theme-dark-poison .pi-header, .portable-infobox.pi-theme-dark-poison .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-poison .pi-data, .portable-infobox.pi-theme-dark-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** dark psychic ***/
.portable-infobox.pi-theme-dark-psychic, .portable-infobox.pi-theme-dark-psychic .pi-header, .portable-infobox.pi-theme-dark-psychic .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-psychic .pi-data, .portable-infobox.pi-theme-dark-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** dark rock ***/
.portable-infobox.pi-theme-dark-rock, .portable-infobox.pi-theme-dark-rock .pi-header, .portable-infobox.pi-theme-dark-rock .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-rock .pi-data, .portable-infobox.pi-theme-dark-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** dark steel ***/
.portable-infobox.pi-theme-dark-steel, .portable-infobox.pi-theme-dark-steel .pi-header, .portable-infobox.pi-theme-dark-steel .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-steel .pi-data, .portable-infobox.pi-theme-dark-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** dark water ***/
.portable-infobox.pi-theme-dark-water, .portable-infobox.pi-theme-dark-water .pi-header, .portable-infobox.pi-theme-dark-water .pi-navigation {
  background:#A29288;
}
.portable-infobox.pi-theme-dark-water .pi-data, .portable-infobox.pi-theme-dark-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A29288;
}
.portable-infobox.pi-theme-dark-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** dragon bug ***/
.portable-infobox.pi-theme-dragon-bug, .portable-infobox.pi-theme-dragon-bug .pi-header, .portable-infobox.pi-theme-dragon-bug .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-bug .pi-data, .portable-infobox.pi-theme-dragon-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** dragon dark ***/
.portable-infobox.pi-theme-dragon-dark, .portable-infobox.pi-theme-dragon-dark .pi-header, .portable-infobox.pi-theme-dragon-dark .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-dark .pi-data, .portable-infobox.pi-theme-dragon-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** dragon electric ***/
.portable-infobox.pi-theme-dragon-electric, .portable-infobox.pi-theme-dragon-electric .pi-header, .portable-infobox.pi-theme-dragon-electric .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-electric .pi-data, .portable-infobox.pi-theme-dragon-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** dragon fairy ***/
.portable-infobox.pi-theme-dragon-fairy, .portable-infobox.pi-theme-dragon-fairy .pi-header, .portable-infobox.pi-theme-dragon-fairy .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-fairy .pi-data, .portable-infobox.pi-theme-dragon-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** dragon fighting ***/
.portable-infobox.pi-theme-dragon-fighting, .portable-infobox.pi-theme-dragon-fighting .pi-header, .portable-infobox.pi-theme-dragon-fighting .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-fighting .pi-data, .portable-infobox.pi-theme-dragon-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** dragon fire ***/
.portable-infobox.pi-theme-dragon-fire, .portable-infobox.pi-theme-dragon-fire .pi-header, .portable-infobox.pi-theme-dragon-fire .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-fire .pi-data, .portable-infobox.pi-theme-dragon-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** dragon flying ***/
.portable-infobox.pi-theme-dragon-flying, .portable-infobox.pi-theme-dragon-flying .pi-header, .portable-infobox.pi-theme-dragon-flying .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-flying .pi-data, .portable-infobox.pi-theme-dragon-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** dragon ghost ***/
.portable-infobox.pi-theme-dragon-ghost, .portable-infobox.pi-theme-dragon-ghost .pi-header, .portable-infobox.pi-theme-dragon-ghost .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-ghost .pi-data, .portable-infobox.pi-theme-dragon-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** dragon grass ***/
.portable-infobox.pi-theme-dragon-grass, .portable-infobox.pi-theme-dragon-grass .pi-header, .portable-infobox.pi-theme-dragon-grass .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-grass .pi-data, .portable-infobox.pi-theme-dragon-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** dragon ground ***/
.portable-infobox.pi-theme-dragon-ground, .portable-infobox.pi-theme-dragon-ground .pi-header, .portable-infobox.pi-theme-dragon-ground .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-ground .pi-data, .portable-infobox.pi-theme-dragon-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** dragon ice ***/
.portable-infobox.pi-theme-dragon-ice, .portable-infobox.pi-theme-dragon-ice .pi-header, .portable-infobox.pi-theme-dragon-ice .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-ice .pi-data, .portable-infobox.pi-theme-dragon-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** dragon normal ***/
.portable-infobox.pi-theme-dragon-normal, .portable-infobox.pi-theme-dragon-normal .pi-header, .portable-infobox.pi-theme-dragon-normal .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-normal .pi-data, .portable-infobox.pi-theme-dragon-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** dragon poison ***/
.portable-infobox.pi-theme-dragon-poison, .portable-infobox.pi-theme-dragon-poison .pi-header, .portable-infobox.pi-theme-dragon-poison .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-poison .pi-data, .portable-infobox.pi-theme-dragon-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** dragon psychic ***/
.portable-infobox.pi-theme-dragon-psychic, .portable-infobox.pi-theme-dragon-psychic .pi-header, .portable-infobox.pi-theme-dragon-psychic .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-psychic .pi-data, .portable-infobox.pi-theme-dragon-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** dragon rock ***/
.portable-infobox.pi-theme-dragon-rock, .portable-infobox.pi-theme-dragon-rock .pi-header, .portable-infobox.pi-theme-dragon-rock .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-rock .pi-data, .portable-infobox.pi-theme-dragon-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** dragon steel ***/
.portable-infobox.pi-theme-dragon-steel, .portable-infobox.pi-theme-dragon-steel .pi-header, .portable-infobox.pi-theme-dragon-steel .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-steel .pi-data, .portable-infobox.pi-theme-dragon-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** dragon water ***/
.portable-infobox.pi-theme-dragon-water, .portable-infobox.pi-theme-dragon-water .pi-header, .portable-infobox.pi-theme-dragon-water .pi-navigation {
  background:#A27DFA;
}
.portable-infobox.pi-theme-dragon-water .pi-data, .portable-infobox.pi-theme-dragon-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A27DFA;
}
.portable-infobox.pi-theme-dragon-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** electric bug ***/
.portable-infobox.pi-theme-electric-bug, .portable-infobox.pi-theme-electric-bug .pi-header, .portable-infobox.pi-theme-electric-bug .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-bug .pi-data, .portable-infobox.pi-theme-electric-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** electric dark ***/
.portable-infobox.pi-theme-electric-dark, .portable-infobox.pi-theme-electric-dark .pi-header, .portable-infobox.pi-theme-electric-dark .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-dark .pi-data, .portable-infobox.pi-theme-electric-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** electric dragon ***/
.portable-infobox.pi-theme-electric-dragon, .portable-infobox.pi-theme-electric-dragon .pi-header, .portable-infobox.pi-theme-electric-dragon .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-dragon .pi-data, .portable-infobox.pi-theme-electric-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** electric fairy ***/
.portable-infobox.pi-theme-electric-fairy, .portable-infobox.pi-theme-electric-fairy .pi-header, .portable-infobox.pi-theme-electric-fairy .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-fairy .pi-data, .portable-infobox.pi-theme-electric-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** electric fighting ***/
.portable-infobox.pi-theme-electric-fighting, .portable-infobox.pi-theme-electric-fighting .pi-header, .portable-infobox.pi-theme-electric-fighting .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-fighting .pi-data, .portable-infobox.pi-theme-electric-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** electric fire ***/
.portable-infobox.pi-theme-electric-fire, .portable-infobox.pi-theme-electric-fire .pi-header, .portable-infobox.pi-theme-electric-fire .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-fire .pi-data, .portable-infobox.pi-theme-electric-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** electric flying ***/
.portable-infobox.pi-theme-electric-flying, .portable-infobox.pi-theme-electric-flying .pi-header, .portable-infobox.pi-theme-electric-flying .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-flying .pi-data, .portable-infobox.pi-theme-electric-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** electric ghost ***/
.portable-infobox.pi-theme-electric-ghost, .portable-infobox.pi-theme-electric-ghost .pi-header, .portable-infobox.pi-theme-electric-ghost .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-ghost .pi-data, .portable-infobox.pi-theme-electric-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** electric grass ***/
.portable-infobox.pi-theme-electric-grass, .portable-infobox.pi-theme-electric-grass .pi-header, .portable-infobox.pi-theme-electric-grass .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-grass .pi-data, .portable-infobox.pi-theme-electric-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** electric ground ***/
.portable-infobox.pi-theme-electric-ground, .portable-infobox.pi-theme-electric-ground .pi-header, .portable-infobox.pi-theme-electric-ground .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-ground .pi-data, .portable-infobox.pi-theme-electric-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** electric ice ***/
.portable-infobox.pi-theme-electric-ice, .portable-infobox.pi-theme-electric-ice .pi-header, .portable-infobox.pi-theme-electric-ice .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-ice .pi-data, .portable-infobox.pi-theme-electric-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** electric normal ***/
.portable-infobox.pi-theme-electric-normal, .portable-infobox.pi-theme-electric-normal .pi-header, .portable-infobox.pi-theme-electric-normal .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-normal .pi-data, .portable-infobox.pi-theme-electric-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** electric poison ***/
.portable-infobox.pi-theme-electric-poison, .portable-infobox.pi-theme-electric-poison .pi-header, .portable-infobox.pi-theme-electric-poison .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-poison .pi-data, .portable-infobox.pi-theme-electric-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** electric psychic ***/
.portable-infobox.pi-theme-electric-psychic, .portable-infobox.pi-theme-electric-psychic .pi-header, .portable-infobox.pi-theme-electric-psychic .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-psychic .pi-data, .portable-infobox.pi-theme-electric-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** electric rock ***/
.portable-infobox.pi-theme-electric-rock, .portable-infobox.pi-theme-electric-rock .pi-header, .portable-infobox.pi-theme-electric-rock .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-rock .pi-data, .portable-infobox.pi-theme-electric-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** electric steel ***/
.portable-infobox.pi-theme-electric-steel, .portable-infobox.pi-theme-electric-steel .pi-header, .portable-infobox.pi-theme-electric-steel .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-steel .pi-data, .portable-infobox.pi-theme-electric-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** electric water ***/
.portable-infobox.pi-theme-electric-water, .portable-infobox.pi-theme-electric-water .pi-header, .portable-infobox.pi-theme-electric-water .pi-navigation {
  background:#FAE078;
}
.portable-infobox.pi-theme-electric-water .pi-data, .portable-infobox.pi-theme-electric-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FAE078;
}
.portable-infobox.pi-theme-electric-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** fairy bug ***/
.portable-infobox.pi-theme-fairy-bug, .portable-infobox.pi-theme-fairy-bug .pi-header, .portable-infobox.pi-theme-fairy-bug .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-bug .pi-data, .portable-infobox.pi-theme-fairy-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** fairy dark ***/
.portable-infobox.pi-theme-fairy-dark, .portable-infobox.pi-theme-fairy-dark .pi-header, .portable-infobox.pi-theme-fairy-dark .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-dark .pi-data, .portable-infobox.pi-theme-fairy-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** fairy dragon ***/
.portable-infobox.pi-theme-fairy-dragon, .portable-infobox.pi-theme-fairy-dragon .pi-header, .portable-infobox.pi-theme-fairy-dragon .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-dragon .pi-data, .portable-infobox.pi-theme-fairy-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** fairy electric ***/
.portable-infobox.pi-theme-fairy-electric, .portable-infobox.pi-theme-fairy-electric .pi-header, .portable-infobox.pi-theme-fairy-electric .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-electric .pi-data, .portable-infobox.pi-theme-fairy-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** fairy fighting ***/
.portable-infobox.pi-theme-fairy-fighting, .portable-infobox.pi-theme-fairy-fighting .pi-header, .portable-infobox.pi-theme-fairy-fighting .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-fighting .pi-data, .portable-infobox.pi-theme-fairy-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** fairy fire ***/
.portable-infobox.pi-theme-fairy-fire, .portable-infobox.pi-theme-fairy-fire .pi-header, .portable-infobox.pi-theme-fairy-fire .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-fire .pi-data, .portable-infobox.pi-theme-fairy-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** fairy flying ***/
.portable-infobox.pi-theme-fairy-flying, .portable-infobox.pi-theme-fairy-flying .pi-header, .portable-infobox.pi-theme-fairy-flying .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-flying .pi-data, .portable-infobox.pi-theme-fairy-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** fairy ghost ***/
.portable-infobox.pi-theme-fairy-ghost, .portable-infobox.pi-theme-fairy-ghost .pi-header, .portable-infobox.pi-theme-fairy-ghost .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-ghost .pi-data, .portable-infobox.pi-theme-fairy-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** fairy grass ***/
.portable-infobox.pi-theme-fairy-grass, .portable-infobox.pi-theme-fairy-grass .pi-header, .portable-infobox.pi-theme-fairy-grass .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-grass .pi-data, .portable-infobox.pi-theme-fairy-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** fairy ground ***/
.portable-infobox.pi-theme-fairy-ground, .portable-infobox.pi-theme-fairy-ground .pi-header, .portable-infobox.pi-theme-fairy-ground .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-ground .pi-data, .portable-infobox.pi-theme-fairy-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** fairy ice ***/
.portable-infobox.pi-theme-fairy-ice, .portable-infobox.pi-theme-fairy-ice .pi-header, .portable-infobox.pi-theme-fairy-ice .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-ice .pi-data, .portable-infobox.pi-theme-fairy-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** fairy normal ***/
.portable-infobox.pi-theme-fairy-normal, .portable-infobox.pi-theme-fairy-normal .pi-header, .portable-infobox.pi-theme-fairy-normal .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-normal .pi-data, .portable-infobox.pi-theme-fairy-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** fairy poison ***/
.portable-infobox.pi-theme-fairy-poison, .portable-infobox.pi-theme-fairy-poison .pi-header, .portable-infobox.pi-theme-fairy-poison .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-poison .pi-data, .portable-infobox.pi-theme-fairy-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** fairy psychic ***/
.portable-infobox.pi-theme-fairy-psychic, .portable-infobox.pi-theme-fairy-psychic .pi-header, .portable-infobox.pi-theme-fairy-psychic .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-psychic .pi-data, .portable-infobox.pi-theme-fairy-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** fairy rock ***/
.portable-infobox.pi-theme-fairy-rock, .portable-infobox.pi-theme-fairy-rock .pi-header, .portable-infobox.pi-theme-fairy-rock .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-rock .pi-data, .portable-infobox.pi-theme-fairy-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** fairy steel ***/
.portable-infobox.pi-theme-fairy-steel, .portable-infobox.pi-theme-fairy-steel .pi-header, .portable-infobox.pi-theme-fairy-steel .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-steel .pi-data, .portable-infobox.pi-theme-fairy-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** fairy water ***/
.portable-infobox.pi-theme-fairy-water, .portable-infobox.pi-theme-fairy-water .pi-header, .portable-infobox.pi-theme-fairy-water .pi-navigation {
  background:#F4BDC9;
}
.portable-infobox.pi-theme-fairy-water .pi-data, .portable-infobox.pi-theme-fairy-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F4BDC9;
}
.portable-infobox.pi-theme-fairy-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** fighting bug ***/
.portable-infobox.pi-theme-fighting-bug, .portable-infobox.pi-theme-fighting-bug .pi-header, .portable-infobox.pi-theme-fighting-bug .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-bug .pi-data, .portable-infobox.pi-theme-fighting-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** fighting dark ***/
.portable-infobox.pi-theme-fighting-dark, .portable-infobox.pi-theme-fighting-dark .pi-header, .portable-infobox.pi-theme-fighting-dark .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-dark .pi-data, .portable-infobox.pi-theme-fighting-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** fighting dragon ***/
.portable-infobox.pi-theme-fighting-dragon, .portable-infobox.pi-theme-fighting-dragon .pi-header, .portable-infobox.pi-theme-fighting-dragon .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-dragon .pi-data, .portable-infobox.pi-theme-fighting-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** fighting electric ***/
.portable-infobox.pi-theme-fighting-electric, .portable-infobox.pi-theme-fighting-electric .pi-header, .portable-infobox.pi-theme-fighting-electric .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-electric .pi-data, .portable-infobox.pi-theme-fighting-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** fighting fairy ***/
.portable-infobox.pi-theme-fighting-fairy, .portable-infobox.pi-theme-fighting-fairy .pi-header, .portable-infobox.pi-theme-fighting-fairy .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-fairy .pi-data, .portable-infobox.pi-theme-fighting-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** fighting fire ***/
.portable-infobox.pi-theme-fighting-fire, .portable-infobox.pi-theme-fighting-fire .pi-header, .portable-infobox.pi-theme-fighting-fire .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-fire .pi-data, .portable-infobox.pi-theme-fighting-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** fighting flying ***/
.portable-infobox.pi-theme-fighting-flying, .portable-infobox.pi-theme-fighting-flying .pi-header, .portable-infobox.pi-theme-fighting-flying .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-flying .pi-data, .portable-infobox.pi-theme-fighting-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** fighting ghost ***/
.portable-infobox.pi-theme-fighting-ghost, .portable-infobox.pi-theme-fighting-ghost .pi-header, .portable-infobox.pi-theme-fighting-ghost .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-ghost .pi-data, .portable-infobox.pi-theme-fighting-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** fighting grass ***/
.portable-infobox.pi-theme-fighting-grass, .portable-infobox.pi-theme-fighting-grass .pi-header, .portable-infobox.pi-theme-fighting-grass .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-grass .pi-data, .portable-infobox.pi-theme-fighting-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** fighting ground ***/
.portable-infobox.pi-theme-fighting-ground, .portable-infobox.pi-theme-fighting-ground .pi-header, .portable-infobox.pi-theme-fighting-ground .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-ground .pi-data, .portable-infobox.pi-theme-fighting-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** fighting ice ***/
.portable-infobox.pi-theme-fighting-ice, .portable-infobox.pi-theme-fighting-ice .pi-header, .portable-infobox.pi-theme-fighting-ice .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-ice .pi-data, .portable-infobox.pi-theme-fighting-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** fighting normal ***/
.portable-infobox.pi-theme-fighting-normal, .portable-infobox.pi-theme-fighting-normal .pi-header, .portable-infobox.pi-theme-fighting-normal .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-normal .pi-data, .portable-infobox.pi-theme-fighting-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** fighting poison ***/
.portable-infobox.pi-theme-fighting-poison, .portable-infobox.pi-theme-fighting-poison .pi-header, .portable-infobox.pi-theme-fighting-poison .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-poison .pi-data, .portable-infobox.pi-theme-fighting-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** fighting psychic ***/
.portable-infobox.pi-theme-fighting-psychic, .portable-infobox.pi-theme-fighting-psychic .pi-header, .portable-infobox.pi-theme-fighting-psychic .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-psychic .pi-data, .portable-infobox.pi-theme-fighting-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** fighting rock ***/
.portable-infobox.pi-theme-fighting-rock, .portable-infobox.pi-theme-fighting-rock .pi-header, .portable-infobox.pi-theme-fighting-rock .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-rock .pi-data, .portable-infobox.pi-theme-fighting-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** fighting steel ***/
.portable-infobox.pi-theme-fighting-steel, .portable-infobox.pi-theme-fighting-steel .pi-header, .portable-infobox.pi-theme-fighting-steel .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-steel .pi-data, .portable-infobox.pi-theme-fighting-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** fighting water ***/
.portable-infobox.pi-theme-fighting-water, .portable-infobox.pi-theme-fighting-water .pi-header, .portable-infobox.pi-theme-fighting-water .pi-navigation {
  background:#D67873;
}
.portable-infobox.pi-theme-fighting-water .pi-data, .portable-infobox.pi-theme-fighting-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D67873;
}
.portable-infobox.pi-theme-fighting-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** fire bug ***/
.portable-infobox.pi-theme-fire-bug, .portable-infobox.pi-theme-fire-bug .pi-header, .portable-infobox.pi-theme-fire-bug .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-bug .pi-data, .portable-infobox.pi-theme-fire-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** fire dark ***/
.portable-infobox.pi-theme-fire-dark, .portable-infobox.pi-theme-fire-dark .pi-header, .portable-infobox.pi-theme-fire-dark .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-dark .pi-data, .portable-infobox.pi-theme-fire-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** fire dragon ***/
.portable-infobox.pi-theme-fire-dragon, .portable-infobox.pi-theme-fire-dragon .pi-header, .portable-infobox.pi-theme-fire-dragon .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-dragon .pi-data, .portable-infobox.pi-theme-fire-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** fire electric ***/
.portable-infobox.pi-theme-fire-electric, .portable-infobox.pi-theme-fire-electric .pi-header, .portable-infobox.pi-theme-fire-electric .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-electric .pi-data, .portable-infobox.pi-theme-fire-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** fire fairy ***/
.portable-infobox.pi-theme-fire-fairy, .portable-infobox.pi-theme-fire-fairy .pi-header, .portable-infobox.pi-theme-fire-fairy .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-fairy .pi-data, .portable-infobox.pi-theme-fire-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** fire fighting ***/
.portable-infobox.pi-theme-fire-fighting, .portable-infobox.pi-theme-fire-fighting .pi-header, .portable-infobox.pi-theme-fire-fighting .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-fighting .pi-data, .portable-infobox.pi-theme-fire-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** fire flying ***/
.portable-infobox.pi-theme-fire-flying, .portable-infobox.pi-theme-fire-flying .pi-header, .portable-infobox.pi-theme-fire-flying .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-flying .pi-data, .portable-infobox.pi-theme-fire-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** fire ghost ***/
.portable-infobox.pi-theme-fire-ghost, .portable-infobox.pi-theme-fire-ghost .pi-header, .portable-infobox.pi-theme-fire-ghost .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-ghost .pi-data, .portable-infobox.pi-theme-fire-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** fire grass ***/
.portable-infobox.pi-theme-fire-grass, .portable-infobox.pi-theme-fire-grass .pi-header, .portable-infobox.pi-theme-fire-grass .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-grass .pi-data, .portable-infobox.pi-theme-fire-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** fire ground ***/
.portable-infobox.pi-theme-fire-ground, .portable-infobox.pi-theme-fire-ground .pi-header, .portable-infobox.pi-theme-fire-ground .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-ground .pi-data, .portable-infobox.pi-theme-fire-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** fire ice ***/
.portable-infobox.pi-theme-fire-ice, .portable-infobox.pi-theme-fire-ice .pi-header, .portable-infobox.pi-theme-fire-ice .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-ice .pi-data, .portable-infobox.pi-theme-fire-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** fire normal ***/
.portable-infobox.pi-theme-fire-normal, .portable-infobox.pi-theme-fire-normal .pi-header, .portable-infobox.pi-theme-fire-normal .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-normal .pi-data, .portable-infobox.pi-theme-fire-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** fire poison ***/
.portable-infobox.pi-theme-fire-poison, .portable-infobox.pi-theme-fire-poison .pi-header, .portable-infobox.pi-theme-fire-poison .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-poison .pi-data, .portable-infobox.pi-theme-fire-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** fire psychic ***/
.portable-infobox.pi-theme-fire-psychic, .portable-infobox.pi-theme-fire-psychic .pi-header, .portable-infobox.pi-theme-fire-psychic .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-psychic .pi-data, .portable-infobox.pi-theme-fire-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** fire rock ***/
.portable-infobox.pi-theme-fire-rock, .portable-infobox.pi-theme-fire-rock .pi-header, .portable-infobox.pi-theme-fire-rock .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-rock .pi-data, .portable-infobox.pi-theme-fire-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** fire steel ***/
.portable-infobox.pi-theme-fire-steel, .portable-infobox.pi-theme-fire-steel .pi-header, .portable-infobox.pi-theme-fire-steel .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-steel .pi-data, .portable-infobox.pi-theme-fire-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** fire water ***/
.portable-infobox.pi-theme-fire-water, .portable-infobox.pi-theme-fire-water .pi-header, .portable-infobox.pi-theme-fire-water .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-fire-water .pi-data, .portable-infobox.pi-theme-fire-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-fire-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** flying bug ***/
.portable-infobox.pi-theme-flying-bug, .portable-infobox.pi-theme-flying-bug .pi-header, .portable-infobox.pi-theme-flying-bug .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-bug .pi-data, .portable-infobox.pi-theme-flying-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** flying dark ***/
.portable-infobox.pi-theme-flying-dark, .portable-infobox.pi-theme-flying-dark .pi-header, .portable-infobox.pi-theme-flying-dark .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-dark .pi-data, .portable-infobox.pi-theme-flying-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** flying dragon ***/
.portable-infobox.pi-theme-flying-dragon, .portable-infobox.pi-theme-flying-dragon .pi-header, .portable-infobox.pi-theme-flying-dragon .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-dragon .pi-data, .portable-infobox.pi-theme-flying-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** flying electric ***/
.portable-infobox.pi-theme-flying-electric, .portable-infobox.pi-theme-flying-electric .pi-header, .portable-infobox.pi-theme-flying-electric .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-electric .pi-data, .portable-infobox.pi-theme-flying-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** flying fairy ***/
.portable-infobox.pi-theme-flying-fairy, .portable-infobox.pi-theme-flying-fairy .pi-header, .portable-infobox.pi-theme-flying-fairy .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-fairy .pi-data, .portable-infobox.pi-theme-flying-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** flying fighting ***/
.portable-infobox.pi-theme-flying-fighting, .portable-infobox.pi-theme-flying-fighting .pi-header, .portable-infobox.pi-theme-flying-fighting .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-fighting .pi-data, .portable-infobox.pi-theme-flying-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** flying fire ***/
.portable-infobox.pi-theme-flying-fire, .portable-infobox.pi-theme-flying-fire .pi-header, .portable-infobox.pi-theme-flying-fire .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-fire .pi-data, .portable-infobox.pi-theme-flying-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** flying ghost ***/
.portable-infobox.pi-theme-flying-ghost, .portable-infobox.pi-theme-flying-ghost .pi-header, .portable-infobox.pi-theme-flying-ghost .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-ghost .pi-data, .portable-infobox.pi-theme-flying-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** flying grass ***/
.portable-infobox.pi-theme-flying-grass, .portable-infobox.pi-theme-flying-grass .pi-header, .portable-infobox.pi-theme-flying-grass .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-grass .pi-data, .portable-infobox.pi-theme-flying-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** flying ground ***/
.portable-infobox.pi-theme-flying-ground, .portable-infobox.pi-theme-flying-ground .pi-header, .portable-infobox.pi-theme-flying-ground .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-ground .pi-data, .portable-infobox.pi-theme-flying-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** flying ice ***/
.portable-infobox.pi-theme-flying-ice, .portable-infobox.pi-theme-flying-ice .pi-header, .portable-infobox.pi-theme-flying-ice .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-ice .pi-data, .portable-infobox.pi-theme-flying-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** flying normal ***/
.portable-infobox.pi-theme-flying-normal, .portable-infobox.pi-theme-flying-normal .pi-header, .portable-infobox.pi-theme-flying-normal .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-normal .pi-data, .portable-infobox.pi-theme-flying-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** flying poison ***/
.portable-infobox.pi-theme-flying-poison, .portable-infobox.pi-theme-flying-poison .pi-header, .portable-infobox.pi-theme-flying-poison .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-poison .pi-data, .portable-infobox.pi-theme-flying-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** flying psychic ***/
.portable-infobox.pi-theme-flying-psychic, .portable-infobox.pi-theme-flying-psychic .pi-header, .portable-infobox.pi-theme-flying-psychic .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-psychic .pi-data, .portable-infobox.pi-theme-flying-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** flying rock ***/
.portable-infobox.pi-theme-flying-rock, .portable-infobox.pi-theme-flying-rock .pi-header, .portable-infobox.pi-theme-flying-rock .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-rock .pi-data, .portable-infobox.pi-theme-flying-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** flying steel ***/
.portable-infobox.pi-theme-flying-steel, .portable-infobox.pi-theme-flying-steel .pi-header, .portable-infobox.pi-theme-flying-steel .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-steel .pi-data, .portable-infobox.pi-theme-flying-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** flying water ***/
.portable-infobox.pi-theme-flying-water, .portable-infobox.pi-theme-flying-water .pi-header, .portable-infobox.pi-theme-flying-water .pi-navigation {
  background:#C6B7F5;
}
.portable-infobox.pi-theme-flying-water .pi-data, .portable-infobox.pi-theme-flying-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6B7F5;
}
.portable-infobox.pi-theme-flying-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** ghost bug ***/
.portable-infobox.pi-theme-ghost-bug, .portable-infobox.pi-theme-ghost-bug .pi-header, .portable-infobox.pi-theme-ghost-bug .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-bug .pi-data, .portable-infobox.pi-theme-ghost-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** ghost dark ***/
.portable-infobox.pi-theme-ghost-dark, .portable-infobox.pi-theme-ghost-dark .pi-header, .portable-infobox.pi-theme-ghost-dark .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-dark .pi-data, .portable-infobox.pi-theme-ghost-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** ghost dragon ***/
.portable-infobox.pi-theme-ghost-dragon, .portable-infobox.pi-theme-ghost-dragon .pi-header, .portable-infobox.pi-theme-ghost-dragon .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-dragon .pi-data, .portable-infobox.pi-theme-ghost-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** ghost electric ***/
.portable-infobox.pi-theme-ghost-electric, .portable-infobox.pi-theme-ghost-electric .pi-header, .portable-infobox.pi-theme-ghost-electric .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-electric .pi-data, .portable-infobox.pi-theme-ghost-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** ghost fairy ***/
.portable-infobox.pi-theme-ghost-fairy, .portable-infobox.pi-theme-ghost-fairy .pi-header, .portable-infobox.pi-theme-ghost-fairy .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-fairy .pi-data, .portable-infobox.pi-theme-ghost-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** ghost fighting ***/
.portable-infobox.pi-theme-ghost-fighting, .portable-infobox.pi-theme-ghost-fighting .pi-header, .portable-infobox.pi-theme-ghost-fighting .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-fighting .pi-data, .portable-infobox.pi-theme-ghost-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** ghost fire ***/
.portable-infobox.pi-theme-ghost-fire, .portable-infobox.pi-theme-ghost-fire .pi-header, .portable-infobox.pi-theme-ghost-fire .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-fire .pi-data, .portable-infobox.pi-theme-ghost-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** ghost flying ***/
.portable-infobox.pi-theme-ghost-flying, .portable-infobox.pi-theme-ghost-flying .pi-header, .portable-infobox.pi-theme-ghost-flying .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-flying .pi-data, .portable-infobox.pi-theme-ghost-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** ghost grass ***/
.portable-infobox.pi-theme-ghost-grass, .portable-infobox.pi-theme-ghost-grass .pi-header, .portable-infobox.pi-theme-ghost-grass .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-grass .pi-data, .portable-infobox.pi-theme-ghost-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** ghost ground ***/
.portable-infobox.pi-theme-ghost-ground, .portable-infobox.pi-theme-ghost-ground .pi-header, .portable-infobox.pi-theme-ghost-ground .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-ground .pi-data, .portable-infobox.pi-theme-ghost-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** ghost ice ***/
.portable-infobox.pi-theme-ghost-ice, .portable-infobox.pi-theme-ghost-ice .pi-header, .portable-infobox.pi-theme-ghost-ice .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-ice .pi-data, .portable-infobox.pi-theme-ghost-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** ghost normal ***/
.portable-infobox.pi-theme-ghost-normal, .portable-infobox.pi-theme-ghost-normal .pi-header, .portable-infobox.pi-theme-ghost-normal .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-normal .pi-data, .portable-infobox.pi-theme-ghost-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** ghost poison ***/
.portable-infobox.pi-theme-ghost-poison, .portable-infobox.pi-theme-ghost-poison .pi-header, .portable-infobox.pi-theme-ghost-poison .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-poison .pi-data, .portable-infobox.pi-theme-ghost-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** ghost psychic ***/
.portable-infobox.pi-theme-ghost-psychic, .portable-infobox.pi-theme-ghost-psychic .pi-header, .portable-infobox.pi-theme-ghost-psychic .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-psychic .pi-data, .portable-infobox.pi-theme-ghost-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** ghost rock ***/
.portable-infobox.pi-theme-ghost-rock, .portable-infobox.pi-theme-ghost-rock .pi-header, .portable-infobox.pi-theme-ghost-rock .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-rock .pi-data, .portable-infobox.pi-theme-ghost-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** ghost steel ***/
.portable-infobox.pi-theme-ghost-steel, .portable-infobox.pi-theme-ghost-steel .pi-header, .portable-infobox.pi-theme-ghost-steel .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-steel .pi-data, .portable-infobox.pi-theme-ghost-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** ghost water ***/
.portable-infobox.pi-theme-ghost-water, .portable-infobox.pi-theme-ghost-water .pi-header, .portable-infobox.pi-theme-ghost-water .pi-navigation {
  background:#A292BC;
}
.portable-infobox.pi-theme-ghost-water .pi-data, .portable-infobox.pi-theme-ghost-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A292BC;
}
.portable-infobox.pi-theme-ghost-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** grass bug ***/
.portable-infobox.pi-theme-grass-bug, .portable-infobox.pi-theme-grass-bug .pi-header, .portable-infobox.pi-theme-grass-bug .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-bug .pi-data, .portable-infobox.pi-theme-grass-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** grass dark ***/
.portable-infobox.pi-theme-grass-dark, .portable-infobox.pi-theme-grass-dark .pi-header, .portable-infobox.pi-theme-grass-dark .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-dark .pi-data, .portable-infobox.pi-theme-grass-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** grass dragon ***/
.portable-infobox.pi-theme-grass-dragon, .portable-infobox.pi-theme-grass-dragon .pi-header, .portable-infobox.pi-theme-grass-dragon .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-dragon .pi-data, .portable-infobox.pi-theme-grass-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** grass electric ***/
.portable-infobox.pi-theme-grass-electric, .portable-infobox.pi-theme-grass-electric .pi-header, .portable-infobox.pi-theme-grass-electric .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-electric .pi-data, .portable-infobox.pi-theme-grass-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** grass fairy ***/
.portable-infobox.pi-theme-grass-fairy, .portable-infobox.pi-theme-grass-fairy .pi-header, .portable-infobox.pi-theme-grass-fairy .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-fairy .pi-data, .portable-infobox.pi-theme-grass-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** grass fighting ***/
.portable-infobox.pi-theme-grass-fighting, .portable-infobox.pi-theme-grass-fighting .pi-header, .portable-infobox.pi-theme-grass-fighting .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-fighting .pi-data, .portable-infobox.pi-theme-grass-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** grass fire ***/
.portable-infobox.pi-theme-grass-fire, .portable-infobox.pi-theme-grass-fire .pi-header, .portable-infobox.pi-theme-grass-fire .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-fire .pi-data, .portable-infobox.pi-theme-grass-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** grass flying ***/
.portable-infobox.pi-theme-grass-flying, .portable-infobox.pi-theme-grass-flying .pi-header, .portable-infobox.pi-theme-grass-flying .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-flying .pi-data, .portable-infobox.pi-theme-grass-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** grass ghost ***/
.portable-infobox.pi-theme-grass-ghost, .portable-infobox.pi-theme-grass-ghost .pi-header, .portable-infobox.pi-theme-grass-ghost .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-ghost .pi-data, .portable-infobox.pi-theme-grass-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** grass ground ***/
.portable-infobox.pi-theme-grass-ground, .portable-infobox.pi-theme-grass-ground .pi-header, .portable-infobox.pi-theme-grass-ground .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-ground .pi-data, .portable-infobox.pi-theme-grass-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** grass ice ***/
.portable-infobox.pi-theme-grass-ice, .portable-infobox.pi-theme-grass-ice .pi-header, .portable-infobox.pi-theme-grass-ice .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-ice .pi-data, .portable-infobox.pi-theme-grass-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** grass normal ***/
.portable-infobox.pi-theme-grass-normal, .portable-infobox.pi-theme-grass-normal .pi-header, .portable-infobox.pi-theme-grass-normal .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-normal .pi-data, .portable-infobox.pi-theme-grass-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** grass poison ***/
.portable-infobox.pi-theme-grass-poison, .portable-infobox.pi-theme-grass-poison .pi-header, .portable-infobox.pi-theme-grass-poison .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-poison .pi-data, .portable-infobox.pi-theme-grass-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** grass psychic ***/
.portable-infobox.pi-theme-grass-psychic, .portable-infobox.pi-theme-grass-psychic .pi-header, .portable-infobox.pi-theme-grass-psychic .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-psychic .pi-data, .portable-infobox.pi-theme-grass-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** grass rock ***/
.portable-infobox.pi-theme-grass-rock, .portable-infobox.pi-theme-grass-rock .pi-header, .portable-infobox.pi-theme-grass-rock .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-rock .pi-data, .portable-infobox.pi-theme-grass-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** grass steel ***/
.portable-infobox.pi-theme-grass-steel, .portable-infobox.pi-theme-grass-steel .pi-header, .portable-infobox.pi-theme-grass-steel .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-steel .pi-data, .portable-infobox.pi-theme-grass-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** grass water ***/
.portable-infobox.pi-theme-grass-water, .portable-infobox.pi-theme-grass-water .pi-header, .portable-infobox.pi-theme-grass-water .pi-navigation {
  background:#A7DB8D;
}
.portable-infobox.pi-theme-grass-water .pi-data, .portable-infobox.pi-theme-grass-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #A7DB8D;
}
.portable-infobox.pi-theme-grass-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** ground bug ***/
.portable-infobox.pi-theme-ground-bug, .portable-infobox.pi-theme-ground-bug .pi-header, .portable-infobox.pi-theme-ground-bug .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-bug .pi-data, .portable-infobox.pi-theme-ground-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** ground dark ***/
.portable-infobox.pi-theme-ground-dark, .portable-infobox.pi-theme-ground-dark .pi-header, .portable-infobox.pi-theme-ground-dark .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-dark .pi-data, .portable-infobox.pi-theme-ground-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** ground dragon ***/
.portable-infobox.pi-theme-ground-dragon, .portable-infobox.pi-theme-ground-dragon .pi-header, .portable-infobox.pi-theme-ground-dragon .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-dragon .pi-data, .portable-infobox.pi-theme-ground-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** ground electric ***/
.portable-infobox.pi-theme-ground-electric, .portable-infobox.pi-theme-ground-electric .pi-header, .portable-infobox.pi-theme-ground-electric .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-electric .pi-data, .portable-infobox.pi-theme-ground-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** ground fairy ***/
.portable-infobox.pi-theme-ground-fairy, .portable-infobox.pi-theme-ground-fairy .pi-header, .portable-infobox.pi-theme-ground-fairy .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-fairy .pi-data, .portable-infobox.pi-theme-ground-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** ground fighting ***/
.portable-infobox.pi-theme-ground-fighting, .portable-infobox.pi-theme-ground-fighting .pi-header, .portable-infobox.pi-theme-ground-fighting .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-fighting .pi-data, .portable-infobox.pi-theme-ground-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** ground fire ***/
.portable-infobox.pi-theme-ground-fire, .portable-infobox.pi-theme-ground-fire .pi-header, .portable-infobox.pi-theme-ground-fire .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-fire .pi-data, .portable-infobox.pi-theme-ground-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** ground flying ***/
.portable-infobox.pi-theme-ground-flying, .portable-infobox.pi-theme-ground-flying .pi-header, .portable-infobox.pi-theme-ground-flying .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-flying .pi-data, .portable-infobox.pi-theme-ground-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** ground ghost ***/
.portable-infobox.pi-theme-ground-ghost, .portable-infobox.pi-theme-ground-ghost .pi-header, .portable-infobox.pi-theme-ground-ghost .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-ghost .pi-data, .portable-infobox.pi-theme-ground-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** ground grass ***/
.portable-infobox.pi-theme-ground-grass, .portable-infobox.pi-theme-ground-grass .pi-header, .portable-infobox.pi-theme-ground-grass .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-grass .pi-data, .portable-infobox.pi-theme-ground-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** ground ice ***/
.portable-infobox.pi-theme-ground-ice, .portable-infobox.pi-theme-ground-ice .pi-header, .portable-infobox.pi-theme-ground-ice .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-ice .pi-data, .portable-infobox.pi-theme-ground-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** ground normal ***/
.portable-infobox.pi-theme-ground-normal, .portable-infobox.pi-theme-ground-normal .pi-header, .portable-infobox.pi-theme-ground-normal .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-normal .pi-data, .portable-infobox.pi-theme-ground-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** ground poison ***/
.portable-infobox.pi-theme-ground-poison, .portable-infobox.pi-theme-ground-poison .pi-header, .portable-infobox.pi-theme-ground-poison .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-poison .pi-data, .portable-infobox.pi-theme-ground-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** ground psychic ***/
.portable-infobox.pi-theme-ground-psychic, .portable-infobox.pi-theme-ground-psychic .pi-header, .portable-infobox.pi-theme-ground-psychic .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-psychic .pi-data, .portable-infobox.pi-theme-ground-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** ground rock ***/
.portable-infobox.pi-theme-ground-rock, .portable-infobox.pi-theme-ground-rock .pi-header, .portable-infobox.pi-theme-ground-rock .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-rock .pi-data, .portable-infobox.pi-theme-ground-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** ground steel ***/
.portable-infobox.pi-theme-ground-steel, .portable-infobox.pi-theme-ground-steel .pi-header, .portable-infobox.pi-theme-ground-steel .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-steel .pi-data, .portable-infobox.pi-theme-ground-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** ground water ***/
.portable-infobox.pi-theme-ground-water, .portable-infobox.pi-theme-ground-water .pi-header, .portable-infobox.pi-theme-ground-water .pi-navigation {
  background:#EBD69D;
}
.portable-infobox.pi-theme-ground-water .pi-data, .portable-infobox.pi-theme-ground-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBD69D;
}
.portable-infobox.pi-theme-ground-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** ice bug ***/
.portable-infobox.pi-theme-ice-bug, .portable-infobox.pi-theme-ice-bug .pi-header, .portable-infobox.pi-theme-ice-bug .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-bug .pi-data, .portable-infobox.pi-theme-ice-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** ice dark ***/
.portable-infobox.pi-theme-ice-dark, .portable-infobox.pi-theme-ice-dark .pi-header, .portable-infobox.pi-theme-ice-dark .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-dark .pi-data, .portable-infobox.pi-theme-ice-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** ice dragon ***/
.portable-infobox.pi-theme-ice-dragon, .portable-infobox.pi-theme-ice-dragon .pi-header, .portable-infobox.pi-theme-ice-dragon .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-dragon .pi-data, .portable-infobox.pi-theme-ice-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** ice electric ***/
.portable-infobox.pi-theme-ice-electric, .portable-infobox.pi-theme-ice-electric .pi-header, .portable-infobox.pi-theme-ice-electric .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-electric .pi-data, .portable-infobox.pi-theme-ice-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** ice fairy ***/
.portable-infobox.pi-theme-ice-fairy, .portable-infobox.pi-theme-ice-fairy .pi-header, .portable-infobox.pi-theme-ice-fairy .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-fairy .pi-data, .portable-infobox.pi-theme-ice-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** ice fighting ***/
.portable-infobox.pi-theme-ice-fighting, .portable-infobox.pi-theme-ice-fighting .pi-header, .portable-infobox.pi-theme-ice-fighting .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-fighting .pi-data, .portable-infobox.pi-theme-ice-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** ice fire ***/
.portable-infobox.pi-theme-ice-fire, .portable-infobox.pi-theme-ice-fire .pi-header, .portable-infobox.pi-theme-ice-fire .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-fire .pi-data, .portable-infobox.pi-theme-ice-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** ice flying ***/
.portable-infobox.pi-theme-ice-flying, .portable-infobox.pi-theme-ice-flying .pi-header, .portable-infobox.pi-theme-ice-flying .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-flying .pi-data, .portable-infobox.pi-theme-ice-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** ice ghost ***/
.portable-infobox.pi-theme-ice-ghost, .portable-infobox.pi-theme-ice-ghost .pi-header, .portable-infobox.pi-theme-ice-ghost .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-ghost .pi-data, .portable-infobox.pi-theme-ice-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** ice grass ***/
.portable-infobox.pi-theme-ice-grass, .portable-infobox.pi-theme-ice-grass .pi-header, .portable-infobox.pi-theme-ice-grass .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-grass .pi-data, .portable-infobox.pi-theme-ice-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** ice ground ***/
.portable-infobox.pi-theme-ice-ground, .portable-infobox.pi-theme-ice-ground .pi-header, .portable-infobox.pi-theme-ice-ground .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-ground .pi-data, .portable-infobox.pi-theme-ice-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** ice normal ***/
.portable-infobox.pi-theme-ice-normal, .portable-infobox.pi-theme-ice-normal .pi-header, .portable-infobox.pi-theme-ice-normal .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-normal .pi-data, .portable-infobox.pi-theme-ice-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** ice poison ***/
.portable-infobox.pi-theme-ice-poison, .portable-infobox.pi-theme-ice-poison .pi-header, .portable-infobox.pi-theme-ice-poison .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-poison .pi-data, .portable-infobox.pi-theme-ice-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** ice psychic ***/
.portable-infobox.pi-theme-ice-psychic, .portable-infobox.pi-theme-ice-psychic .pi-header, .portable-infobox.pi-theme-ice-psychic .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-psychic .pi-data, .portable-infobox.pi-theme-ice-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** ice rock ***/
.portable-infobox.pi-theme-ice-rock, .portable-infobox.pi-theme-ice-rock .pi-header, .portable-infobox.pi-theme-ice-rock .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-rock .pi-data, .portable-infobox.pi-theme-ice-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** ice steel ***/
.portable-infobox.pi-theme-ice-steel, .portable-infobox.pi-theme-ice-steel .pi-header, .portable-infobox.pi-theme-ice-steel .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-steel .pi-data, .portable-infobox.pi-theme-ice-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** ice water ***/
.portable-infobox.pi-theme-ice-water, .portable-infobox.pi-theme-ice-water .pi-header, .portable-infobox.pi-theme-ice-water .pi-navigation {
  background:#BCE6E6;
}
.portable-infobox.pi-theme-ice-water .pi-data, .portable-infobox.pi-theme-ice-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #BCE6E6;
}
.portable-infobox.pi-theme-ice-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** normal bug ***/
.portable-infobox.pi-theme-normal-bug, .portable-infobox.pi-theme-normal-bug .pi-header, .portable-infobox.pi-theme-normal-bug .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-bug .pi-data, .portable-infobox.pi-theme-normal-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** normal dark ***/
.portable-infobox.pi-theme-normal-dark, .portable-infobox.pi-theme-normal-dark .pi-header, .portable-infobox.pi-theme-normal-dark .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-dark .pi-data, .portable-infobox.pi-theme-normal-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** normal dragon ***/
.portable-infobox.pi-theme-normal-dragon, .portable-infobox.pi-theme-normal-dragon .pi-header, .portable-infobox.pi-theme-normal-dragon .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-dragon .pi-data, .portable-infobox.pi-theme-normal-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** normal electric ***/
.portable-infobox.pi-theme-normal-electric, .portable-infobox.pi-theme-normal-electric .pi-header, .portable-infobox.pi-theme-normal-electric .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-electric .pi-data, .portable-infobox.pi-theme-normal-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** normal fairy ***/
.portable-infobox.pi-theme-normal-fairy, .portable-infobox.pi-theme-normal-fairy .pi-header, .portable-infobox.pi-theme-normal-fairy .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-fairy .pi-data, .portable-infobox.pi-theme-normal-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** normal fighting ***/
.portable-infobox.pi-theme-normal-fighting, .portable-infobox.pi-theme-normal-fighting .pi-header, .portable-infobox.pi-theme-normal-fighting .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-fighting .pi-data, .portable-infobox.pi-theme-normal-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** normal fire ***/
.portable-infobox.pi-theme-normal-fire, .portable-infobox.pi-theme-normal-fire .pi-header, .portable-infobox.pi-theme-normal-fire .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-fire .pi-data, .portable-infobox.pi-theme-normal-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** normal flying ***/
.portable-infobox.pi-theme-normal-flying, .portable-infobox.pi-theme-normal-flying .pi-header, .portable-infobox.pi-theme-normal-flying .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-flying .pi-data, .portable-infobox.pi-theme-normal-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** normal ghost ***/
.portable-infobox.pi-theme-normal-ghost, .portable-infobox.pi-theme-normal-ghost .pi-header, .portable-infobox.pi-theme-normal-ghost .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-ghost .pi-data, .portable-infobox.pi-theme-normal-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** normal grass ***/
.portable-infobox.pi-theme-normal-grass, .portable-infobox.pi-theme-normal-grass .pi-header, .portable-infobox.pi-theme-normal-grass .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-grass .pi-data, .portable-infobox.pi-theme-normal-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** normal ground ***/
.portable-infobox.pi-theme-normal-ground, .portable-infobox.pi-theme-normal-ground .pi-header, .portable-infobox.pi-theme-normal-ground .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-ground .pi-data, .portable-infobox.pi-theme-normal-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** normal ice ***/
.portable-infobox.pi-theme-normal-ice, .portable-infobox.pi-theme-normal-ice .pi-header, .portable-infobox.pi-theme-normal-ice .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-ice .pi-data, .portable-infobox.pi-theme-normal-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** normal poison ***/
.portable-infobox.pi-theme-normal-poison, .portable-infobox.pi-theme-normal-poison .pi-header, .portable-infobox.pi-theme-normal-poison .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-poison .pi-data, .portable-infobox.pi-theme-normal-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** normal psychic ***/
.portable-infobox.pi-theme-normal-psychic, .portable-infobox.pi-theme-normal-psychic .pi-header, .portable-infobox.pi-theme-normal-psychic .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-psychic .pi-data, .portable-infobox.pi-theme-normal-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** normal rock ***/
.portable-infobox.pi-theme-normal-rock, .portable-infobox.pi-theme-normal-rock .pi-header, .portable-infobox.pi-theme-normal-rock .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-rock .pi-data, .portable-infobox.pi-theme-normal-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** normal steel ***/
.portable-infobox.pi-theme-normal-steel, .portable-infobox.pi-theme-normal-steel .pi-header, .portable-infobox.pi-theme-normal-steel .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-steel .pi-data, .portable-infobox.pi-theme-normal-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** normal water ***/
.portable-infobox.pi-theme-normal-water, .portable-infobox.pi-theme-normal-water .pi-header, .portable-infobox.pi-theme-normal-water .pi-navigation {
  background:#C6C6A7;
}
.portable-infobox.pi-theme-normal-water .pi-data, .portable-infobox.pi-theme-normal-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C6C6A7;
}
.portable-infobox.pi-theme-normal-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** poison bug ***/
.portable-infobox.pi-theme-poison-bug, .portable-infobox.pi-theme-poison-bug .pi-header, .portable-infobox.pi-theme-poison-bug .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-bug .pi-data, .portable-infobox.pi-theme-poison-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** poison dark ***/
.portable-infobox.pi-theme-poison-dark, .portable-infobox.pi-theme-poison-dark .pi-header, .portable-infobox.pi-theme-poison-dark .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-dark .pi-data, .portable-infobox.pi-theme-poison-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** poison dragon ***/
.portable-infobox.pi-theme-poison-dragon, .portable-infobox.pi-theme-poison-dragon .pi-header, .portable-infobox.pi-theme-poison-dragon .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-dragon .pi-data, .portable-infobox.pi-theme-poison-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** poison electric ***/
.portable-infobox.pi-theme-poison-electric, .portable-infobox.pi-theme-poison-electric .pi-header, .portable-infobox.pi-theme-poison-electric .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-electric .pi-data, .portable-infobox.pi-theme-poison-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** poison fairy ***/
.portable-infobox.pi-theme-poison-fairy, .portable-infobox.pi-theme-poison-fairy .pi-header, .portable-infobox.pi-theme-poison-fairy .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-fairy .pi-data, .portable-infobox.pi-theme-poison-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** poison fighting ***/
.portable-infobox.pi-theme-poison-fighting, .portable-infobox.pi-theme-poison-fighting .pi-header, .portable-infobox.pi-theme-poison-fighting .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-fighting .pi-data, .portable-infobox.pi-theme-poison-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** poison fire ***/
.portable-infobox.pi-theme-poison-fire, .portable-infobox.pi-theme-poison-fire .pi-header, .portable-infobox.pi-theme-poison-fire .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-fire .pi-data, .portable-infobox.pi-theme-poison-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** poison flying ***/
.portable-infobox.pi-theme-poison-flying, .portable-infobox.pi-theme-poison-flying .pi-header, .portable-infobox.pi-theme-poison-flying .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-flying .pi-data, .portable-infobox.pi-theme-poison-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** poison ghost ***/
.portable-infobox.pi-theme-poison-ghost, .portable-infobox.pi-theme-poison-ghost .pi-header, .portable-infobox.pi-theme-poison-ghost .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-ghost .pi-data, .portable-infobox.pi-theme-poison-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** poison grass ***/
.portable-infobox.pi-theme-poison-grass, .portable-infobox.pi-theme-poison-grass .pi-header, .portable-infobox.pi-theme-poison-grass .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-grass .pi-data, .portable-infobox.pi-theme-poison-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** poison ground ***/
.portable-infobox.pi-theme-poison-ground, .portable-infobox.pi-theme-poison-ground .pi-header, .portable-infobox.pi-theme-poison-ground .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-ground .pi-data, .portable-infobox.pi-theme-poison-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** poison ice ***/
.portable-infobox.pi-theme-poison-ice, .portable-infobox.pi-theme-poison-ice .pi-header, .portable-infobox.pi-theme-poison-ice .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-ice .pi-data, .portable-infobox.pi-theme-poison-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** poison normal ***/
.portable-infobox.pi-theme-poison-normal, .portable-infobox.pi-theme-poison-normal .pi-header, .portable-infobox.pi-theme-poison-normal .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-normal .pi-data, .portable-infobox.pi-theme-poison-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** poison psychic ***/
.portable-infobox.pi-theme-poison-psychic, .portable-infobox.pi-theme-poison-psychic .pi-header, .portable-infobox.pi-theme-poison-psychic .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-psychic .pi-data, .portable-infobox.pi-theme-poison-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** poison rock ***/
.portable-infobox.pi-theme-poison-rock, .portable-infobox.pi-theme-poison-rock .pi-header, .portable-infobox.pi-theme-poison-rock .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-rock .pi-data, .portable-infobox.pi-theme-poison-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** poison steel ***/
.portable-infobox.pi-theme-poison-steel, .portable-infobox.pi-theme-poison-steel .pi-header, .portable-infobox.pi-theme-poison-steel .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-steel .pi-data, .portable-infobox.pi-theme-poison-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** poison water ***/
.portable-infobox.pi-theme-poison-water, .portable-infobox.pi-theme-poison-water .pi-header, .portable-infobox.pi-theme-poison-water .pi-navigation {
  background:#C183C1;
}
.portable-infobox.pi-theme-poison-water .pi-data, .portable-infobox.pi-theme-poison-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C183C1;
}
.portable-infobox.pi-theme-poison-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** psychic bug ***/
.portable-infobox.pi-theme-psychic-bug, .portable-infobox.pi-theme-psychic-bug .pi-header, .portable-infobox.pi-theme-psychic-bug .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-bug .pi-data, .portable-infobox.pi-theme-psychic-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** psychic dark ***/
.portable-infobox.pi-theme-psychic-dark, .portable-infobox.pi-theme-psychic-dark .pi-header, .portable-infobox.pi-theme-psychic-dark .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-dark .pi-data, .portable-infobox.pi-theme-psychic-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** psychic dragon ***/
.portable-infobox.pi-theme-psychic-dragon, .portable-infobox.pi-theme-psychic-dragon .pi-header, .portable-infobox.pi-theme-psychic-dragon .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-dragon .pi-data, .portable-infobox.pi-theme-psychic-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** psychic electric ***/
.portable-infobox.pi-theme-psychic-electric, .portable-infobox.pi-theme-psychic-electric .pi-header, .portable-infobox.pi-theme-psychic-electric .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-electric .pi-data, .portable-infobox.pi-theme-psychic-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** psychic fairy ***/
.portable-infobox.pi-theme-psychic-fairy, .portable-infobox.pi-theme-psychic-fairy .pi-header, .portable-infobox.pi-theme-psychic-fairy .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-fairy .pi-data, .portable-infobox.pi-theme-psychic-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** psychic fighting ***/
.portable-infobox.pi-theme-psychic-fighting, .portable-infobox.pi-theme-psychic-fighting .pi-header, .portable-infobox.pi-theme-psychic-fighting .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-fighting .pi-data, .portable-infobox.pi-theme-psychic-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** psychic fire ***/
.portable-infobox.pi-theme-psychic-fire, .portable-infobox.pi-theme-psychic-fire .pi-header, .portable-infobox.pi-theme-psychic-fire .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-fire .pi-data, .portable-infobox.pi-theme-psychic-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** psychic flying ***/
.portable-infobox.pi-theme-psychic-flying, .portable-infobox.pi-theme-psychic-flying .pi-header, .portable-infobox.pi-theme-psychic-flying .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-flying .pi-data, .portable-infobox.pi-theme-psychic-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** psychic ghost ***/
.portable-infobox.pi-theme-psychic-ghost, .portable-infobox.pi-theme-psychic-ghost .pi-header, .portable-infobox.pi-theme-psychic-ghost .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-ghost .pi-data, .portable-infobox.pi-theme-psychic-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** psychic grass ***/
.portable-infobox.pi-theme-psychic-grass, .portable-infobox.pi-theme-psychic-grass .pi-header, .portable-infobox.pi-theme-psychic-grass .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-grass .pi-data, .portable-infobox.pi-theme-psychic-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** psychic ground ***/
.portable-infobox.pi-theme-psychic-ground, .portable-infobox.pi-theme-psychic-ground .pi-header, .portable-infobox.pi-theme-psychic-ground .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-ground .pi-data, .portable-infobox.pi-theme-psychic-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** psychic ice ***/
.portable-infobox.pi-theme-psychic-ice, .portable-infobox.pi-theme-psychic-ice .pi-header, .portable-infobox.pi-theme-psychic-ice .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-ice .pi-data, .portable-infobox.pi-theme-psychic-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** psychic normal ***/
.portable-infobox.pi-theme-psychic-normal, .portable-infobox.pi-theme-psychic-normal .pi-header, .portable-infobox.pi-theme-psychic-normal .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-normal .pi-data, .portable-infobox.pi-theme-psychic-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** psychic poison ***/
.portable-infobox.pi-theme-psychic-poison, .portable-infobox.pi-theme-psychic-poison .pi-header, .portable-infobox.pi-theme-psychic-poison .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-poison .pi-data, .portable-infobox.pi-theme-psychic-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** psychic rock ***/
.portable-infobox.pi-theme-psychic-rock, .portable-infobox.pi-theme-psychic-rock .pi-header, .portable-infobox.pi-theme-psychic-rock .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-rock .pi-data, .portable-infobox.pi-theme-psychic-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** psychic steel ***/
.portable-infobox.pi-theme-psychic-steel, .portable-infobox.pi-theme-psychic-steel .pi-header, .portable-infobox.pi-theme-psychic-steel .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-steel .pi-data, .portable-infobox.pi-theme-psychic-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** psychic water ***/
.portable-infobox.pi-theme-psychic-water, .portable-infobox.pi-theme-psychic-water .pi-header, .portable-infobox.pi-theme-psychic-water .pi-navigation {
  background:#FA92B2;
}
.portable-infobox.pi-theme-psychic-water .pi-data, .portable-infobox.pi-theme-psychic-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA92B2;
}
.portable-infobox.pi-theme-psychic-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** rock bug ***/
.portable-infobox.pi-theme-rock-bug, .portable-infobox.pi-theme-rock-bug .pi-header, .portable-infobox.pi-theme-rock-bug .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-bug .pi-data, .portable-infobox.pi-theme-rock-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** rock dark ***/
.portable-infobox.pi-theme-rock-dark, .portable-infobox.pi-theme-rock-dark .pi-header, .portable-infobox.pi-theme-rock-dark .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-dark .pi-data, .portable-infobox.pi-theme-rock-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** rock dragon ***/
.portable-infobox.pi-theme-rock-dragon, .portable-infobox.pi-theme-rock-dragon .pi-header, .portable-infobox.pi-theme-rock-dragon .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-dragon .pi-data, .portable-infobox.pi-theme-rock-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** rock electric ***/
.portable-infobox.pi-theme-rock-electric, .portable-infobox.pi-theme-rock-electric .pi-header, .portable-infobox.pi-theme-rock-electric .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-electric .pi-data, .portable-infobox.pi-theme-rock-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** rock fairy ***/
.portable-infobox.pi-theme-rock-fairy, .portable-infobox.pi-theme-rock-fairy .pi-header, .portable-infobox.pi-theme-rock-fairy .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-fairy .pi-data, .portable-infobox.pi-theme-rock-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** rock fighting ***/
.portable-infobox.pi-theme-rock-fighting, .portable-infobox.pi-theme-rock-fighting .pi-header, .portable-infobox.pi-theme-rock-fighting .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-fighting .pi-data, .portable-infobox.pi-theme-rock-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** rock fire ***/
.portable-infobox.pi-theme-rock-fire, .portable-infobox.pi-theme-rock-fire .pi-header, .portable-infobox.pi-theme-rock-fire .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-fire .pi-data, .portable-infobox.pi-theme-rock-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** rock flying ***/
.portable-infobox.pi-theme-rock-flying, .portable-infobox.pi-theme-rock-flying .pi-header, .portable-infobox.pi-theme-rock-flying .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-flying .pi-data, .portable-infobox.pi-theme-rock-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** rock ghost ***/
.portable-infobox.pi-theme-rock-ghost, .portable-infobox.pi-theme-rock-ghost .pi-header, .portable-infobox.pi-theme-rock-ghost .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-ghost .pi-data, .portable-infobox.pi-theme-rock-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** rock grass ***/
.portable-infobox.pi-theme-rock-grass, .portable-infobox.pi-theme-rock-grass .pi-header, .portable-infobox.pi-theme-rock-grass .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-grass .pi-data, .portable-infobox.pi-theme-rock-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** rock ground ***/
.portable-infobox.pi-theme-rock-ground, .portable-infobox.pi-theme-rock-ground .pi-header, .portable-infobox.pi-theme-rock-ground .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-ground .pi-data, .portable-infobox.pi-theme-rock-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** rock ice ***/
.portable-infobox.pi-theme-rock-ice, .portable-infobox.pi-theme-rock-ice .pi-header, .portable-infobox.pi-theme-rock-ice .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-ice .pi-data, .portable-infobox.pi-theme-rock-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** rock normal ***/
.portable-infobox.pi-theme-rock-normal, .portable-infobox.pi-theme-rock-normal .pi-header, .portable-infobox.pi-theme-rock-normal .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-normal .pi-data, .portable-infobox.pi-theme-rock-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** rock poison ***/
.portable-infobox.pi-theme-rock-poison, .portable-infobox.pi-theme-rock-poison .pi-header, .portable-infobox.pi-theme-rock-poison .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-poison .pi-data, .portable-infobox.pi-theme-rock-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** rock psychic ***/
.portable-infobox.pi-theme-rock-psychic, .portable-infobox.pi-theme-rock-psychic .pi-header, .portable-infobox.pi-theme-rock-psychic .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-psychic .pi-data, .portable-infobox.pi-theme-rock-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** rock steel ***/
.portable-infobox.pi-theme-rock-steel, .portable-infobox.pi-theme-rock-steel .pi-header, .portable-infobox.pi-theme-rock-steel .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-steel .pi-data, .portable-infobox.pi-theme-rock-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** rock water ***/
.portable-infobox.pi-theme-rock-water, .portable-infobox.pi-theme-rock-water .pi-header, .portable-infobox.pi-theme-rock-water .pi-navigation {
  background:#D1C17D;
}
.portable-infobox.pi-theme-rock-water .pi-data, .portable-infobox.pi-theme-rock-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1C17D;
}
.portable-infobox.pi-theme-rock-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** steel bug ***/
.portable-infobox.pi-theme-steel-bug, .portable-infobox.pi-theme-steel-bug .pi-header, .portable-infobox.pi-theme-steel-bug .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-bug .pi-data, .portable-infobox.pi-theme-steel-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** steel dark ***/
.portable-infobox.pi-theme-steel-dark, .portable-infobox.pi-theme-steel-dark .pi-header, .portable-infobox.pi-theme-steel-dark .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-dark .pi-data, .portable-infobox.pi-theme-steel-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** steel dragon ***/
.portable-infobox.pi-theme-steel-dragon, .portable-infobox.pi-theme-steel-dragon .pi-header, .portable-infobox.pi-theme-steel-dragon .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-dragon .pi-data, .portable-infobox.pi-theme-steel-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** steel electric ***/
.portable-infobox.pi-theme-steel-electric, .portable-infobox.pi-theme-steel-electric .pi-header, .portable-infobox.pi-theme-steel-electric .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-electric .pi-data, .portable-infobox.pi-theme-steel-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** steel fairy ***/
.portable-infobox.pi-theme-steel-fairy, .portable-infobox.pi-theme-steel-fairy .pi-header, .portable-infobox.pi-theme-steel-fairy .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-fairy .pi-data, .portable-infobox.pi-theme-steel-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** steel fighting ***/
.portable-infobox.pi-theme-steel-fighting, .portable-infobox.pi-theme-steel-fighting .pi-header, .portable-infobox.pi-theme-steel-fighting .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-fighting .pi-data, .portable-infobox.pi-theme-steel-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** steel fire ***/
.portable-infobox.pi-theme-steel-fire, .portable-infobox.pi-theme-steel-fire .pi-header, .portable-infobox.pi-theme-steel-fire .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-fire .pi-data, .portable-infobox.pi-theme-steel-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** steel flying ***/
.portable-infobox.pi-theme-steel-flying, .portable-infobox.pi-theme-steel-flying .pi-header, .portable-infobox.pi-theme-steel-flying .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-flying .pi-data, .portable-infobox.pi-theme-steel-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** steel ghost ***/
.portable-infobox.pi-theme-steel-ghost, .portable-infobox.pi-theme-steel-ghost .pi-header, .portable-infobox.pi-theme-steel-ghost .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-ghost .pi-data, .portable-infobox.pi-theme-steel-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** steel grass ***/
.portable-infobox.pi-theme-steel-grass, .portable-infobox.pi-theme-steel-grass .pi-header, .portable-infobox.pi-theme-steel-grass .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-grass .pi-data, .portable-infobox.pi-theme-steel-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** steel ground ***/
.portable-infobox.pi-theme-steel-ground, .portable-infobox.pi-theme-steel-ground .pi-header, .portable-infobox.pi-theme-steel-ground .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-ground .pi-data, .portable-infobox.pi-theme-steel-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** steel ice ***/
.portable-infobox.pi-theme-steel-ice, .portable-infobox.pi-theme-steel-ice .pi-header, .portable-infobox.pi-theme-steel-ice .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-ice .pi-data, .portable-infobox.pi-theme-steel-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** steel normal ***/
.portable-infobox.pi-theme-steel-normal, .portable-infobox.pi-theme-steel-normal .pi-header, .portable-infobox.pi-theme-steel-normal .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-normal .pi-data, .portable-infobox.pi-theme-steel-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** steel poison ***/
.portable-infobox.pi-theme-steel-poison, .portable-infobox.pi-theme-steel-poison .pi-header, .portable-infobox.pi-theme-steel-poison .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-poison .pi-data, .portable-infobox.pi-theme-steel-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** steel psychic ***/
.portable-infobox.pi-theme-steel-psychic, .portable-infobox.pi-theme-steel-psychic .pi-header, .portable-infobox.pi-theme-steel-psychic .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-psychic .pi-data, .portable-infobox.pi-theme-steel-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** steel rock ***/
.portable-infobox.pi-theme-steel-rock, .portable-infobox.pi-theme-steel-rock .pi-header, .portable-infobox.pi-theme-steel-rock .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-rock .pi-data, .portable-infobox.pi-theme-steel-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** steel water ***/
.portable-infobox.pi-theme-steel-water, .portable-infobox.pi-theme-steel-water .pi-header, .portable-infobox.pi-theme-steel-water .pi-navigation {
  background:#D1D1E0;
}
.portable-infobox.pi-theme-steel-water .pi-data, .portable-infobox.pi-theme-steel-water .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #D1D1E0;
}
.portable-infobox.pi-theme-steel-water {
box-shadow: 3px 3px #6890F0, -3px 3px 0em #6890F0, 3px -3px 0em #6890F0, -3px -3px 0em #6890F0;
}

/*** water bug ***/
.portable-infobox.pi-theme-water-bug, .portable-infobox.pi-theme-water-bug .pi-header, .portable-infobox.pi-theme-water-bug .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-bug .pi-data, .portable-infobox.pi-theme-water-bug .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-bug {
box-shadow: 3px 3px #A8B820, -3px 3px 0em #A8B820, 3px -3px 0em #A8B820, -3px -3px 0em #A8B820;
}

/*** water dark ***/
.portable-infobox.pi-theme-water-dark, .portable-infobox.pi-theme-water-dark .pi-header, .portable-infobox.pi-theme-water-dark .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-dark .pi-data, .portable-infobox.pi-theme-water-dark .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-dark {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** water dragon ***/
.portable-infobox.pi-theme-water-dragon, .portable-infobox.pi-theme-water-dragon .pi-header, .portable-infobox.pi-theme-water-dragon .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-dragon .pi-data, .portable-infobox.pi-theme-water-dragon .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-dragon {
box-shadow: 3px 3px #7038F8, -3px 3px 0em #7038F8, 3px -3px 0em #7038F8, -3px -3px 0em #7038F8;
}

/*** water electric ***/
.portable-infobox.pi-theme-water-electric, .portable-infobox.pi-theme-water-electric .pi-header, .portable-infobox.pi-theme-water-electric .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-electric .pi-data, .portable-infobox.pi-theme-water-electric .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-electric {
box-shadow: 3px 3px #F8D030, -3px 3px 0em #F8D030, 3px -3px 0em #F8D030, -3px -3px 0em #F8D030;
}

/*** water fairy ***/
.portable-infobox.pi-theme-water-fairy, .portable-infobox.pi-theme-water-fairy .pi-header, .portable-infobox.pi-theme-water-fairy .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-fairy .pi-data, .portable-infobox.pi-theme-water-fairy .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-fairy {
box-shadow: 3px 3px #EE99AC, -3px 3px 0em #EE99AC, 3px -3px 0em #EE99AC, -3px -3px 0em #EE99AC;
}

/*** water fighting ***/
.portable-infobox.pi-theme-water-fighting, .portable-infobox.pi-theme-water-fighting .pi-header, .portable-infobox.pi-theme-water-fighting .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-fighting .pi-data, .portable-infobox.pi-theme-water-fighting .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-fighting {
box-shadow: 3px 3px #C03028, -3px 3px 0em #C03028, 3px -3px 0em #C03028, -3px -3px 0em #C03028;
}

/*** water fire ***/
.portable-infobox.pi-theme-water-fire, .portable-infobox.pi-theme-water-fire .pi-header, .portable-infobox.pi-theme-water-fire .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-fire .pi-data, .portable-infobox.pi-theme-water-fire .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-fire {
box-shadow: 3px 3px #F08030, -3px 3px 0em #F08030, 3px -3px 0em #F08030, -3px -3px 0em #F08030;
}

/*** water flying ***/
.portable-infobox.pi-theme-water-flying, .portable-infobox.pi-theme-water-flying .pi-header, .portable-infobox.pi-theme-water-flying .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-flying .pi-data, .portable-infobox.pi-theme-water-flying .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-flying {
box-shadow: 3px 3px #A890F0, -3px 3px 0em #A890F0, 3px -3px 0em #A890F0, -3px -3px 0em #A890F0;
}

/*** water ghost ***/
.portable-infobox.pi-theme-water-ghost, .portable-infobox.pi-theme-water-ghost .pi-header, .portable-infobox.pi-theme-water-ghost .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-ghost .pi-data, .portable-infobox.pi-theme-water-ghost .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-ghost {
box-shadow: 3px 3px #705898, -3px 3px 0em #705898, 3px -3px 0em #705898, -3px -3px 0em #705898;
}

/*** water grass ***/
.portable-infobox.pi-theme-water-grass, .portable-infobox.pi-theme-water-grass .pi-header, .portable-infobox.pi-theme-water-grass .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-grass .pi-data, .portable-infobox.pi-theme-water-grass .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-grass {
box-shadow: 3px 3px #78C850, -3px 3px 0em #78C850, 3px -3px 0em #78C850, -3px -3px 0em #78C850;
}

/*** water ground ***/
.portable-infobox.pi-theme-water-ground, .portable-infobox.pi-theme-water-ground .pi-header, .portable-infobox.pi-theme-water-ground .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-ground .pi-data, .portable-infobox.pi-theme-water-ground .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-ground {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** water ice ***/
.portable-infobox.pi-theme-water-ice, .portable-infobox.pi-theme-water-ice .pi-header, .portable-infobox.pi-theme-water-ice .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-ice .pi-data, .portable-infobox.pi-theme-water-ice .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-ice {
box-shadow: 3px 3px #98D8D8, -3px 3px 0em #98D8D8, 3px -3px 0em #98D8D8, -3px -3px 0em #98D8D8;
}

/*** water normal ***/
.portable-infobox.pi-theme-water-normal, .portable-infobox.pi-theme-water-normal .pi-header, .portable-infobox.pi-theme-water-normal .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-normal .pi-data, .portable-infobox.pi-theme-water-normal .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-normal {
box-shadow: 3px 3px #A8A878, -3px 3px 0em #A8A878, 3px -3px 0em #A8A878, -3px -3px 0em #A8A878;
}

/*** water poison ***/
.portable-infobox.pi-theme-water-poison, .portable-infobox.pi-theme-water-poison .pi-header, .portable-infobox.pi-theme-water-poison .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-poison .pi-data, .portable-infobox.pi-theme-water-poison .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-poison {
box-shadow: 3px 3px #A040A0, -3px 3px 0em #A040A0, 3px -3px 0em #A040A0, -3px -3px 0em #A040A0;
}

/*** water psychic ***/
.portable-infobox.pi-theme-water-psychic, .portable-infobox.pi-theme-water-psychic .pi-header, .portable-infobox.pi-theme-water-psychic .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-psychic .pi-data, .portable-infobox.pi-theme-water-psychic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-psychic {
box-shadow: 3px 3px #F85888, -3px 3px 0em #F85888, 3px -3px 0em #F85888, -3px -3px 0em #F85888;
}

/*** water rock ***/
.portable-infobox.pi-theme-water-rock, .portable-infobox.pi-theme-water-rock .pi-header, .portable-infobox.pi-theme-water-rock .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-rock .pi-data, .portable-infobox.pi-theme-water-rock .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-rock {
box-shadow: 3px 3px #B8A038, -3px 3px 0em #B8A038, 3px -3px 0em #B8A038, -3px -3px 0em #B8A038;
}

/*** water steel ***/
.portable-infobox.pi-theme-water-steel, .portable-infobox.pi-theme-water-steel .pi-header, .portable-infobox.pi-theme-water-steel .pi-navigation {
  background:#9DB7F5;
}
.portable-infobox.pi-theme-water-steel .pi-data, .portable-infobox.pi-theme-water-steel .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9DB7F5;
}
.portable-infobox.pi-theme-water-steel {
box-shadow: 3px 3px #B8B8D0, -3px 3px 0em #B8B8D0, 3px -3px 0em #B8B8D0, -3px -3px 0em #B8B8D0;
}

/*** Kanto ***/
.portable-infobox.pi-theme-Kanto, .portable-infobox.pi-theme-Kanto .pi-header, .portable-infobox.pi-theme-Kanto .pi-navigation {
  background:#ACD36C;
}
.portable-infobox.pi-theme-Kanto .pi-data, .portable-infobox.pi-theme-Kanto .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #ACD36C;
}
.portable-infobox.pi-theme-Kanto {
box-shadow: 3px 3px #537A13, -3px 3px 0em #537A13, 3px -3px 0em #537A13, -3px -3px 0em #537A13;
}

/*** Johto ***/
.portable-infobox.pi-theme-Johto, .portable-infobox.pi-theme-Johto .pi-header, .portable-infobox.pi-theme-Johto .pi-navigation {
  background:#DCD677;
}
.portable-infobox.pi-theme-Johto .pi-data, .portable-infobox.pi-theme-Johto .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #DCD677;
}
.portable-infobox.pi-theme-Johto {
box-shadow: 3px 3px #837D1E, -3px 3px 0em #837D1E, 3px -3px 0em #837D1E, -3px -3px 0em #837D1E;
}

/*** Hoenn ***/
.portable-infobox.pi-theme-Hoenn, .portable-infobox.pi-theme-Hoenn .pi-header, .portable-infobox.pi-theme-Hoenn .pi-navigation {
  background:#9CD7C8;
}
.portable-infobox.pi-theme-Hoenn .pi-data, .portable-infobox.pi-theme-Hoenn .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9CD7C8;
}
.portable-infobox.pi-theme-Hoenn {
box-shadow: 3px 3px #437E6F, -3px 3px 0em #437E6F, 3px -3px 0em #437E6F, -3px -3px 0em #437E6F;
}

/*** Sinnoh ***/
.portable-infobox.pi-theme-Sinnoh, .portable-infobox.pi-theme-Sinnoh .pi-header, .portable-infobox.pi-theme-Sinnoh .pi-navigation {
  background:#B7A3C3;
}
.portable-infobox.pi-theme-Sinnoh .pi-data, .portable-infobox.pi-theme-Sinnoh .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #B7A3C3;
}
.portable-infobox.pi-theme-Sinnoh {
box-shadow: 3px 3px #5E4A6A, -3px 3px 0em #5E4A6A, 3px -3px 0em #5E4A6A, -3px -3px 0em #5E4A6A;
}

/*** Unova ***/
.portable-infobox.pi-theme-Unova, .portable-infobox.pi-theme-Unova .pi-header, .portable-infobox.pi-theme-Unova .pi-navigation {
  background:#9FCADF;
}
.portable-infobox.pi-theme-Unova .pi-data, .portable-infobox.pi-theme-Unova .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #9FCADF;
}
.portable-infobox.pi-theme-Unova {
box-shadow: 3px 3px #467186, -3px 3px 0em #467186, 3px -3px 0em #467186, -3px -3px 0em #467186;
}

/*** Kalos ***/
.portable-infobox.pi-theme-Kalos, .portable-infobox.pi-theme-Kalos .pi-header, .portable-infobox.pi-theme-Kalos .pi-navigation {
  background:#DD608C;
}
.portable-infobox.pi-theme-Kalos .pi-data, .portable-infobox.pi-theme-Kalos .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #DD608C;
}
.portable-infobox.pi-theme-Kalos {
box-shadow: 3px 3px #840733, -3px 3px 0em #840733, 3px -3px 0em #840733, -3px -3px 0em #840733;
}

/*** Alola ***/
.portable-infobox.pi-theme-Alola, .portable-infobox.pi-theme-Alola .pi-header, .portable-infobox.pi-theme-Alola .pi-navigation {
  background:#E89483;
}
.portable-infobox.pi-theme-Alola .pi-data, .portable-infobox.pi-theme-Alola .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #E89483;
}
.portable-infobox.pi-theme-Alola {
box-shadow: 3px 3px #8F3B2A, -3px 3px 0em #8F3B2A, 3px -3px 0em #8F3B2A, -3px -3px 0em #8F3B2A;
}

/*** Orange ***/
.portable-infobox.pi-theme-Orange, .portable-infobox.pi-theme-Orange .pi-header, .portable-infobox.pi-theme-Orange .pi-navigation {
  background:#FFAC59;
}
.portable-infobox.pi-theme-Orange .pi-data, .portable-infobox.pi-theme-Orange .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FFAC59;
}
.portable-infobox.pi-theme-Orange {
box-shadow: 3px 3px #A65300, -3px 3px 0em #A65300, 3px -3px 0em #A65300, -3px -3px 0em #A65300;
}

/*** Orre ***/
.portable-infobox.pi-theme-Orre, .portable-infobox.pi-theme-Orre .pi-header, .portable-infobox.pi-theme-Orre .pi-navigation {
  background:#ada588;
}
.portable-infobox.pi-theme-Orre .pi-data, .portable-infobox.pi-theme-Orre .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #ada588;
}
.portable-infobox.pi-theme-Orre {
box-shadow: 3px 3px #544c2f, -3px 3px 0em #544c2f, 3px -3px 0em #544c2f, -3px -3px 0em #544c2f;
}

/*** Sevii ***/
.portable-infobox.pi-theme-Sevii, .portable-infobox.pi-theme-Sevii .pi-header, .portable-infobox.pi-theme-Sevii .pi-navigation {
  background:#8debbc;
}
.portable-infobox.pi-theme-Sevii .pi-data, .portable-infobox.pi-theme-Sevii .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #8debbc;
}
.portable-infobox.pi-theme-Sevii {
box-shadow: 3px 3px #2b915e, -3px 3px 0em #2b915e, 3px -3px 0em #2b915e, -3px -3px 0em #2b915e;
}

/*** Almia ***/
.portable-infobox.pi-theme-Almia, .portable-infobox.pi-theme-Almia .pi-header, .portable-infobox.pi-theme-Almia .pi-navigation {
  background:#768ABC;
}
.portable-infobox.pi-theme-Almia .pi-data, .portable-infobox.pi-theme-Almia .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #768ABC;
}
.portable-infobox.pi-theme-Almia {
box-shadow: 3px 3px #1D3163, -3px 3px 0em #1D3163, 3px -3px 0em #1D3163, -3px -3px 0em #1D3163;
}

/*** Fiore ***/
.portable-infobox.pi-theme-Fiore, .portable-infobox.pi-theme-Fiore .pi-header, .portable-infobox.pi-theme-Fiore .pi-navigation {
  background:#FA9D6A;
}
.portable-infobox.pi-theme-Fiore .pi-data, .portable-infobox.pi-theme-Fiore .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #FA9D6A;
}
.portable-infobox.pi-theme-Fiore {
box-shadow: 3px 3px #A14411, -3px 3px 0em #A14411, 3px -3px 0em #A14411, -3px -3px 0em #A14411;
}

/*** Oblivia ***/
.portable-infobox.pi-theme-Oblivia, .portable-infobox.pi-theme-Oblivia .pi-header, .portable-infobox.pi-theme-Oblivia .pi-navigation {
  background:#76D1F1;
}
.portable-infobox.pi-theme-Oblivia .pi-data, .portable-infobox.pi-theme-Oblivia .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #76D1F1;
}
.portable-infobox.pi-theme-Oblivia {
box-shadow: 3px 3px #1D7898, -3px 3px 0em #1D7898, 3px -3px 0em #1D7898, -3px -3px 0em #1D7898;
}

/*** Mystery Dungeon ***/
.portable-infobox.pi-theme-MD, .portable-infobox.pi-theme-MD .pi-header, .portable-infobox.pi-theme-MD .pi-navigation {
  background:#DECAA9;
}
.portable-infobox.pi-theme-MD .pi-data, .portable-infobox.pi-theme-MD .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #DECAA9;
}
.portable-infobox.pi-theme-MD {
box-shadow: 3px 3px #7C4B2D, -3px 3px 0em #7C4B2D, 3px -3px 0em #7C4B2D, -3px -3px 0em #7C4B2D;
}

/*** Kryształ Z ***/
.portable-infobox.pi-theme-kryształz, .portable-infobox.pi-theme-kryształz .pi-header, .portable-infobox.pi-theme-kryształz .pi-navigation {
  background:#B48A4B;
}
.portable-infobox.pi-theme-kryształz .pi-data, .portable-infobox.pi-theme-kryształz .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #B48A4B;
}
.portable-infobox.pi-theme-kryształz {
box-shadow: 3px 3px #7E6135, -3px 3px 0em #7E6135, 3px -3px 0em #7E6135, -3px -3px 0em #7E6135;
}

/*** TM/HM ***/
.portable-infobox.pi-theme-tm, .portable-infobox.pi-theme-tm .pi-header, .portable-infobox.pi-theme-tm .pi-navigation {
  background:#90c030;
}
.portable-infobox.pi-theme-tm .pi-data, .portable-infobox.pi-theme-tm .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #90c030;
}
.portable-infobox.pi-theme-tm {
box-shadow: 3px 3px #609038, -3px 3px 0em #609038, 3px -3px 0em #609038, -3px -3px 0em #609038;
}

/*** Ball ***/
.portable-infobox.pi-theme-ball, .portable-infobox.pi-theme-ball .pi-header, .portable-infobox.pi-theme-ball .pi-navigation {
  background:#e0a038;
}
.portable-infobox.pi-theme-ball .pi-data, .portable-infobox.pi-theme-ball .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #e0a038;
}
.portable-infobox.pi-theme-ball {
box-shadow: 3px 3px #887020, -3px 3px 0em #887020, 3px -3px 0em #887020, -3px -3px 0em #887020;
}

/*** Medycyna ***/
.portable-infobox.pi-theme-medicine, .portable-infobox.pi-theme-medicine .pi-header, .portable-infobox.pi-theme-medicine .pi-navigation {
  background:#e88050;
}
.portable-infobox.pi-theme-medicine .pi-data, .portable-infobox.pi-theme-medicine .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #e88050;
}
.portable-infobox.pi-theme-medicine {
box-shadow: 3px 3px #885020, -3px 3px 0em #885020, 3px -3px 0em #885020, -3px -3px 0em #885020;
}

/*** Poczta ***/
.portable-infobox.pi-theme-mail, .portable-infobox.pi-theme-mail .pi-header, .portable-infobox.pi-theme-mail .pi-navigation {
  background:#18a8d0;
}
.portable-infobox.pi-theme-mail .pi-data, .portable-infobox.pi-theme-mail .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #18a8d0;
}
.portable-infobox.pi-theme-mail {
box-shadow: 3px 3px #308880, -3px 3px 0em #308880, 3px -3px 0em #308880, -3px -3px 0em #308880;
}

/*** Przedmiot bitewny ***/
.portable-infobox.pi-theme-battleitem, .portable-infobox.pi-theme-battleitem .pi-header, .portable-infobox.pi-theme-battleitem .pi-navigation {
  background:#4880f0;
}
.portable-infobox.pi-theme-battleitem .pi-data, .portable-infobox.pi-theme-battleitem .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #4880f0;
}
.portable-infobox.pi-theme-battleitem {
box-shadow: 3px 3px #1050c0, -3px 3px 0em #1050c0, 3px -3px 0em #1050c0, -3px -3px 0em #1050c0;
}

/*** Kluczowy przedmiot ***/
.portable-infobox.pi-theme-keyitem, .portable-infobox.pi-theme-keyitem .pi-header, .portable-infobox.pi-theme-keyitem .pi-navigation {
  background:#a058e8;
}
.portable-infobox.pi-theme-keyitem .pi-data, .portable-infobox.pi-theme-keyitem .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #a058e8;
}
.portable-infobox.pi-theme-keyitem {
box-shadow: 3px 3px #6018d8, -3px 3px 0em #6018d8, 3px -3px 0em #6018d8, -3px -3px 0em #6018d8;
}

/*** Przedmiot ***/
.portable-infobox.pi-theme-item, .portable-infobox.pi-theme-item .pi-header, .portable-infobox.pi-theme-item .pi-navigation {
  background:#d880a8;
}
.portable-infobox.pi-theme-item .pi-data, .portable-infobox.pi-theme-item .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #d880a8;
}
.portable-infobox.pi-theme-item {
box-shadow: 3px 3px #C86890, -3px 3px 0em #C86890, 3px -3px 0em #C86890, -3px -3px 0em #C86890;
}

/*** Jagoda ***/
.portable-infobox.pi-theme-berry, .portable-infobox.pi-theme-berry .pi-header, .portable-infobox.pi-theme-berry .pi-navigation {
  background:#30b858;
}
.portable-infobox.pi-theme-berry .pi-data, .portable-infobox.pi-theme-berry .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #30b858;
}
.portable-infobox.pi-theme-berry {
box-shadow: 3px 3px #20A048, -3px 3px 0em #20A048, 3px -3px 0em #20A048, -3px -3px 0em #20A048;
}

/*** Apricorn ***/
.portable-infobox.pi-theme-apricorn, .portable-infobox.pi-theme-apricorn .pi-header, .portable-infobox.pi-theme-apricorn .pi-navigation {
  background:#F0A018;
}
.portable-infobox.pi-theme-apricorn .pi-data, .portable-infobox.pi-theme-apricorn .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F0A018;
}
.portable-infobox.pi-theme-apricorn {
box-shadow: 3px 3px #A05840, -3px 3px 0em #A05840, 3px -3px 0em #A05840, -3px -3px 0em #A05840;
}

/*** Team Rocket ***/
.portable-infobox.pi-theme-Rocket, .portable-infobox.pi-theme-Rocket .pi-header, .portable-infobox.pi-theme-Rocket .pi-navigation {
  color: black;
  background:#777;
}
.portable-infobox.pi-theme-Rocket .pi-data, .portable-infobox.pi-theme-Rocket .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #777;
}
.portable-infobox.pi-theme-Rocket {
box-shadow: 3px 3px #CC0000, -3px 3px 0em #CC0000, 3px -3px 0em #CC0000, -3px -3px 0em #CC0000;
}

/*** Team Aqua ***/
.portable-infobox.pi-theme-Aqua, .portable-infobox.pi-theme-Aqua .pi-header, .portable-infobox.pi-theme-Aqua .pi-navigation {
  background:#6890F0;
}
.portable-infobox.pi-theme-Aqua .pi-data, .portable-infobox.pi-theme-Aqua .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #6890F0;
}
.portable-infobox.pi-theme-Aqua {
box-shadow: 3px 3px #0000A0, -3px 3px 0em #0000A0, 3px -3px 0em #0000A0, -3px -3px 0em #0000A0;
}

/*** Team Magma ***/
.portable-infobox.pi-theme-Magma, .portable-infobox.pi-theme-Magma .pi-header, .portable-infobox.pi-theme-Magma .pi-navigation {
  background:#C15959;
}
.portable-infobox.pi-theme-Magma .pi-data, .portable-infobox.pi-theme-Magma .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C15959;
}
.portable-infobox.pi-theme-Magma {
box-shadow: 3px 3px #E0C068, -3px 3px 0em #E0C068, 3px -3px 0em #E0C068, -3px -3px 0em #E0C068;
}

/*** Team Galactic ***/
.portable-infobox.pi-theme-Galactic, .portable-infobox.pi-theme-Galactic .pi-header, .portable-infobox.pi-theme-Galactic .pi-navigation {
  background:#C0C0C0;
}
.portable-infobox.pi-theme-Galactic .pi-data, .portable-infobox.pi-theme-Galactic .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #C0C0C0;
}
.portable-infobox.pi-theme-Galactic {
box-shadow: 3px 3px #705848, -3px 3px 0em #705848, 3px -3px 0em #705848, -3px -3px 0em #705848;
}

/*** Team Plasma ***/
.portable-infobox.pi-theme-Plasma, .portable-infobox.pi-theme-Plasma .pi-header, .portable-infobox.pi-theme-Plasma .pi-navigation {
  background:#EBEBEB;
}
.portable-infobox.pi-theme-Plasma .pi-data, .portable-infobox.pi-theme-Plasma .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #EBEBEB;
}
.portable-infobox.pi-theme-Plasma {
box-shadow: 3px 3px #555, -3px 3px 0em #555, 3px -3px 0em #555, -3px -3px 0em #555;
}

/*** Team Flare ***/
.portable-infobox.pi-theme-Flare, .portable-infobox.pi-theme-Flare .pi-header, .portable-infobox.pi-theme-Flare .pi-navigation {
  background:#F5AC78;
}
.portable-infobox.pi-theme-Flare .pi-data, .portable-infobox.pi-theme-Flare .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #F5AC78;
}
.portable-infobox.pi-theme-Flare {
box-shadow: 3px 3px #9C531F, -3px 3px 0em #9C531F, 3px -3px 0em #9C531F, -3px -3px 0em #9C531F;
}

/*** Team Skull ***/
.portable-infobox.pi-theme-Skull, .portable-infobox.pi-theme-Skull .pi-header, .portable-infobox.pi-theme-Skull .pi-navigation {
  background:#929292;
}
.portable-infobox.pi-theme-Skull .pi-data, .portable-infobox.pi-theme-Skull .pi-horizontal-group .pi-horizontal-group-item {
  border-color: #929292;
}
.portable-infobox.pi-theme-Skull {
box-shadow: 3px 3px #2C2C2C, -3px 3px 0em #2C2C2C, 3px -3px 0em #2C2C2C, -3px -3px 0em #2C2C2C;
}
Advertisement