﻿/* your custom styles here */


/* This one is in here just to stop the near-invisible 'No Search Results' from appearing when you fail to find a condition for the subscriber*/
.ui-helper-hidden-accessible 
{
    color: transparent;   
}

.password-reset-success-message {
  font-size: 13px;
  margin-top: 3px;
}

.inactiveLink {
    text-decoration: none !important; cursor: text !important; color: #636363 !important;
}
.inactiveLink:hover {
    text-decoration: none !important; cursor: text !important; color: #636363 !important;
}

.view-button-separation {
    margin-bottom: 10px;
    margin-right: 10px;
}

.medicine-button-colours {
    background-color: darkcyan !important;
    color: white !important;
}

.entry-post-medicine .entry-title-medicine a {
    color: inherit;
}

.entry-post-medicine .entry-title-medicine a:hover, .entry-post-medicine .entry-title-medicine a:focus {
    color: darkcyan;
}

div.excerpt p.clearfix span.followUnfollowContent a.medicine-button-colours,
div.excerpt p.clearfix span.followUnfollowContent a.btn-warning {
    padding: 3px 6px !important;
    margin: 0 7px 7px 0 !important;
    float: left !important;
    border-color: #204d74;}

div.entry-header p.clearfix span.followUnfollowContent a.medicine-button-colours,
div.entry-header p.clearfix span.followUnfollowContent a.btn-warning {
    padding: 3px 6px !important;
    margin: 10px 7px 7px 0 !important;
    float: left !important;
    border-color: #204d74;

}