/*
Name:		Aleksey Mororov
Date:		5/4/18
Section:	CSE 154 AB

This is my index.css for my Creative Project 5. This project is a sort of 
pokedex where pokemon, abilities, moves, and types may be searched by pokemon, 
ability, moves, and pokemon types. This file allows for the hiding of options. 
*/

.hidden {
	display: none;
}