.post-date{
  background: #DCE1E0;
  padding: 4px;
  margin: 3px 0;
  display: block;
}
.resizeimg{
  max-height:100%;
  max-width:100%;
}
.mywell{
  background-color: #E3F2EB;
  padding: 15px;
  margin: 15px;
  border-radius: 10px;
  border: 1px solid green;
}
.pagination-links{
  margin: 30px 0;
}
.pagination-links strong{
  padding: 8px 13px;
  margin: 5px;
  background: #f4f4f4;
  border: 1px #ccc solid;
}
a.pagination-link{
  padding: 8px 13px;
  margin: 5px;
  background: #f4f4f4;
  border: 1px #ccc solid;
}
#mycontainer{
  border: 2px solid #58C0B7;
  border-radius: 20px;
  background-color: #FCFCEF;
}
.myfooter{
  text-align: center;
  color: blue;
}
.mytitles{
  font-weight:bold;
  text-decoration: underline;
}
.homemsg{
  color: #336600;
  text-align: center;
}
.homemsg1{
  color: #333333;
}
.mygotyou{
  font-weight: bold;
  text-align: center;
}
.tdstyle{
  text-align: right;
}
#container {
  margin: 10px;
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 12px #D0D0D0;
}
#body {
  margin: 0 15px 0 15px;
}
.titlename{
  text-align: center;
  color: blue;
}
.resizeimg{
  max-height:100%;
  max-width:100%;
}
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
#sendtext{
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #ff267e;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  font-weight: bolder;
}
#sendtext1{
  border: none;
  outline: none;
  height: 40px;
  color: #000;
  font-size: 16px;
  background: grey;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  font-weight: bolder;
}
#sendtext2{
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: blue;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  font-weight: bolder;
}
#sendtxt{
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #5588f6;
  cursor: pointer;
  border-radius: 20px;
  font-weight: bolder;
}
.addreminder{
  border: none;
  outline: none;
  height: 40px;
  color: #fff;
  font-size: 16px;
  background: #ff267e;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.myfields{
  color: #ff267e;
  font-weight: bold;
}
.feestyles{
  width: 100%;
  font-size: 24px;
  font-weight: bolder;
}
table.ttb td:hover {
  background-color: #2aeca3;
  cursor: pointer;
}
table.ttb tr:hover {
  background-color: #5588f6;
  cursor: pointer;
}
.newspance{
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid grey;
}