@charset "UTF-8";

a:link,a:active,a:hover {
  color:#00843D;
/* Green from Australian flag */
}

a:visited {
  color:#FFCD00;
/* Gold from Australian flag */
}

body {
  background-color:#00A8E8;
/* Light blue representing Australian skies */
  color:#8B4513;
/* Saddle brown for Outback earth tones */
  font-family:'Verdana',sans-serif;
/* Clear and readable font */
  font-weight:normal;
  font-style:normal;
  font-size:22px;
}

.profile_section_content {
  color:#8B4513;
/* Saddle brown */
  border:2px solid #FFCD00;
/* Gold border */
  padding:5px;
  margin:5px;
  border-radius:5px;
  box-shadow:0 0 10px #888888;
}

.profile_section_background {
  background-color:#F0E68C;
/* Khaki, representing sandy beaches */
  opacity:.8;
}

.img_radius_shadow {
  border-radius:16px;
  box-shadow:0 0 15px #000000;
}

.profile_section_content .heading {
  padding:9px;
  background-color:#FF6B6B;
/* Coral pink for native flowers */
  color:#FFFFFF;
/* White text */
  font-family:'Arial',sans-serif;
/* Clear and readable font */
  font-weight:bold;
  font-size:24px;
  border-radius:5px;
  box-shadow:0 0 5px #777777;
  text-shadow:2px 2px 4px #000000;
}

.content {
  padding:5px;
}

.my_mfc_news_feed {
  width:100%;
  height:330px;
  border:2px solid #00843D;
/* Green border */
  position:relative;
/* Change to 'absolute' if needed based on your layout */
  top:0;
/* Adjust this value as needed */
  margin-top:-20px;
/* Use a negative margin if necessary to move it up */
}