﻿/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Global Institute for Water Security | Global Water Futures
 * Copyright (c) 2022 All Rights Reserved
 * Author: Stephen O'Hearn
 *
 * This file contains classes used in the Record Title Constructs file (which formats, e.g., Publication links)
 * located at wwwroot/MetadataTemplates/RecordTitleConstructs.txt
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.au {
    color: cadetblue;
}

.yr {
    color: burlywood;
}

.ttl {
    color: #20b2aa;
}

.jnl {
    color: cadetblue;
    font-style: italic;
}

.doi {
    color: cadetblue;
}

.ptyp {
    color: darkseagreen;
}

.ds {
    color: burlywood;
	font-style: italic;
}
