#left {
	float:left;
	width:611px;
	margin-right:50px;
}

#right {
	float:left;
	width:139px;
	margin-top:11px;
}


h1 {
  font-family: "museo-sans-1", "museo-sans-2", Helvetica, sans-serif;
}

#cards {
  float:left;
}

#addcards {
  margin-top:15px;
  margin-left:10px;
}

.card {
  border-bottom:1px dotted #aaa;
  padding-bottom:5px;
  margin-top:5px;
}

.card .text {
  float:left;
  width:550px;
}

.card .back {
  color:#aaa;
  font-style: italic;
  font-family:Georgia,serif;
}

.actions {
  float:right;
}

.deck_action {
  display:block;
  padding:6px;
  text-align:center;
  border-bottom:1px dotted #ccc;
  font-size:115%;
  text-decoration: none;
}

.deck_action:hover {
  background-color: #fd5;
}
.twitter-share-button {float:left;display:block;width:60px !important;}
iframe {float:right;width:51px !important;}