/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.admin-menu a:link{
}

.admin-menu a:hover{
	text-decoration: underline;
}

td.nowrap{
	white-space: nowrap;
}

.admin-menu a.active:link{
	font-weight: bold;
}


a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.fixed450{
  width:450px;
}

.wrap {
  display: flex;
  min-height:120px;
}

.wrap span {
  align-self: flex-end;
}

a:link {
  color:#4b8390;
  text-decoration:underline;
}

a:hover {
  color:#75a5b0;
  text-decoration:underline;
}

a.text-white{
  text-decoration:none;
}

a.btn{
  text-decoration:none;
  color:#fff;
}

a.text-black{
  text-decoration:none;
  color:#000;
}

a.btn-default{
  color:#000;
}