.toggler_button {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/*JUST CHANGES THE COLOR/FOCUS OF THE BUTTON SO THE USER NOTICES THEY'RE HOVERING IT.*/
/*
.dropPict:hover, .dropPict:focus {
    background-color: red;
}

*/
.dropdown_content {
	margin-top: 9px;
    display: none;
    position: absolute;
    background-color: white;
    min-width: 60px;
    overflow: inherit;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	text-align: center;
	width: 180px;/*defines real width of dropbox*/
	
}

.dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.MenuClass {
    display: inline-block;
}

.MenuClass a:hover {
	color: blue;
	text-decoration: underline;
}

.show {display:block;}


/*SIZING THE DROPDOWN BOX*/
.dropdown_content{

	/*z-index: 1000;*/
	position: absolute;
	/*width: -120px;*/
	margin-left: -145px; /*moves box horizontaly*/
	/*margin-left: -207px;*/
	margin-top: 9px;
	border: 1px solid #ccc !important;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	cursor: default;
}

.dropdown_pin{
	margin-top: -15px; /*moves pin verticaly*/
	margin-left: 145px; /*moves pin horizontaly*/
}

.toggler_button {
  border-radius: 50%;
  /*margin: 20px;*/
  margin-left:20px;
  overflow: hidden;
  position: relative;
  height: 32px;
  width: 32px;
  z-index: 0;
  cursor: pointer;
  	margin:0px;
	/*float: right;
	text-align: right;
	vertical-align: right;
	*/
}

.drpdMC {
	float: left;
  border-radius: 50%;
  /*margin: 20px;*/
  margin:2px;
  overflow: hidden;
  position: relative;
  height: 80px;
  width: 80px;
  z-index: 0;
  cursor: pointer;
}


.BasicInfo{
	float:right;
	
}

.MyName{
	font-family: "Lucida Sans Typewriter";
	font-weight:bold;
	
}

.MyEmail{
	color: #666;
	
}
.PotentialButtons{
	/*IT'S A STRESS TO CENTER IT SO...LATERbackground-colorbackground-color:#222;
	width: 320px;*/
}



