/**
 * Chrome Extension Twitter Bootstrap 3 Template
 * Custom CSS
 *	
 */

/*.frame {
	overflow-x: hidden;
	background-color: rgb(255, 255, 255);
	bottom: 0px;
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 0px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 6px;
	top: 60px;
	border:1px solid black;
	width: 360px;
}*/

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  max-width: 360px;
  margin: auto;
  text-align: center;
  font-family: arial;
  margin:7px;
  padding:7px;
}

.card .title {
  color: grey;
  font-size: 16px;
}

.card button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 6px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 15px;
}

.card a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.card button:hover, .card a:hover {
  opacity: 0.7;
}